|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteEllipseShape
This class is the subclass of the Shape class, and it represents an ellipse shape on a page.
Creation and access
Field Summary | |
---|---|
static int |
CIRCLETYPE_ARC
specifies a circle with an open cut. |
static int |
CIRCLETYPE_CUT
specifies a circle with a cut connected by a line. |
static int |
CIRCLETYPE_FULL
specifies a full circle. |
static int |
CIRCLETYPE_SECTION
specifies a circle with a cut connected by two lines. |
Method Summary | |
---|---|
int |
getBeginAngle()
This property returns or sets the beginning angle of the ellipse in 1/100th degree. |
int |
getCircleType()
This property returns or sets the circle type of the ellipse. |
int |
getEndAngle()
This property returns or sets end angle of the ellipse in 1/100th degree. |
void |
setBeginAngle(int beginAngle)
This property returns or sets the beginning angle of the ellipse in 1/100th degree. |
void |
setCircleType(int type)
This property returns or sets the circle type of the ellipse. |
void |
setEndAngle(int endAngle)
This property returns or sets end angle of the ellipse in 1/100th degree. |
Methods inherited from interface com.mindoo.remote.api.symphony.presentation.IRemoteShape |
---|
copy, cut, exportToImage, getApplication, getAttributes, getContent, getFillFormat, getHeight, getLeft, getLineFormat, getMoveProtect, getName, getParagraphs, getRotateAngle, getShadowFormat, getShearAngle, getSizeProtect, getTop, getType, getWidth, getZOrder, isShadowEnable, remove, setHeight, setLeft, setMoveProtect, setName, setRotateAngle, setShadowEnable, setShearAngle, setSizeProtect, setTop, setWidth, setZOrder |
Field Detail |
---|
static final int CIRCLETYPE_FULL
static final int CIRCLETYPE_SECTION
static final int CIRCLETYPE_CUT
static final int CIRCLETYPE_ARC
Method Detail |
---|
int getCircleType() throws RemoteEclipseAPIException
Constant | Value | Description |
---|---|---|
EllipseShape.CIRCLETYPE_FULL | 0 | specifies a full circle. |
EllipseShape.CIRCLETYPE_SECTION | 1 | specifies a circle with a cut connected by two lines. |
EllipseShape.CIRCLETYPE_CUT | 2 | specifies a circle with a cut connected by a line. |
EllipseShape.CIRCLETYPE_ARC | 3 | specifies a circle with an open cut. |
RemoteEclipseAPIException
void setCircleType(int type) throws RemoteEclipseAPIException
Constant | Value | Description |
---|---|---|
EllipseShape.CIRCLETYPE_FULL | 0 | specifies a full circle. |
EllipseShape.CIRCLETYPE_SECTION | 1 | specifies a circle with a cut connected by two lines. |
EllipseShape.CIRCLETYPE_CUT | 2 | specifies a circle with a cut connected by a line. |
EllipseShape.CIRCLETYPE_ARC | 3 | specifies a circle with an open cut. |
type
-
RemoteEclipseAPIException
int getBeginAngle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBeginAngle(int beginAngle) throws RemoteEclipseAPIException
beginAngle
- angle
RemoteEclipseAPIException
int getEndAngle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setEndAngle(int endAngle) throws RemoteEclipseAPIException
endAngle
- angle
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |