public class SimpleChartJsAxisConfig<T extends Serializable> extends Object implements ChartJsAxisConfig<T>
| Constructor and Description |
|---|
SimpleChartJsAxisConfig() |
| Modifier and Type | Method and Description |
|---|---|
ChartJsScaleLabelConfig |
getLabelConfig() |
ChartJsAxisPosition |
getPosition() |
ChartJsTickConfig<T> |
getTickConfig() |
ChartJsCartesianAxisType |
getType() |
Boolean |
isDisplay() |
void |
setDisplay(Boolean display) |
void |
setLabelConfig(ChartJsScaleLabelConfig labelConfig) |
void |
setPosition(ChartJsAxisPosition position) |
void |
setTickConfig(ChartJsTickConfig<T> tickConfig) |
void |
setType(ChartJsCartesianAxisType type) |
public Boolean isDisplay()
isDisplay in interface ChartJsAxisConfig<T extends Serializable>public void setDisplay(Boolean display)
public ChartJsScaleLabelConfig getLabelConfig()
getLabelConfig in interface ChartJsAxisConfig<T extends Serializable>public void setLabelConfig(ChartJsScaleLabelConfig labelConfig)
public ChartJsTickConfig<T> getTickConfig()
getTickConfig in interface ChartJsAxisConfig<T extends Serializable>public void setTickConfig(ChartJsTickConfig<T> tickConfig)
public ChartJsAxisPosition getPosition()
getPosition in interface ChartJsAxisConfig<T extends Serializable>public void setPosition(ChartJsAxisPosition position)
public ChartJsCartesianAxisType getType()
getType in interface ChartJsAxisConfig<T extends Serializable>public void setType(ChartJsCartesianAxisType type)
Copyright © 2018. All rights reserved.