Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
ChartFormat.Display |
ChartFormat.display()
The display format.
|
static ChartFormat.Display |
ChartFormat.Display.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartFormat.Display[] |
ChartFormat.Display.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartFormat |
ChartFormat.display(ChartFormat.Display newDisplay)
The new display format, defaulting to
STACKED . |
Copyright © 2019. All rights reserved.