VectorShapeRadiiRectangle
Inheritance: java.lang.Object
public final class VectorShapeRadiiRectangle
Defines vector shape radii rectangle class
Constructors
Constructor | Description |
---|---|
VectorShapeRadiiRectangle() |
Fields
Field | Description |
---|---|
BottomLeftKey_internalized | The bottom left key |
BottomRightKey_internalized | The bottom right key |
ClassIdName_internalized | The class identifier name |
QuadVersionKey_internalized | The unit value quad version key |
TopLeftKey_internalized | The top left key |
TopRightKey_internalized | The top right key |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBottomLeft() | Gets or sets the bottom. |
getBottomRight() | Gets or sets the bottom right. |
getClass() | |
getQuadVersion() | Gets or sets the unit value quad version. |
getTopLeft() | Gets or sets the top left. |
getTopRight() | Gets or sets the top right. |
hashCode() | |
notify() | |
notifyAll() | |
setBottomLeft(double value) | Gets or sets the bottom. |
setBottomRight(double value) | Gets or sets the bottom right. |
setQuadVersion(int value) | Gets or sets the unit value quad version. |
setTopLeft(double value) | Gets or sets the top left. |
setTopRight(double value) | Gets or sets the top right. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VectorShapeRadiiRectangle()
public VectorShapeRadiiRectangle()
BottomLeftKey_internalized
public static final String BottomLeftKey_internalized
The bottom left key
BottomRightKey_internalized
public static final String BottomRightKey_internalized
The bottom right key
ClassIdName_internalized
public static final String ClassIdName_internalized
The class identifier name
QuadVersionKey_internalized
public static final String QuadVersionKey_internalized
The unit value quad version key
TopLeftKey_internalized
public static final String TopLeftKey_internalized
The top left key
TopRightKey_internalized
public static final String TopRightKey_internalized
The top right key
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBottomLeft()
public final double getBottomLeft()
Gets or sets the bottom.
Value: The bottom.
Returns: double
getBottomRight()
public final double getBottomRight()
Gets or sets the bottom right.
Value: The bottom right.
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getQuadVersion()
public final int getQuadVersion()
Gets or sets the unit value quad version.
Value: The quad version.
Returns: int
getTopLeft()
public final double getTopLeft()
Gets or sets the top left.
Value: The top left.
Returns: double
getTopRight()
public final double getTopRight()
Gets or sets the top right.
Value: The top right.
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBottomLeft(double value)
public final void setBottomLeft(double value)
Gets or sets the bottom.
Value: The bottom.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setBottomRight(double value)
public final void setBottomRight(double value)
Gets or sets the bottom right.
Value: The bottom right.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setQuadVersion(int value)
public final void setQuadVersion(int value)
Gets or sets the unit value quad version.
Value: The quad version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTopLeft(double value)
public final void setTopLeft(double value)
Gets or sets the top left.
Value: The top left.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setTopRight(double value)
public final void setTopRight(double value)
Gets or sets the top right.
Value: The top right.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |