|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteBorder
This class represents the border of an object.
Access
Method Summary | |
---|---|
int |
getColor()
This property returns or sets the color of the border. |
int |
getInnerLineWidth()
This property returns or sets the width of the inner line in 1/100th mm. |
int |
getInnerOuterDistance()
This property returns or sets the distance between the inner line and outer line in 1/100 mm. |
int |
getOuterLineWidth()
This property returns or sets the width of the outer line in 1/100th mm. |
boolean |
hasBorder()
This property returns or sets whether to display the border. |
void |
setBorder(boolean border)
This property returns or sets whether to display the border. |
void |
setColor(int color)
This property returns or sets the color of the border. |
void |
setInnerLineWidth(int width)
This property returns or sets the width of the inner line in 1/100th mm. |
void |
setInnerOuterDistance(int distance)
This property returns or sets the distance between the inner line and outer line in 1/100 mm. |
void |
setOuterLineWidth(int width)
This property returns or sets the width of the outer line in 1/100th mm. |
Method Detail |
---|
int getColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setColor(int color) throws RemoteEclipseAPIException
color
-
RemoteEclipseAPIException
boolean hasBorder() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBorder(boolean border) throws RemoteEclipseAPIException
border
-
RemoteEclipseAPIException
int getInnerLineWidth() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setInnerLineWidth(int width) throws RemoteEclipseAPIException
width
-
RemoteEclipseAPIException
int getOuterLineWidth() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setOuterLineWidth(int width) throws RemoteEclipseAPIException
width
-
RemoteEclipseAPIException
int getInnerOuterDistance() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setInnerOuterDistance(int distance) throws RemoteEclipseAPIException
distance
-
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |