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