VectorShapeBoundingBox
Inheritance: java.lang.Object
public final class VectorShapeBoundingBox
Defines vector shape bounding box class.
Constructors
| Constructor | Description |
|---|---|
| VectorShapeBoundingBox() | Initializes a new instance of the VectorShapeBoundingBox class. |
Fields
| Field | Description |
|---|---|
| BottomKey_internalized | The bottom key |
| ClassIdNameFloat_internalized | The class ‘classFloatRect’ identifier name. |
| ClassIdNameUnit_internalized | The class identifier name |
| LeftKey_internalized | The left key |
| QuadVersionKey_internalized | The unit value quad version key |
| RightKey_internalized | The right key |
| TopKey_internalized | The top key |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBottom() | Gets or sets the bottom. |
| getBounds() | Gets or sets the bounds of the shape bounding box. |
| getClass() | |
| getHeight_internalized() | Gets the box height. |
| getLeft() | Gets or sets the left. |
| getPointsUnitType() | Gets or sets unit type of the points that determine the corners of the box. |
| getQuadVersion() | Gets or sets the unit value quad version. |
| getRight() | Gets or sets the right. |
| getTop() | Gets or sets the top. |
| getWidth_internalized() | Gets the box width. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBottom(double value) | Gets or sets the bottom. |
| setBounds(Rectangle value) | Gets or sets the bounds of the shape bounding box. |
| setLeft(double value) | Gets or sets the left. |
| setPointsUnitType(int value) | Gets or sets unit type of the points that determine the corners of the box. |
| setQuadVersion(int value) | Gets or sets the unit value quad version. |
| setRight(double value) | Gets or sets the right. |
| setTop(double value) | Gets or sets the top. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
VectorShapeBoundingBox()
public VectorShapeBoundingBox()
Initializes a new instance of the VectorShapeBoundingBox class.
BottomKey_internalized
public static final String BottomKey_internalized
The bottom key
ClassIdNameFloat_internalized
public static final String ClassIdNameFloat_internalized
The class ‘classFloatRect’ identifier name.
ClassIdNameUnit_internalized
public static final String ClassIdNameUnit_internalized
The class identifier name
LeftKey_internalized
public static final String LeftKey_internalized
The left key
QuadVersionKey_internalized
public static final String QuadVersionKey_internalized
The unit value quad version key
RightKey_internalized
public static final String RightKey_internalized
The right key
TopKey_internalized
public static final String TopKey_internalized
The top key
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBottom()
public final double getBottom()
Gets or sets the bottom.
Value: The bottom.
Returns: double
getBounds()
public final Rectangle getBounds()
Gets or sets the bounds of the shape bounding box.
Value: The shape bounding box bounds.
Returns: Rectangle
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHeight_internalized()
public final double getHeight_internalized()
Gets the box height.
Value: The box height.
Returns: double
getLeft()
public final double getLeft()
Gets or sets the left.
Value: The left.
Returns: double
getPointsUnitType()
public final int getPointsUnitType()
Gets or sets unit type of the points that determine the corners of the box.
Returns: int
getQuadVersion()
public final int getQuadVersion()
Gets or sets the unit value quad version.
Value: The quad version.
Returns: int
getRight()
public final double getRight()
Gets or sets the right.
Value: The right.
Returns: double
getTop()
public final double getTop()
Gets or sets the top.
Value: The top.
Returns: double
getWidth_internalized()
public final double getWidth_internalized()
Gets the box width.
Value: The box width.
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBottom(double value)
public final void setBottom(double value)
Gets or sets the bottom.
Value: The bottom.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setBounds(Rectangle value)
public final void setBounds(Rectangle value)
Gets or sets the bounds of the shape bounding box.
Value: The shape bounding box bounds.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Rectangle |
setLeft(double value)
public final void setLeft(double value)
Gets or sets the left.
Value: The left.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setPointsUnitType(int value)
public final void setPointsUnitType(int value)
Gets or sets unit type of the points that determine the corners of the box.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |
setRight(double value)
public final void setRight(double value)
Gets or sets the right.
Value: The right.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setTop(double value)
public final void setTop(double value)
Gets or sets the top.
Value: The top.
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 |