com.aspose.diagram
Class Geom

java.lang.Object
    extended by 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.
 
Property Getters/Setters Summary
CoordinateCollectiongetCoordinateCol()
           Collection of coordinates. It shows sequence of coordinates.
intgetDel()
voidsetDel(int)
           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.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
intgetNextCoordinateIX()
           Returns IX value for next shape's coordinate collection member.
BoolValuegetNoFill()
voidsetNoFill(BoolValue)
           Specifies whether a path can be filled.
BoolValuegetNoLine()
voidsetNoLine(BoolValue)
           Specifies whether a line is drawn around the boundary of the path.
BoolValuegetNoQuickDrag()
voidsetNoQuickDrag(BoolValue)
           Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
BoolValuegetNoShow()
voidsetNoShow(BoolValue)
           Specifies whether a path is displayed on the drawing page.
BoolValuegetNoSnap()
voidsetNoSnap(BoolValue)
           Specifies whether other shapes snap to a path.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

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.

getCoordinateCol

public CoordinateCollection getCoordinateCol()
Collection of coordinates. It shows sequence of coordinates.

getNoFill/setNoFill

public BoolValue getNoFill() / public void setNoFill(BoolValue value)
Specifies whether a path can be filled.

getNoLine/setNoLine

public BoolValue getNoLine() / public void setNoLine(BoolValue value)
Specifies whether a line is drawn around the boundary of the path.

getNoShow/setNoShow

public BoolValue getNoShow() / public void setNoShow(BoolValue value)
Specifies whether a path is displayed on the drawing page.

getNoSnap/setNoSnap

public BoolValue getNoSnap() / public void setNoSnap(BoolValue value)
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.

Method Detail

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.