Uses of Class
org.knowm.xchart.style.Styler.LegendLayout
-
Packages that use Styler.LegendLayout Package Description org.knowm.xchart.style -
-
Uses of Styler.LegendLayout in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return Styler.LegendLayout Modifier and Type Method Description Styler.LegendLayout
Styler. getLegendLayout()
Set the legend layoutstatic Styler.LegendLayout
Styler.LegendLayout. valueOf(String name)
Returns the enum constant of this type with the specified name.static Styler.LegendLayout[]
Styler.LegendLayout. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchart.style with parameters of type Styler.LegendLayout Modifier and Type Method Description void
Styler. setLegendLayout(Styler.LegendLayout legendLayout)
-