Uses of Enum Class
org.jooq.ChartFormat.Type
Packages that use ChartFormat.Type
-
Uses of ChartFormat.Type in org.jooq
Methods in org.jooq that return ChartFormat.TypeModifier and TypeMethodDescription@NotNull ChartFormat.Type
ChartFormat.type()
static ChartFormat.Type
Returns the enum constant of this class with the specified name.static ChartFormat.Type[]
ChartFormat.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type ChartFormat.TypeModifier and TypeMethodDescription@NotNull ChartFormat
ChartFormat.type
(ChartFormat.Type newType) The new chart type, defaulting toAREA
.