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

All Superinterfaces:
IRemoteShape

public interface IRemoteRectangleShape
extends IRemoteShape

This class is a subclass of the Shape class, and it represents a rectangle shape on a page.

Creation and access


Method Summary
 int getCornerRadius()
          This property returns or sets the corner radius of the rectangle in 1/100th mm.
 void setCornerRadius(int cornerRadius)
          This property returns or sets the corner radius of the rectangle 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

getCornerRadius

int getCornerRadius()
                    throws RemoteEclipseAPIException
This property returns or sets the corner radius of the rectangle in 1/100th mm.

Returns:
radius
Throws:
RemoteEclipseAPIException

setCornerRadius

void setCornerRadius(int cornerRadius)
                     throws RemoteEclipseAPIException
This property returns or sets the corner radius of the rectangle in 1/100th mm.

Parameters:
cornerRadius -
Throws:
RemoteEclipseAPIException