Package | Description |
---|---|
com.steema.teechart.drawing | |
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static EdgeStyle |
EdgeStyle.CURVED
Curved edges.
|
static EdgeStyle |
EdgeStyle.FLAT
Flat edges.
|
static EdgeStyle |
EdgeStyle.NONE
No special edge treament.
|
Modifier and Type | Method and Description |
---|---|
static EdgeStyle |
EdgeStyle.fromInt(int value) |
Modifier and Type | Method and Description |
---|---|
void |
IGraphics3D.pie(int xCenter,
int yCenter,
int xOffset,
int yOffset,
int xRadius,
int yRadius,
int z0,
int z1,
double startAngle,
double endAngle,
boolean darkSides,
boolean drawSides,
int donutPercent,
int bevelPercent,
EdgeStyle edgeStyle,
boolean last) |
void |
Graphics3D.pie(int xCenter,
int yCenter,
int xOffset,
int yOffset,
int xRadius,
int yRadius,
int z0,
int z1,
double startAngle,
double endAngle,
boolean darkSides,
boolean drawSides,
int donutPercent,
int bevelPercent,
EdgeStyle edgeStyle,
boolean last)
Draws a 3D Pie slice using start Angle and end Angle and donut percent.
|
Modifier and Type | Method and Description |
---|---|
EdgeStyle |
Pie.getEdgeStyle() |
Modifier and Type | Method and Description |
---|---|
void |
Pie.setEdgeStyle(EdgeStyle value) |