java.lang.Object
com.aspose.diagram.Geom
- All Implemented Interfaces:
- java.lang.Cloneable
public class Geom
- extends java.lang.Object
Contains elements that specify the coordinates of the vertices for the lines and arcs that make up the shape. If the shape has more than one path, there is a Geom element for each path.
|
Constructor Summary |
Geom()
Constructor.
|
|
Method Summary |
java.lang.Object | deepClone() | |
|
Creates deep copy of this instance.
|
Geom
public Geom()
-
Constructor.
|
Property Getters/Setters Detail |
getIX/setIX | |
public int getIX() / public void setIX(int value)
|
-
The zero-based index of the element within its parent element.
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.
-
Collection of coordinates. It shows sequence of coordinates.
-
Specifies whether a path can be filled.
-
Specifies whether a line is drawn around the boundary of the path.
-
Specifies whether a path is displayed on the drawing page.
-
Specifies whether other shapes snap to a path.
getNoQuickDrag/setNoQuickDrag | |
public BoolValue getNoQuickDrag() / public void setNoQuickDrag(BoolValue value)
|
-
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
getNextCoordinateIX | |
public int getNextCoordinateIX()
|
-
Returns IX value for next shape's coordinate collection member.
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.