com.mindoo.remote.api.symphony.presentation
Interface IRemoteMeasureShape

All Superinterfaces:
IRemoteShape

public interface IRemoteMeasureShape
extends IRemoteShape

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

getBeginX

int getBeginX()
              throws RemoteEclipseAPIException
This property returns or sets the X coordinate of the original point of the measure shape in 1/100th mm.

Returns:
x
Throws:
RemoteEclipseAPIException

setBeginX

void setBeginX(int beginX)
               throws RemoteEclipseAPIException
This property returns or sets the X coordinate of the original point of the measure shape in 1/100th mm.

Parameters:
beginX - x
Throws:
RemoteEclipseAPIException

getBeginY

int getBeginY()
              throws RemoteEclipseAPIException
This property returns or sets the Y coordinate of the original point of the measure shape in 1/100th mm.

Returns:
y
Throws:
RemoteEclipseAPIException

setBeginY

void setBeginY(int beginY)
               throws RemoteEclipseAPIException
This property returns or sets the Y coordinate of the original point of the measure shape in 1/100th mm.

Parameters:
beginY - y
Throws:
RemoteEclipseAPIException

getEndX

int getEndX()
            throws RemoteEclipseAPIException
This property returns or sets the X coordinate of the end point of the measure shape in 1/100th mm.

Returns:
x
Throws:
RemoteEclipseAPIException

setEndX

void setEndX(int endX)
             throws RemoteEclipseAPIException
This property returns or sets the X coordinate of the end point of the measure shape in 1/100th mm.

Parameters:
endX - x
Throws:
RemoteEclipseAPIException

getEndY

int getEndY()
            throws RemoteEclipseAPIException
This property returns or sets the Y coordinate of the end point of the measure shape in 1/100th mm.

Returns:
y
Throws:
RemoteEclipseAPIException

setEndY

void setEndY(int endY)
             throws RemoteEclipseAPIException
This property returns or sets the Y coordinate of the end point of the measure shape in 1/100th mm.

Parameters:
endY - y
Throws:
RemoteEclipseAPIException