Uses of Class
org.jooq.ChartFormat.Type
-
Packages that use ChartFormat.Type Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ChartFormat.Type in org.jooq
Methods in org.jooq that return ChartFormat.Type Modifier and Type Method Description ChartFormat.Type
ChartFormat. type()
static ChartFormat.Type
ChartFormat.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChartFormat.Type[]
ChartFormat.Type. 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.Type Modifier and Type Method Description ChartFormat
ChartFormat. type(ChartFormat.Type newType)
The new chart type, defaulting toAREA
.
-