Class DoughnutOptionsBase<O extends DoughnutOptionsBase<O,A>,A extends DoughnutAnimationBase<A>>
java.lang.Object
software.xdev.chartjs.model.options.Options<O,A>
software.xdev.chartjs.model.options.DoughnutOptionsBase<O,A>
- Direct Known Subclasses:
DoughnutOptions
,PieOptions
public abstract class DoughnutOptionsBase<O extends DoughnutOptionsBase<O,A>,A extends DoughnutAnimationBase<A>>
extends Options<O,A>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Number
protected Object
protected Object
protected Object
protected Number
protected Number
Fields inherited from class software.xdev.chartjs.model.options.Options
animation, animations, events, hover, indexAxis, interaction, layout, legendCallback, maintainAspectRatio, onClick, onResize, plugins, responsive, responsiveAnimationDuration, scales
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCircumference
(Number circumference) setRotation
(Number rotation) setSpacing
(Number spacing) Methods inherited from class software.xdev.chartjs.model.options.Options
getAnimation, getAnimations, getEvents, getHover, getIndexAxis, getInteraction, getLayout, getLegendCallback, getMaintainAspectRatio, getOnClick, getOnResize, getPlugins, getResponsive, getResponsiveAnimationDuration, getScales, self, setAnimation, setAnimations, setEvents, setHover, setIndexAxis, setInteraction, setLayout, setLegendCallback, setMaintainAspectRatio, setOnClick, setOnResize, setPlugins, setResponsive, setResponsiveAnimationDuration, setScales
-
Field Details
-
circumference
-
cutout
-
offset
-
radius
-
rotation
-
spacing
-
-
Constructor Details
-
DoughnutOptionsBase
public DoughnutOptionsBase()
-
-
Method Details
-
getCircumference
-
setCircumference
-
getCutout
-
setCutout
-
getOffset
-
setOffset
-
getRadius
-
setRadius
-
getRotation
-
setRotation
-
getSpacing
-
setSpacing
-