VectorShapeBoundingBox

Inheritance: java.lang.Object

public final class VectorShapeBoundingBox

Defines vector shape bounding box class.

Constructors

ConstructorDescription
VectorShapeBoundingBox()Initializes a new instance of the VectorShapeBoundingBox class.

Fields

FieldDescription
BottomKey_internalizedThe bottom key
ClassIdName_internalizedThe class identifier name
LeftKey_internalizedThe left key
QuadVersionKey_internalizedThe unit value quad version key
RightKey_internalizedThe right key
TopKey_internalizedThe top key

Methods

MethodDescription
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

ClassIdName_internalized

public static final String ClassIdName_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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuedouble

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:

ParameterTypeDescription
valueRectangle

setLeft(double value)

public final void setLeft(double value)

Gets or sets the left.

Value: The left.

Parameters:

ParameterTypeDescription
valuedouble

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:

ParameterTypeDescription
valueint

setQuadVersion(int value)

public final void setQuadVersion(int value)

Gets or sets the unit value quad version.

Value: The quad version.

Parameters:

ParameterTypeDescription
valueint

setRight(double value)

public final void setRight(double value)

Gets or sets the right.

Value: The right.

Parameters:

ParameterTypeDescription
valuedouble

setTop(double value)

public final void setTop(double value)

Gets or sets the top.

Value: The top.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int