Uses of Class
de.edgesoft.edgeutils.xchart.Colorschemes
| Package | Description |
|---|---|
| de.edgesoft.edgeutils.xchart |
-
Uses of Colorschemes in de.edgesoft.edgeutils.xchart
Methods in de.edgesoft.edgeutils.xchart that return Colorschemes Modifier and Type Method Description static ColorschemesColorschemes. fromValue(java.lang.String v)static ColorschemesColorschemes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Colorschemes[]Colorschemes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.edgesoft.edgeutils.xchart with parameters of type Colorschemes Modifier and Type Method Description java.awt.Color[]BaseSeriesColors. getSeriesColors(Colorschemes theColorscheme)Returns colors for given color scheme.Method parameters in de.edgesoft.edgeutils.xchart with type arguments of type Colorschemes Modifier and Type Method Description static org.knowm.xchart.XYChartChartFactory. createXYChart(java.lang.String theTitle, int theHeight, int theWidth, java.util.Optional<Colorschemes> theColorscheme)Returns xy chart.