|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteFillGradient
This class describes a color dispersion within an area.
Access
To get the fill gradient of a shape, use the Gradient property in the FillFormat class.
Usage
See the Gradient property in the FillFormat class for descriptions and examples.
Method Summary | |
---|---|
int |
getAngle()
This property returns the angle of the gradient image in 1/100 degree. |
int |
getBeginColor()
This property returns the color at the starting point of the gradient image. |
int |
getBeginIntensity()
This property returns the intensity at the starting point of the gradient image. |
short |
getBorder()
This property returns percent age of the total width where the start color is used. |
short |
getCenterX()
This property returns the x-coordinate that specifies where the gradient image begins. |
short |
getCenterY()
This property returns the y-coordinate that specifies where the gradient image begins. |
int |
getEndColor()
This property returns the color at the endpoint of the gradient image. |
int |
getEndIntensity()
This property returns the intensity at the endpoint of the gradient image. |
int |
getGradientType()
This property returns the type of the gradient image. |
Method Detail |
---|
int getGradientType() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getBeginColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getEndColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getAngle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
short getBorder() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getBeginIntensity() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getEndIntensity() throws RemoteEclipseAPIException
RemoteEclipseAPIException
short getCenterX() throws RemoteEclipseAPIException
RemoteEclipseAPIException
short getCenterY() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |