class GChartFormat extends Object implements ChartFormat
This is open source software released under the Apache 2.0 License
| Modifier and Type | Field and Description |
|---|---|
private boolean |
domain |
private String |
pattern |
| Constructor and Description |
|---|
GChartFormat(boolean domain)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) String |
getPattern(GXyDataset dataset)
Returns the pattern to render axis tick labels
|
void |
withPattern(String pattern)
Sets the format pattern to accept
|
private boolean domain
private String pattern
GChartFormat(boolean domain)
domain - true if this represents the domain axispublic void withPattern(String pattern)
ChartFormatwithPattern in interface ChartFormatpattern - the format patternString getPattern(GXyDataset dataset)
Copyright 2014-2017, Xavier Witdouck