public final class VectorShapeRadiiRectangle extends Object
Defines vector shape radii rectangle class
Constructor and Description |
---|
VectorShapeRadiiRectangle() |
Modifier and Type | Method and Description |
---|---|
double |
getBottomLeft()
Gets or sets the bottom.
|
double |
getBottomRight()
Gets or sets the bottom right.
|
int |
getQuadVersion()
Gets or sets the unit value quad version.
|
double |
getTopLeft()
Gets or sets the top left.
|
double |
getTopRight()
Gets or sets the top right.
|
void |
setBottomLeft(double value)
Gets or sets the bottom.
|
void |
setBottomRight(double value)
Gets or sets the bottom right.
|
void |
setQuadVersion(int value)
Gets or sets the unit value quad version.
|
void |
setTopLeft(double value)
Gets or sets the top left.
|
void |
setTopRight(double value)
Gets or sets the top right.
|
public final double getTopLeft()
Gets or sets the top left.
Value: The top left.public final void setTopLeft(double value)
Gets or sets the top left.
Value: The top left.public final double getTopRight()
Gets or sets the top right.
Value: The top right.public final void setTopRight(double value)
Gets or sets the top right.
Value: The top right.public final double getBottomRight()
Gets or sets the bottom right.
Value: The bottom right.public final void setBottomRight(double value)
Gets or sets the bottom right.
Value: The bottom right.public final double getBottomLeft()
Gets or sets the bottom.
Value: The bottom.public final void setBottomLeft(double value)
Gets or sets the bottom.
Value: The bottom.public final int getQuadVersion()
Gets or sets the unit value quad version.
Value: The quad version.public final void setQuadVersion(int value)
Gets or sets the unit value quad version.
Value: The quad version.