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

Constructor Description
Geom() Constructor.

Methods

Method Description
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:

Parameter Type Description
arg0 java.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:

Parameter Type Description
value int

setIX(int value)

public void setIX(int value)

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

Parameters:

Parameter Type Description
value int

setNoFill(BoolValue value)

public void setNoFill(BoolValue value)

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

Parameters:

Parameter Type Description
value BoolValue

setNoLine(BoolValue value)

public void setNoLine(BoolValue value)

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

Parameters:

Parameter Type Description
value BoolValue

setNoQuickDrag(BoolValue value)

public void setNoQuickDrag(BoolValue value)

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

Parameters:

Parameter Type Description
value BoolValue

setNoShow(BoolValue value)

public void setNoShow(BoolValue value)

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

Parameters:

Parameter Type Description
value BoolValue

setNoSnap(BoolValue value)

public void setNoSnap(BoolValue value)

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

Parameters:

Parameter Type Description
value BoolValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int