public class XForm
Property Getters/Setters Summary | ||
---|---|---|
DoubleValue | getAngle() | |
void | setAngle(DoubleValue value) | |
Represents the shape's current angle of rotation in relation to its parent. | ||
int | getDel() | |
void | setDel(intvalue) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
BoolValue | getFlipX() | |
void | ||
Indicates whether the shape has been flipped horizontally | ||
BoolValue | getFlipY() | |
void | ||
Indicates whether the shape has been flipped vertically. | ||
DoubleValue | getHeight() | |
void | setHeight(DoubleValue value) | |
Specifies the height of the shape in drawing units. | ||
DoubleValue | getLocPinX() | |
void | setLocPinX(DoubleValue value) | |
Specifies the x-coordinate of the shape's pin (center of rotation) in relation to the origin of the shape. The default formula for determining LocPinX is: F='Width* 0.5'. | ||
DoubleValue | getLocPinY() | |
void | setLocPinY(DoubleValue value) | |
Specifies the y-coordinate of the shape's pin (center of rotation) in relation to the origin of the shape. The default formula for determining LocPinY is: F='Height * 0.5'. | ||
int | getPinPos() | |
void | setPinPos(intvalue) | |
Specifies the pin postion of the shape The value of the property is PinPosValue integer constant. | ||
DoubleValue | getPinX() | |
void | setPinX(DoubleValue value) | |
Specifies the x-coordinate of the shape's pin (center of rotation) in relation to the origin of its parent. | ||
DoubleValue | getPinY() | |
void | setPinY(DoubleValue value) | |
Specifies the y-coordinate of the shape's pin (center of rotation) in relation to the origin of its parent. | ||
ResizeMode | getResizeMode() | |
void | setResizeMode(ResizeMode value) | |
Specifies the current resize behavior setting for the shape when contained in a group. | ||
DoubleValue | getWidth() | |
void | setWidth(DoubleValue value) | |
Contains the width of the associated shape in drawing units. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public int getPinPos() / public void setPinPos(int value)
public DoubleValue getPinX() / public void setPinX(DoubleValue value)
public DoubleValue getPinY() / public void setPinY(DoubleValue value)
public DoubleValue getWidth() / public void setWidth(DoubleValue value)
public DoubleValue getHeight() / public void setHeight(DoubleValue value)
public DoubleValue getLocPinX() / public void setLocPinX(DoubleValue value)
public DoubleValue getLocPinY() / public void setLocPinY(DoubleValue value)
public DoubleValue getAngle() / public void setAngle(DoubleValue value)
public BoolValue getFlipX() / public void setFlipX(BoolValue value)
public BoolValue getFlipY() / public void setFlipY(BoolValue value)
public ResizeMode getResizeMode() / public void setResizeMode(ResizeMode value)