public class ColormapSelector extends ChartPlugin
| Type | Property and Description |
|---|---|
ObjectProperty<ColorGradient> |
colormap |
BooleanProperty |
showInToolbar |
addButtonsToToolBarProperty, chartProperty| Modifier and Type | Class and Description |
|---|---|
static class |
ColormapSelector.ColormapComboBox |
static class |
ColormapSelector.ColormapListCell |
| Constructor and Description |
|---|
ColormapSelector() |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ColorGradient> |
colormapProperty() |
ColorGradient |
getColormap()
Gets the value of the property colormap.
|
ObservableList<ColorGradient> |
getGradientsList() |
boolean |
isShowInToolbar()
Gets the value of the property showInToolbar.
|
void |
setColormap(ColorGradient newGradient)
Sets the value of the property colormap.
|
void |
setShowInToolbar(boolean show)
Sets the value of the property showInToolbar.
|
BooleanProperty |
showInToolbarProperty() |
addButtonsToToolBarProperty, chartProperty, getChart, getChartChildren, getLocationInPlotArea, isAddButtonsToToolBar, layoutChildren, registerInputEventHandler, setAddButtonsToToolBar, setChart, toDataPoint, toDisplayPointpublic ObjectProperty<ColorGradient> colormapProperty
getColormap(),
setColormap(ColorGradient)public BooleanProperty showInToolbarProperty
isShowInToolbar(),
setShowInToolbar(boolean)public ObjectProperty<ColorGradient> colormapProperty()
getColormap(),
setColormap(ColorGradient)public ColorGradient getColormap()
public ObservableList<ColorGradient> getGradientsList()
public boolean isShowInToolbar()
public void setColormap(ColorGradient newGradient)
public void setShowInToolbar(boolean show)
public BooleanProperty showInToolbarProperty()
isShowInToolbar(),
setShowInToolbar(boolean)Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.