Package | Description |
---|---|
org.eclipse.scada.chart | |
org.eclipse.scada.chart.swt.render |
Modifier and Type | Method and Description |
---|---|
NavigableSet<DataEntry> |
WritableSeriesData.getEntries() |
NavigableSet<DataEntry> |
SeriesViewData.getEntries()
get the unmodifiable set of data entries
|
Modifier and Type | Method and Description |
---|---|
boolean |
WritableSeriesData.add(DataEntry entry) |
void |
WritableSeriesData.addAsLast(DataEntry entry) |
int |
DataEntry.compareTo(DataEntry o) |
boolean |
WritableSeriesData.remove(DataEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
AbstractDataSeriesRenderer.translateToPoint(org.eclipse.swt.graphics.Rectangle clientRect,
XAxis x,
YAxis y,
DataPoint point,
DataEntry entry) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.