|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeStyle | |
---|---|
com.steema.teechart.drawing | |
com.steema.teechart.styles |
Uses of EdgeStyle in com.steema.teechart.drawing |
---|
Fields in com.steema.teechart.drawing declared as EdgeStyle | |
---|---|
static EdgeStyle |
EdgeStyle.CURVED
Curved edges. |
static EdgeStyle |
EdgeStyle.FLAT
Flat edges. |
static EdgeStyle |
EdgeStyle.NONE
No special edge treament. |
Methods in com.steema.teechart.drawing that return EdgeStyle | |
---|---|
static EdgeStyle |
EdgeStyle.fromInt(int value)
|
Methods in com.steema.teechart.drawing with parameters of type EdgeStyle | |
---|---|
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. |
Uses of EdgeStyle in com.steema.teechart.styles |
---|
Methods in com.steema.teechart.styles that return EdgeStyle | |
---|---|
EdgeStyle |
Pie.getEdgeStyle()
|
Methods in com.steema.teechart.styles with parameters of type EdgeStyle | |
---|---|
void |
Pie.setEdgeStyle(EdgeStyle value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |