Package | Description |
---|---|
com.steema.teechart.drawing |
Modifier and Type | Method and Description |
---|---|
static Graphics3D.RoundRectangleStyle |
Graphics3D.RoundRectangleStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Graphics3D.RoundRectangleStyle[] |
Graphics3D.RoundRectangleStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PointDouble[] |
Graphics3D.getClipRoundRectangle(Rectangle rect,
int borderRound,
Graphics3D.RoundRectangleStyle borderStyle) |
void |
IGraphics3D.roundRectangle(Rectangle r,
int roundWidth,
int roundHeight,
int z,
Graphics3D.RoundRectangleStyle roundStyle) |
void |
Graphics3D.roundRectangle(Rectangle r,
int roundWidth,
int roundHeight,
int z,
Graphics3D.RoundRectangleStyle roundStyle) |