R - renderer genericspublic abstract class AbstractDataSetManagement<R extends Renderer> extends Object implements Renderer
| Type | Property and Description |
|---|---|
BooleanProperty |
showInLegend
Sets whether DataSets attached to this renderer shall be shown in the legend
|
| Modifier and Type | Field and Description |
|---|---|
protected BooleanProperty |
showInLegend |
| Constructor and Description |
|---|
AbstractDataSetManagement() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
copyMetaData(DataSet from,
DataSet to) |
ObservableList<Axis> |
getAxes() |
protected static DoubleDataSet |
getDataSetCopy(DataSet dataSet) |
ObservableList<DataSet> |
getDatasets() |
ObservableList<DataSet> |
getDatasetsCopy() |
protected ObservableList<DataSet> |
getDatasetsCopy(ObservableList<DataSet> localDataSets) |
protected static DoubleErrorDataSet |
getErrorDataSetCopy(DataSetError dataSet) |
Axis |
getFirstAxis(Orientation orientation) |
protected abstract R |
getThis() |
R |
setShowInLegend(boolean state)
Sets whether DataSets attached to this renderer shall be shown in the legend
|
boolean |
showInLegend()
Sets whether DataSets attached to this renderer shall be shown in the legend
|
BooleanProperty |
showInLegendProperty()
Sets whether DataSets attached to this renderer shall be shown in the legend
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawLegendSymbol, renderpublic final BooleanProperty showInLegendProperty
showInLegendProperty in interface Rendererprotected BooleanProperty showInLegend
public ObservableList<Axis> getAxes()
public ObservableList<DataSet> getDatasets()
getDatasets in interface Rendererpublic ObservableList<DataSet> getDatasetsCopy()
getDatasetsCopy in interface Rendererprotected ObservableList<DataSet> getDatasetsCopy(ObservableList<DataSet> localDataSets)
public Axis getFirstAxis(Orientation orientation)
protected abstract R getThis()
public R setShowInLegend(boolean state)
setShowInLegend in interface Rendererstate - true (default) if data sets are supposed to be drawnpublic boolean showInLegend()
showInLegend in interface Rendererpublic final BooleanProperty showInLegendProperty()
showInLegendProperty in interface Rendererprotected static final DoubleDataSet getDataSetCopy(DataSet dataSet)
protected static final DoubleErrorDataSet getErrorDataSetCopy(DataSetError dataSet)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.