VectorShapeRadiiRectangle

Inheritance: java.lang.Object

public final class VectorShapeRadiiRectangle

Defines vector shape radii rectangle class

Constructors

ConstructorDescription
VectorShapeRadiiRectangle()

Fields

FieldDescription
BottomLeftKey_internalizedThe bottom left key
BottomRightKey_internalizedThe bottom right key
ClassIdName_internalizedThe class identifier name
QuadVersionKey_internalizedThe unit value quad version key
TopLeftKey_internalizedThe top left key
TopRightKey_internalizedThe top right key

Methods

MethodDescription
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:

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

ParameterTypeDescription
valuedouble

setBottomRight(double value)

public final void setBottomRight(double value)

Gets or sets the bottom right.

Value: The bottom right.

Parameters:

ParameterTypeDescription
valuedouble

setQuadVersion(int value)

public final void setQuadVersion(int value)

Gets or sets the unit value quad version.

Value: The quad version.

Parameters:

ParameterTypeDescription
valueint

setTopLeft(double value)

public final void setTopLeft(double value)

Gets or sets the top left.

Value: The top left.

Parameters:

ParameterTypeDescription
valuedouble

setTopRight(double value)

public final void setTopRight(double value)

Gets or sets the top right.

Value: The top right.

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