|
| | TimeSeries (String title) |
| |
| synchronized void | add (Date x, double y) |
| |
| synchronized void | add (Date x, double y, int c, String e) |
| |
| | XYSeries (String title) |
| |
| | XYSeries (String title, int scaleNumber) |
| |
| int | getScaleNumber () |
| |
| String | getTitle () |
| |
| void | setTitle (String title) |
| |
| synchronized void | add (double x, double y) |
| |
| synchronized void | add (double x, double y, int c) |
| |
| synchronized void | add (double x, double y, int c, String e) |
| |
| synchronized void | remove (int index) |
| |
| synchronized void | clear () |
| |
| synchronized double | getX (int index) |
| |
| synchronized double | getY (int index) |
| |
synchronized SortedMap< Double,
Double > | getRange (double start, double stop, int beforeAfterPoints) |
| |
| int | getIndexForKey (double key) |
| |
| synchronized int | getItemCount () |
| |
| double | getMinX () |
| |
| double | getMinY () |
| |
| double | getMaxX () |
| |
| double | getMaxY () |
| |
| IndexXYMap< Double, Integer > | getmXC () |
| |
| int | getmXCValue (double key) |
| |
| IndexXYMap< Double, String > | getmXE () |
| |
| String | getmXEValue (double key) |
| |
A series for the date / time charts.