| Package | Description |
|---|---|
| de.gsi.chart.axes.spi | |
| de.gsi.chart.plugins | |
| de.gsi.chart.renderer.spi | |
| de.gsi.chart.renderer.spi.utils |
| Modifier and Type | Method and Description |
|---|---|
ColorGradient |
ColorGradientAxis.getColorGradient()
Returns the value of the
ColorGradientAxis.colorGradientProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ColorGradient> |
ColorGradientAxis.colorGradientProperty()
Color gradient (linear) used to encode data point values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorGradientAxis.setColorGradient(ColorGradient value)
Sets the value of the
ColorGradientAxis.colorGradientProperty(). |
| Constructor and Description |
|---|
ColorGradientAxis(double lowerBound,
double upperBound,
double tickUnit,
ColorGradient colorGradient) |
ColorGradientAxis(String axisLabel,
ColorGradient colorGradient) |
ColorGradientAxis(String axisLabel,
double lowerBound,
double upperBound,
double tickUnit,
ColorGradient colorGradient) |
ColorGradientAxis(String axisLabel,
String unit,
ColorGradient colorGradient) |
| Modifier and Type | Method and Description |
|---|---|
ColorGradient |
ColormapSelector.getColormap()
Gets the value of the property colormap.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ColorGradient> |
ColormapSelector.colormapProperty() |
ObservableList<ColorGradient> |
ColormapSelector.getGradientsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColormapSelector.setColormap(ColorGradient newGradient)
Sets the value of the property colormap.
|
protected void |
ColormapSelector.ColormapListCell.updateItem(ColorGradient gradient,
boolean empty) |
| Modifier and Type | Method and Description |
|---|---|
ColorGradient |
ContourDataSetRenderer.getColorGradient()
Returns the value of the
ContourDataSetRenderer.colorGradientProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ColorGradient> |
ContourDataSetRenderer.colorGradientProperty()
Color gradient (linear) used to encode data point values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContourDataSetRenderer.setColorGradient(ColorGradient value)
Sets the value of the
ContourDataSetRenderer.colorGradientProperty(). |
| Modifier and Type | Field and Description |
|---|---|
static ColorGradient |
ColorGradient.BLACK_WHITE
Black to white gradient.
|
static ColorGradient |
ColorGradient.BLUERED
BLUE -> PURPLE -> RED
|
static ColorGradient |
ColorGradient.DEFAULT |
static ColorGradient |
ColorGradient.HOT
Black to white thermal-inspired gradient.
|
static ColorGradient |
ColorGradient.JET
colour scheme 'jet'
|
static ColorGradient |
ColorGradient.PINK
pink inspired
|
static ColorGradient |
ColorGradient.RAINBOW
Rainbow colors gradient: violet, indigo, blue, green, yellow, orange and red.
|
static ColorGradient |
ColorGradient.SUNRISE
Red, yellow, white.
|
static ColorGradient |
ColorGradient.TOPO
colour scheme 'topography'
|
static ColorGradient |
ColorGradient.TOPO_EXT
colour scheme 'extended topography'
|
static ColorGradient |
ColorGradient.VIRIDIS |
static ColorGradient |
ColorGradient.WHITE_BLACK
White to black gradient.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ColorGradient> |
ColorGradient.colorGradients() |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.