java.lang.Object
com.aspose.diagram.XForm
public class XForm
- extends java.lang.Object
Contains elements that control line attributes for a shape, such as pattern, weight, and color. These elements determine whether the line ends are formatted (for example, with an arrowhead), the size of line end formats, radius of the rounding circle applied to the line, and line cap style (round or square).
|
Method Summary |
java.lang.Object | deepClone() | |
|
Creates deep copy of this instance.
|
|
Property Getters/Setters Detail |
getDel/setDel | |
public int getDel() / public void setDel(int value)
|
-
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.
getPinPos/setPinPos | |
public int getPinPos() / public void setPinPos(int value)
|
-
Specifies the pin position of the shape
The value of the property is PinPosValue integer constant.
-
Specifies the x-coordinate of the shape's pin (center of rotation) in relation to the origin of its parent.
-
Specifies the y-coordinate of the shape's pin (center of rotation) in relation to the origin of its parent.
-
Contains the width of the associated shape in drawing units.
-
Specifies the height of the shape in drawing units.
-
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'.
-
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'.
-
Represents the shape's current angle of rotation in relation to its parent.
-
Indicates whether the shape has been flipped horizontally
-
Indicates whether the shape has been flipped vertically.
getResizeMode/setResizeMode | |
public ResizeMode getResizeMode() / public void setResizeMode(ResizeMode value)
|
-
Specifies the current resize behavior setting for the shape when contained in a group.
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception |
-
Creates deep copy of this instance.
- Returns:
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.