Public 成员函数 | |
| String | getName () |
| String | toString () |
静态 Public 成员函数 | |
| static PointStyle | getPointStyleForName (String name) |
| static int | getIndexForName (String name) |
Public 属性 | |
| X =("x") | |
| CIRCLE =("circle") | |
| TRIANGLE =("triangle") | |
| SQUARE =("square") | |
| DIAMOND =("diamond") | |
| POINT | |
Private 成员函数 | |
| PointStyle (String name) | |
Private 属性 | |
| String | mName |
The chart point style enumerator.
|
inlineprivate |
The point style enum constructor.
| name | the name |
|
inlinestatic |
Returns the point shape index based on the given name.
| name | the name |
|
inline |
Returns the point shape name.
|
inlinestatic |
Return the point shape that has the provided symbol.
| name | the point style name |
|
inline |
Returns the point shape name.
| com.ab.view.chart.PointStyle.CIRCLE =("circle") |
The circle.
| com.ab.view.chart.PointStyle.DIAMOND =("diamond") |
The diamond.
|
private |
The point shape name.
| com.ab.view.chart.PointStyle.POINT |
The point.
| com.ab.view.chart.PointStyle.SQUARE =("square") |
The square.
| com.ab.view.chart.PointStyle.TRIANGLE =("triangle") |
The triangle.
| com.ab.view.chart.PointStyle.X =("x") |
The x.
1.8.8