Uses of Class
org.jooq.ChartFormat.Display
-
Packages that use ChartFormat.Display Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ChartFormat.Display in org.jooq
Methods in org.jooq that return ChartFormat.Display Modifier and Type Method Description ChartFormat.Display
ChartFormat. display()
The display format.static ChartFormat.Display
ChartFormat.Display. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartFormat.Display[]
ChartFormat.Display. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type ChartFormat.Display Modifier and Type Method Description ChartFormat
ChartFormat. display(ChartFormat.Display newDisplay)
The new display format, defaulting toSTACKED
.
-