Uses of Class
de.gsi.chart.renderer.spi.utils.DefaultRenderColorScheme.Palette
-
Packages that use DefaultRenderColorScheme.Palette Package Description de.gsi.chart.renderer.spi.utils -
-
Uses of DefaultRenderColorScheme.Palette in de.gsi.chart.renderer.spi.utils
Methods in de.gsi.chart.renderer.spi.utils that return DefaultRenderColorScheme.Palette Modifier and Type Method Description static DefaultRenderColorScheme.PaletteDefaultRenderColorScheme.Palette. getValue(javafx.collections.ObservableList<javafx.scene.paint.Color> list)static DefaultRenderColorScheme.PaletteDefaultRenderColorScheme.Palette. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultRenderColorScheme.Palette[]DefaultRenderColorScheme.Palette. values()Returns an array containing the constants of this enum type, in the order they are declared.
-