|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteMeasureShape
This class is a subclass of the Shape class, and it represents a measure shape on a page.
Creation and access
Method Summary | |
---|---|
int |
getBeginX()
This property returns or sets the X coordinate of the original point of the measure shape in 1/100th mm. |
int |
getBeginY()
This property returns or sets the Y coordinate of the original point of the measure shape in 1/100th mm. |
int |
getEndX()
This property returns or sets the X coordinate of the end point of the measure shape in 1/100th mm. |
int |
getEndY()
This property returns or sets the Y coordinate of the end point of the measure shape in 1/100th mm. |
void |
setBeginX(int beginX)
This property returns or sets the X coordinate of the original point of the measure shape in 1/100th mm. |
void |
setBeginY(int beginY)
This property returns or sets the Y coordinate of the original point of the measure shape in 1/100th mm. |
void |
setEndX(int endX)
This property returns or sets the X coordinate of the end point of the measure shape in 1/100th mm. |
void |
setEndY(int endY)
This property returns or sets the Y coordinate of the end point of the measure shape in 1/100th mm. |
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 |
Method Detail |
---|
int getBeginX() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBeginX(int beginX) throws RemoteEclipseAPIException
beginX
- x
RemoteEclipseAPIException
int getBeginY() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBeginY(int beginY) throws RemoteEclipseAPIException
beginY
- y
RemoteEclipseAPIException
int getEndX() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setEndX(int endX) throws RemoteEclipseAPIException
endX
- x
RemoteEclipseAPIException
int getEndY() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setEndY(int endY) throws RemoteEclipseAPIException
endY
- y
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |