Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Field and Description |
---|---|
static ChartFormat |
ChartFormat.DEFAULT |
Modifier and Type | Method and Description |
---|---|
ChartFormat |
ChartFormat.category(int newCategory)
The new category source column number, defaulting to
0 . |
ChartFormat |
ChartFormat.categoryAsText(boolean newCategoryAsText)
The new category as text value, defaulting to
true . |
ChartFormat |
ChartFormat.dimensions(int newWidth,
int newHeight)
The new chart dimensions, defaulting to
80 x 25 . |
ChartFormat |
ChartFormat.display(ChartFormat.Display newDisplay)
The new display format, defaulting to
ChartFormat.Display.STACKED . |
ChartFormat |
ChartFormat.height(int newHeight)
The new chart height, defaulting to
25 . |
ChartFormat |
ChartFormat.newline(java.lang.String newNewline)
The new newline character, defaulting to
\n . |
ChartFormat |
ChartFormat.numericFormat(java.text.DecimalFormat newNumericFormat)
The new numeric format, defaulting to
###,###.00 . |
ChartFormat |
ChartFormat.output(ChartFormat.Output newOutput)
The new output format, defaulting to
ChartFormat.Output.ASCII . |
ChartFormat |
ChartFormat.shades(char... newShades)
The new column shades, defaulting to
{ 'X' } . |
ChartFormat |
ChartFormat.showHorizontalLegend(boolean newShowHorizontalLegend)
Whether to show the horizontal legend, defaulting to
true . |
ChartFormat |
ChartFormat.showLegends(boolean newShowHorizontalLegend,
boolean newShowVerticalLegend)
Whether to show legends, defaulting to
true . |
ChartFormat |
ChartFormat.showVerticalLegend(boolean newShowVerticalLegend)
Whether to show the vertical legend, defaulting to
true . |
ChartFormat |
ChartFormat.type(ChartFormat.Type newType)
The new chart type, defaulting to
Area . |
ChartFormat |
ChartFormat.values(int... newValues)
The new value source column numbers, defaulting to
{ 1 } . |
ChartFormat |
ChartFormat.width(int newWidth)
The new chart width, defaulting to
80 . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Result.formatChart(ChartFormat format) |
void |
Result.formatChart(java.io.OutputStream stream,
ChartFormat format)
Like
Result.formatChart(ChartFormat) , but the data is output onto an OutputStream . |
void |
Result.formatChart(java.io.Writer writer,
ChartFormat format)
Like
Result.formatChart(ChartFormat) , but the data is output onto a Writer . |
Copyright © 2018. All Rights Reserved.