com.mindoo.remote.api.symphony.presentation
Interface IRemoteDash


public interface IRemoteDash

This class represents the dash format of the line format.

Access

To get the dash format of the line format, use the LineDash property in the LineFormat class.

Usage

See the drawDashLine method in the LineFormat class.


Method Summary
 int getDash1()
          This property returns the number of dashes in dash 1.
 int getDash1Len()
          This property returns the length of each dash in dash 1, in 1/100 mm.
 int getDash2()
          This property returns the number of dashes in dash 2.
 int getDash2Len()
          This property returns the length of each dash in dash 2, in 1/100 mm.
 int getDistance()
          This property returns the distance between dashes, in 1/100 mm.
 

Method Detail

getDash1

int getDash1()
             throws RemoteEclipseAPIException
This property returns the number of dashes in dash 1.

Returns:
number
Throws:
RemoteEclipseAPIException

getDash1Len

int getDash1Len()
                throws RemoteEclipseAPIException
This property returns the length of each dash in dash 1, in 1/100 mm.

Returns:
length
Throws:
RemoteEclipseAPIException

getDash2

int getDash2()
             throws RemoteEclipseAPIException
This property returns the number of dashes in dash 2.

Returns:
number
Throws:
RemoteEclipseAPIException

getDash2Len

int getDash2Len()
                throws RemoteEclipseAPIException
This property returns the length of each dash in dash 2, in 1/100 mm.

Returns:
length
Throws:
RemoteEclipseAPIException

getDistance

int getDistance()
                throws RemoteEclipseAPIException
This property returns the distance between dashes, in 1/100 mm.

Returns:
distance
Throws:
RemoteEclipseAPIException