Uses of Enum Class
org.jooq.ChartFormat.Display
-
Uses of ChartFormat.Display in org.jooq
Modifier and TypeMethodDescriptionChartFormat.display()
The display format.static ChartFormat.Display
Returns the enum constant of this class with the specified name.static ChartFormat.Display[]
ChartFormat.Display.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionChartFormat.display(ChartFormat.Display newDisplay)
The new display format, defaulting toSTACKED
.