Uses of Enum Class
org.jooq.ChartFormat.Display
-
Uses of ChartFormat.Display in org.jooq
Modifier and TypeMethodDescription@NotNull ChartFormat.Display
ChartFormat.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 TypeMethodDescription@NotNull ChartFormat
ChartFormat.display
(ChartFormat.Display newDisplay) The new display format, defaulting toSTACKED
.