|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteShadowFormat
This class represents the shadow format of a shape.
Access
To get the shadow format of a shape, use the ShadowFormat property in the Shape class.
Method Summary | |
---|---|
int |
getShadowColor()
This property returns or sets the shadow color. |
short |
getTransparence()
This property returns or sets the transparence of the object. |
int |
getXDistance()
This property returns or sets the X coordinate of the shadow in 1/100th mm. |
int |
getYDistance()
This property returns or sets the Y coordinate of the shadow in 1/100th mm. |
void |
setShadowColor(int color)
This property returns or sets the shadow color. |
void |
setTransparence(short shadowTransparence)
This property returns or sets the transparence of the object. |
void |
setXDistance(int xDistance)
This property returns or sets the X coordinate of the shadow in 1/100th mm. |
void |
setYDistance(int yDistance)
This property returns or sets the Y coordinate of the shadow in 1/100th mm. |
Method Detail |
---|
int getShadowColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setShadowColor(int color) throws RemoteEclipseAPIException
color
-
RemoteEclipseAPIException
short getTransparence() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setTransparence(short shadowTransparence) throws RemoteEclipseAPIException
shadowTransparence
-
RemoteEclipseAPIException
int getXDistance() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setXDistance(int xDistance) throws RemoteEclipseAPIException
xDistance
- distance
RemoteEclipseAPIException
int getYDistance() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setYDistance(int yDistance) throws RemoteEclipseAPIException
yDistance
- distance
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |