Uses of Class
de.gsi.chart.renderer.spi.utils.ColorGradient
-
Packages that use ColorGradient Package Description de.gsi.chart.renderer.spi de.gsi.chart.renderer.spi.utils -
-
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. 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()
-