Public 成员函数 | |
| AbstractTool (AbstractChart chart) | |
| double[] | getRange (int scale) |
| void | checkRange (double[] range, int scale) |
Protected 成员函数 | |
| void | setXRange (double min, double max, int scale) |
| void | setYRange (double min, double max, int scale) |
Protected 属性 | |
| AbstractChart | mChart |
| XYMultipleSeriesRenderer | mRenderer |
Abstract class for being extended by graphical view tools.
|
inline |
Abstract tool constructor.
| chart | the chart |
|
inline |
Sets the range to the calculated one, if not already set.
| range | the range |
| scale | the scale |
|
inline |
Returns the current chart range.
| scale | the scale |
|
inlineprotected |
Sets a new range on the X axis.
| min | the minimum value |
| max | the maximum value |
| scale | the scale |
|
inlineprotected |
Sets a new range on the Y axis.
| min | the minimum value |
| max | the maximum value |
| scale | the scale |
|
protected |
The chart.
|
protected |
The renderer.
1.8.8