Package nl.crashdata.chartjs.data.simple
Class SimpleChartJsLegendConfig
- java.lang.Object
-
- nl.crashdata.chartjs.data.simple.SimpleChartJsLegendConfig
-
- All Implemented Interfaces:
Serializable,ChartJsLegendConfig
public class SimpleChartJsLegendConfig extends Object implements ChartJsLegendConfig
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChartJsLegendConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDisplay()BooleangetFullWidth()List<String>getLabels()ChartJsPositiongetPosition()BooleangetReverse()voidsetDisplay(Boolean display)voidsetFullWidth(Boolean fullWidth)voidsetLabels(List<String> labels)voidsetPosition(ChartJsPosition position)voidsetReverse(Boolean reverse)
-
-
-
Method Detail
-
getDisplay
public Boolean getDisplay()
- Specified by:
getDisplayin interfaceChartJsLegendConfig
-
setDisplay
public void setDisplay(Boolean display)
-
getPosition
public ChartJsPosition getPosition()
- Specified by:
getPositionin interfaceChartJsLegendConfig
-
setPosition
public void setPosition(ChartJsPosition position)
-
getFullWidth
public Boolean getFullWidth()
- Specified by:
getFullWidthin interfaceChartJsLegendConfig
-
setFullWidth
public void setFullWidth(Boolean fullWidth)
-
getReverse
public Boolean getReverse()
- Specified by:
getReversein interfaceChartJsLegendConfig
-
setReverse
public void setReverse(Boolean reverse)
-
getLabels
public List<String> getLabels()
- Specified by:
getLabelsin interfaceChartJsLegendConfig
-
-