Uses of Class
org.jooq.ChartFormat
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ChartFormat in org.jooq
Modifier and TypeMethodDescription@NotNull ChartFormat
ChartFormat.category
(int newCategory) The new category source column number, defaulting to0
.@NotNull ChartFormat
ChartFormat.categoryAsText
(boolean newCategoryAsText) The new category as text value, defaulting totrue
.@NotNull ChartFormat
FormattingProvider.chartFormat()
TheChartFormat
to use when callingFormattable.formatChart()
and related methods, defaulting toDEFAULT
.@NotNull ChartFormat
ChartFormat.dimensions
(int newWidth, int newHeight) The new chart dimensions, defaulting to80 x 25
.@NotNull ChartFormat
ChartFormat.display
(ChartFormat.Display newDisplay) The new display format, defaulting toChartFormat.Display.STACKED
.@NotNull ChartFormat
ChartFormat.height
(int newHeight) The new chart height, defaulting to25
.@NotNull ChartFormat
The new newline character, defaulting to\n
.@NotNull ChartFormat
ChartFormat.numericFormat
(DecimalFormat newNumericFormat) The new numeric format, defaulting to###,###.00
.@NotNull ChartFormat
ChartFormat.output
(ChartFormat.Output newOutput) The new output format, defaulting toChartFormat.Output.ASCII
.@NotNull ChartFormat
ChartFormat.percentFormat
(DecimalFormat newPercentFormat) The new numeric format for percentages, defaulting to###.00'%'
.@NotNull ChartFormat
ChartFormat.shades
(char... newShades) The new column shades, defaulting to{ 'X' }
.@NotNull ChartFormat
ChartFormat.showHorizontalLegend
(boolean newShowHorizontalLegend) Whether to show the horizontal legend, defaulting totrue
.@NotNull ChartFormat
ChartFormat.showLegends
(boolean newShowHorizontalLegend, boolean newShowVerticalLegend) Whether to show legends, defaulting totrue
.@NotNull ChartFormat
ChartFormat.showVerticalLegend
(boolean newShowVerticalLegend) Whether to show the vertical legend, defaulting totrue
.@NotNull ChartFormat
ChartFormat.type
(ChartFormat.Type newType) The new chart type, defaulting toChartFormat.Type.AREA
.@NotNull ChartFormat
ChartFormat.values
(int... newValues) The new value source column numbers, defaulting to{ 1 }
.@NotNull ChartFormat
ChartFormat.width
(int newWidth) The new chart width, defaulting to80
.Modifier and TypeMethodDescriptionvoid
Formattable.formatChart
(OutputStream stream, ChartFormat format) LikeFormattable.formatChart(ChartFormat)
, but the data is output onto anOutputStream
.void
Formattable.formatChart
(Writer writer, ChartFormat format) LikeFormattable.formatChart(ChartFormat)
, but the data is output onto aWriter
.@NotNull String
Formattable.formatChart
(ChartFormat format) Get this result as an ASCII chart.Modifier and TypeMethodDescriptionstatic @NotNull CallbackFormattingProvider
FormattingProvider.onChartFormat
(Supplier<? extends ChartFormat> newOnChartFormat) Create anFormattingProvider
with aFormattingProvider.chartFormat()
implementation. -
Uses of ChartFormat in org.jooq.impl
Modifier and TypeMethodDescriptionfinal @NotNull ChartFormat
CallbackFormattingProvider.chartFormat()
DefaultFormattingProvider.chartFormat()
Modifier and TypeMethodDescriptionfinal void
ArrayRecordImpl.formatChart
(Writer writer, ChartFormat format) final void
AssociativeArrayRecordImpl.formatChart
(Writer writer, ChartFormat format) Modifier and TypeMethodDescriptionfinal @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onChartFormat
(Supplier<? extends ChartFormat> newOnChartFormat)