| Package | Description |
|---|---|
| de.gsi.chart | |
| de.gsi.chart.plugins |
| Modifier and Type | Field and Description |
|---|---|
protected ListChangeListener<ChartPlugin> |
Chart.pluginsChangedListener |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<ChartPlugin> |
Chart.getPlugins()
Returns a list of plugins added to this chart pane.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Chart.pluginAdded(ChartPlugin plugin) |
protected void |
Chart.pluginRemoved(ChartPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Chart.pluginsChanged(ListChangeListener.Change<? extends ChartPlugin> change) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataFormattingPlugin
An abstract plugin with associated formatters for X and Y value of the data.
|
class |
AbstractRangeValueIndicator
Plugin indicating a value range as a rectangle drawn on the plot area, with an optional
text
label describing the range. |
class |
AbstractSingleValueIndicator
Plugin indicating a specific X or Y value as a line drawn on the plot area, with an optional
text label describing the value. |
class |
AbstractValueIndicator
Base class for plugins indicating a specific value or range of values on a
Chart with an optional
text label description. |
class |
ChartOverlay
Plugin that overlays
chart pane or chart's plot area
with given node i.e. |
class |
ColormapSelector
Adds a Dropdown to the toolbar to select different Colormaps.
|
class |
CrosshairIndicator
|
class |
DataPointTooltip
A tool tip label appearing next to the mouse cursor when placed over a data point's symbol.
|
class |
EditAxis
Allows editing of the chart axes (auto range, minimum/maximum range, etc.)
|
class |
EditDataSet |
class |
Panner
Allows dragging the visible plot area along X and/or Y axis, changing the visible axis range.
|
class |
ParameterMeasurements
plugin to implement simple measurements and valueTextField indicators such as
|
class |
TableViewer
Displays the all visible data sets inside a table on demand.
|
class |
UpdateAxisLabels
This plugin updates the labels (name and unit) of all axes according to DataSet Metadata.
|
class |
XRangeIndicator
A rectangle drawn on the plot area, covering specified range of X values, with an optional
text label describing the range. |
class |
XValueIndicator
A vertical line drawn on the plot area, indicating specified X value, with an optional
text
label describing the value. |
class |
YRangeIndicator
A rectangle drawn on the plot area, covering specified range of Y values, with an optional
text label describing the range. |
class |
YValueIndicator
A horizontal line drawn on the plot area, indicating specified Y value, with an optional
text
label describing the value. |
class |
Zoomer
Zoom capabilities along X, Y or both axis.
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.