|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int getDash1() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getDash1Len() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getDash2() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getDash2Len() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getDistance() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |