Coordinate

Inheritance: java.lang.Object

public abstract class Coordinate

Abstract class for the x- and y-coordinates.

Constructors

Constructor Description
Coordinate()

Methods

Method Description
deepClone() Creates deep copy of this instance.
equals(Object arg0)
getClass()
getDel() A flag indicating whether the element has been deleted locally.
getIX() The zero-based index of the element within its parent element.
hashCode()
notify()
notifyAll()
setDel(int value) For the description of this property, please see @PREF1_
setIX(int value) For the description of this property, please see @PREF0_
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Coordinate()

public Coordinate()

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

getDel()

public abstract 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 abstract int getIX()

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

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public abstract void setDel(int value)

For the description of this property, please see @PREF1_

Parameters:

Parameter Type Description
value int

setIX(int value)

public abstract void setIX(int value)

For the description of this property, please see @PREF0_

Parameters:

Parameter Type Description
value int

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