public class Geom
Constructor Summary |
---|
Geom()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
CoordinateCollection | getCoordinateCol() | |
Collection of coordinats. It shows sequence of coordinats.
|
||
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. | ||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
int | getNextCoordinateIX() | |
Returns IX value for next shape's coordinate coolection member.
|
||
BoolValue | getNoFill() | |
void | ||
Specifies whether a path can be filled. | ||
BoolValue | getNoLine() | |
void | ||
Specifies whether a line is drawn around the boundary of the path. | ||
BoolValue | getNoQuickDrag() | |
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. | ||
BoolValue | getNoShow() | |
void | ||
Specifies whether a path is displayed on the drawing page. | ||
BoolValue | getNoSnap() | |
void | ||
Specifies whether other shapes snap to a path. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public CoordinateCollection getCoordinateCol()
public BoolValue getNoFill() / public void setNoFill(BoolValue value)
public BoolValue getNoLine() / public void setNoLine(BoolValue value)
public BoolValue getNoShow() / public void setNoShow(BoolValue value)
public BoolValue getNoSnap() / public void setNoSnap(BoolValue value)
public BoolValue getNoQuickDrag() / public void setNoQuickDrag(BoolValue value)
public int getNextCoordinateIX()