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

All Superinterfaces:
IRemoteShape

public interface IRemoteGraphicShape
extends IRemoteShape

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

Creation and access


Method Summary
 int getOriginalHeight()
          This property returns the original height of the graphic shape in 1/100th mm.
 int getOriginalWidth()
          This property returns the original width of the shape in 1/100th mm.
 short getTransparence()
          This property returns or sets the transparence of an object.
 void setTransparence(short transparence)
          This property returns or sets the transparence of an object.
 
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

getTransparence

short getTransparence()
                      throws RemoteEclipseAPIException
This property returns or sets the transparence of an object. The value of this property is from 0, which is fully opaque, to 100, which is fully transparent. If the value is out of bounds, It will throws an exception.

Returns:
transparence
Throws:
RemoteEclipseAPIException

setTransparence

void setTransparence(short transparence)
                     throws RemoteEclipseAPIException
This property returns or sets the transparence of an object. The value of this property is from 0, which is fully opaque, to 100, which is fully transparent. If the value is out of bounds, It will throws an exception.

Parameters:
transparence -
Throws:
RemoteEclipseAPIException

getOriginalHeight

int getOriginalHeight()
                      throws RemoteEclipseAPIException
This property returns the original height of the graphic shape in 1/100th mm.

Returns:
height
Throws:
RemoteEclipseAPIException

getOriginalWidth

int getOriginalWidth()
                     throws RemoteEclipseAPIException
This property returns the original width of the shape in 1/100th mm.

Returns:
width
Throws:
RemoteEclipseAPIException