XForm1D
Inheritance: java.lang.Object
public class XForm1D
Contains x- and y-coordinates of the begin point and end point of a 1-D shape. This element appears for 1-D shapes only.
Methods
Method | Description |
---|---|
deepClone() | Creates deep copy of this instance. |
equals(Object arg0) | |
getBeginX() | Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. |
getBeginY() | Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
getEndX() | Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent. |
getEndY() | Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent. |
hashCode() | |
notify() | |
notifyAll() | |
setBeginX(DoubleValue value) | For the description of this property, please see getBeginX() |
setBeginY(DoubleValue value) | For the description of this property, please see getBeginY() |
setDel(int value) | For the description of this property, please see getDel() |
setEndX(DoubleValue value) | For the description of this property, please see getEndX() |
setEndY(DoubleValue value) | For the description of this property, please see getEndY() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
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
getBeginX()
public DoubleValue getBeginX()
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
Returns: DoubleValue
getBeginY()
public DoubleValue getBeginY()
Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
Returns: DoubleValue
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
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
getEndX()
public DoubleValue getEndX()
Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
Returns: DoubleValue
getEndY()
public DoubleValue getEndY()
Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
Returns: DoubleValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBeginX(DoubleValue value)
public void setBeginX(DoubleValue value)
For the description of this property, please see getBeginX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setBeginY(DoubleValue value)
public void setBeginY(DoubleValue value)
For the description of this property, please see getBeginY()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setEndX(DoubleValue value)
public void setEndX(DoubleValue value)
For the description of this property, please see getEndX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setEndY(DoubleValue value)
public void setEndY(DoubleValue value)
For the description of this property, please see getEndY()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
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 |