Geom

Inheritance: java.lang.Object

public class Geom

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.

Constructors

ConstructorDescription
Geom()Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getClass()
getCoordinateCol()Collection of coordinates.
getDel()A flag indicating whether the element has been deleted locally.
getIX()The zero-based index of the element within its parent element.
getNextCoordinateIX()Returns IX value for next shape’s coordinate collection member.
getNoFill()Specifies whether a path can be filled.
getNoLine()Specifies whether a line is drawn around the boundary of the path.
getNoQuickDrag()Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
getNoShow()Specifies whether a path is displayed on the drawing page.
getNoSnap()Specifies whether other shapes snap to a path.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
setIX(int value)For the description of this property, please see getIX()
setNoFill(BoolValue value)For the description of this property, please see getNoFill()
setNoLine(BoolValue value)For the description of this property, please see getNoLine()
setNoQuickDrag(BoolValue value)For the description of this property, please see getNoQuickDrag()
setNoShow(BoolValue value)For the description of this property, please see getNoShow()
setNoSnap(BoolValue value)For the description of this property, please see getNoSnap()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Geom()

public Geom()

Constructor.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCoordinateCol()

public CoordinateCollection getCoordinateCol()

Collection of coordinates. It shows sequence of coordinates.

Returns: CoordinateCollection

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getIX()

public int getIX()

The zero-based index of the element within its parent element.

Returns: int

getNextCoordinateIX()

public int getNextCoordinateIX()

Returns IX value for next shape’s coordinate collection member.

Returns: int

getNoFill()

public BoolValue getNoFill()

Specifies whether a path can be filled.

Returns: BoolValue

getNoLine()

public BoolValue getNoLine()

Specifies whether a line is drawn around the boundary of the path.

Returns: BoolValue

getNoQuickDrag()

public BoolValue getNoQuickDrag()

Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.

Returns: BoolValue

getNoShow()

public BoolValue getNoShow()

Specifies whether a path is displayed on the drawing page.

Returns: BoolValue

getNoSnap()

public BoolValue getNoSnap()

Specifies whether other shapes snap to a path.

Returns: BoolValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

setIX(int value)

public void setIX(int value)

For the description of this property, please see getIX()

Parameters:

ParameterTypeDescription
valueint

setNoFill(BoolValue value)

public void setNoFill(BoolValue value)

For the description of this property, please see getNoFill()

Parameters:

ParameterTypeDescription
valueBoolValue

setNoLine(BoolValue value)

public void setNoLine(BoolValue value)

For the description of this property, please see getNoLine()

Parameters:

ParameterTypeDescription
valueBoolValue

setNoQuickDrag(BoolValue value)

public void setNoQuickDrag(BoolValue value)

For the description of this property, please see getNoQuickDrag()

Parameters:

ParameterTypeDescription
valueBoolValue

setNoShow(BoolValue value)

public void setNoShow(BoolValue value)

For the description of this property, please see getNoShow()

Parameters:

ParameterTypeDescription
valueBoolValue

setNoSnap(BoolValue value)

public void setNoSnap(BoolValue value)

For the description of this property, please see getNoSnap()

Parameters:

ParameterTypeDescription
valueBoolValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int