Uses of Class
de.gsi.chart.renderer.spi.utils.ColorGradient
-
Packages that use ColorGradient Package Description de.gsi.chart.axes.spi de.gsi.chart.plugins de.gsi.chart.renderer.spi de.gsi.chart.renderer.spi.utils -
-
Uses of ColorGradient in de.gsi.chart.axes.spi
Methods in de.gsi.chart.axes.spi that return ColorGradient Modifier and Type Method Description ColorGradientColorGradientAxis. getColorGradient()Returns the value of theColorGradientAxis.colorGradientProperty().Methods in de.gsi.chart.axes.spi that return types with arguments of type ColorGradient Modifier and Type Method Description javafx.beans.property.ObjectProperty<ColorGradient>ColorGradientAxis. colorGradientProperty()Color gradient (linear) used to encode data point values.Methods in de.gsi.chart.axes.spi with parameters of type ColorGradient Modifier and Type Method Description voidColorGradientAxis. setColorGradient(ColorGradient value)Sets the value of theColorGradientAxis.colorGradientProperty().Constructors in de.gsi.chart.axes.spi with parameters of type ColorGradient Constructor Description ColorGradientAxis(double lowerBound, double upperBound, double tickUnit, ColorGradient colorGradient)ColorGradientAxis(java.lang.String axisLabel, double lowerBound, double upperBound, double tickUnit, ColorGradient colorGradient)ColorGradientAxis(java.lang.String axisLabel, ColorGradient colorGradient)ColorGradientAxis(java.lang.String axisLabel, java.lang.String unit, ColorGradient colorGradient) -
Uses of ColorGradient in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins that return ColorGradient Modifier and Type Method Description ColorGradientColormapSelector. getColormap()Methods in de.gsi.chart.plugins that return types with arguments of type ColorGradient Modifier and Type Method Description javafx.beans.property.ObjectProperty<ColorGradient>ColormapSelector. colormapProperty()javafx.collections.ObservableList<ColorGradient>ColormapSelector. getGradientsList()Methods in de.gsi.chart.plugins with parameters of type ColorGradient Modifier and Type Method Description voidColormapSelector. setColormap(ColorGradient newGradient)protected voidColormapSelector.ColormapListCell. updateItem(ColorGradient gradient, boolean empty) -
Uses of ColorGradient in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi that return ColorGradient Modifier and Type Method Description ColorGradientContourDataSetRenderer. getColorGradient()Returns the value of theContourDataSetRenderer.colorGradientProperty().Methods in de.gsi.chart.renderer.spi that return types with arguments of type ColorGradient Modifier and Type Method Description javafx.beans.property.ObjectProperty<ColorGradient>ContourDataSetRenderer. colorGradientProperty()Color gradient (linear) used to encode data point values.Methods in de.gsi.chart.renderer.spi with parameters of type ColorGradient Modifier and Type Method Description voidContourDataSetRenderer. setColorGradient(ColorGradient value)Sets the value of theContourDataSetRenderer.colorGradientProperty(). -
Uses of ColorGradient in de.gsi.chart.renderer.spi.utils
Fields in de.gsi.chart.renderer.spi.utils declared as ColorGradient Modifier and Type Field Description static ColorGradientColorGradient. BLACK_WHITEBlack to white gradient.static ColorGradientColorGradient. BLUEREDBLUE -> PURPLE -> REDstatic ColorGradientColorGradient. DEFAULTstatic ColorGradientColorGradient. HOTBlack to white thermal-inspired gradient.static ColorGradientColorGradient. JETcolour scheme 'jet'static ColorGradientColorGradient. PINKpink inspiredstatic ColorGradientColorGradient. RAINBOWRainbow colors gradient: violet, indigo, blue, green, yellow, orange and red.static ColorGradientColorGradient. SUNRISERed, yellow, white.static ColorGradientColorGradient. TOPOcolour scheme 'topography'static ColorGradientColorGradient. TOPO_EXTcolour scheme 'extended topography'static ColorGradientColorGradient. VIRIDISstatic ColorGradientColorGradient. WHITE_BLACKWhite to black gradient.Methods in de.gsi.chart.renderer.spi.utils that return types with arguments of type ColorGradient Modifier and Type Method Description static java.util.List<ColorGradient>ColorGradient. colorGradients()
-