Module nl.crashdata.chartjs.data
Package nl.crashdata.chartjs.data.simple
Class SimpleChartJsOptions
- java.lang.Object
-
- nl.crashdata.chartjs.data.simple.SimpleChartJsOptions
-
- All Implemented Interfaces:
Serializable,ChartJsOptions
public class SimpleChartJsOptions extends Object implements ChartJsOptions
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChartJsOptions()
-
Method Summary
-
-
-
Method Detail
-
getResponsive
public Boolean getResponsive()
- Specified by:
getResponsivein interfaceChartJsOptions
-
setResponsive
public void setResponsive(Boolean responsive)
-
getMaintainAspectRatio
public Boolean getMaintainAspectRatio()
- Specified by:
getMaintainAspectRatioin interfaceChartJsOptions
-
setMaintainAspectRatio
public void setMaintainAspectRatio(Boolean maintainAspectRatio)
-
getCutoutPercentage
public Integer getCutoutPercentage()
- Specified by:
getCutoutPercentagein interfaceChartJsOptions
-
setCutoutPercentage
public void setCutoutPercentage(Integer cutoutPercentage)
-
getRotation
public Integer getRotation()
- Specified by:
getRotationin interfaceChartJsOptions
-
setRotation
public void setRotation(Integer rotation)
-
getCircumference
public Integer getCircumference()
- Specified by:
getCircumferencein interfaceChartJsOptions
-
setCircumference
public void setCircumference(Integer circumference)
-
getTooltipConfig
public ChartJsTooltipConfig getTooltipConfig()
- Specified by:
getTooltipConfigin interfaceChartJsOptions
-
setTooltipConfig
public void setTooltipConfig(ChartJsTooltipConfig tooltipConfig)
-
getHoverConfig
public ChartJsHoverConfig getHoverConfig()
- Specified by:
getHoverConfigin interfaceChartJsOptions
-
setHoverConfig
public void setHoverConfig(ChartJsHoverConfig hoverConfig)
-
getScalesConfig
public ChartJsScalesConfig getScalesConfig()
- Specified by:
getScalesConfigin interfaceChartJsOptions
-
setScalesConfig
public void setScalesConfig(ChartJsScalesConfig scalesConfig)
-
getTitleConfig
public ChartJsTitleConfig getTitleConfig()
- Specified by:
getTitleConfigin interfaceChartJsOptions
-
setTitleConfig
public void setTitleConfig(ChartJsTitleConfig titleConfig)
-
getLegendConfig
public ChartJsLegendConfig getLegendConfig()
- Specified by:
getLegendConfigin interfaceChartJsOptions
-
setLegendConfig
public void setLegendConfig(ChartJsLegendConfig legendConfig)
-
getPlugins
public Map<String,Serializable> getPlugins()
- Specified by:
getPluginsin interfaceChartJsOptions
-
setPlugins
public void setPlugins(Map<String,Serializable> plugins)
-
-