public abstract class AbstractDefaultOptions extends Object implements IsDefaultOptions
Modifier | Constructor and Description |
---|---|
protected |
AbstractDefaultOptions()
Creates the object using the defaults inner elements of chart options.
|
protected |
AbstractDefaultOptions(IsDefaultOptions options)
Creates the object using the argument options instance as default of chart options.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultAnimation |
getAnimation()
Returns the animation element.
|
IsDefaultAnimations |
getAnimations()
Returns the animations collection element.
|
IsDefaultDatasets |
getDatasets()
Returns the plugins defaults.
|
IsDefaultDecimation |
getDecimation()
Returns the decimation defaults.
|
IsDefaultElements |
getElements()
Returns the elements defaults.
|
IsDefaultFiller |
getFiller()
Returns the filler defaults.
|
IsDefaultFont |
getFont()
Returns the font element.
|
IsDefaultInteraction |
getHover()
Returns the hover defaults.
|
IsDefaultInteraction |
getInteraction()
Returns the interaction defaults.
|
IsDefaultLayout |
getLayout()
Returns the layout defaults.
|
IsDefaultLegend |
getLegend()
Returns the legend defaults.
|
IsDefaultPlugins |
getPlugins()
Returns the plugins defaults.
|
IsDefaultSubtitle |
getSubtitle()
Returns the title defaults.
|
IsDefaultTitle |
getTitle()
Returns the title defaults.
|
IsDefaultTooltips |
getTooltips()
Returns the tooltips defaults.
|
IsDefaultTransitions |
getTransitions()
Returns the animation transition element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAspectRatio, getBackgroundColorAsString, getBorderColorAsString, getCircumference, getColorAsString, getCutout, getCutoutPercentage, getDevicePixelRatio, getEvents, getIndexAxis, getLocale, getRadius, getRadiusPercentage, getResizeDelay, getRotation, isDestroyOnDetach, isDrawOnAttach, isMaintainAspectRatio, isResponsive, isShowLine, isSkipNull, isSpanGaps
protected AbstractDefaultOptions()
protected AbstractDefaultOptions(IsDefaultOptions options)
options
- default options instancepublic IsDefaultFont getFont()
IsDefaultOptions
getFont
in interface IsDefaultOptions
public final IsDefaultAnimation getAnimation()
IsDefaultAnimationTransition
getAnimation
in interface IsDefaultAnimationTransition
public IsDefaultTransitions getTransitions()
IsDefaultAnimationContainer
getTransitions
in interface IsDefaultAnimationContainer
public IsDefaultAnimations getAnimations()
IsDefaultAnimationTransition
getAnimations
in interface IsDefaultAnimationTransition
public final IsDefaultLayout getLayout()
IsDefaultOptions
getLayout
in interface IsDefaultOptions
public final IsDefaultElements getElements()
IsDefaultOptions
getElements
in interface IsDefaultOptions
public final IsDefaultInteraction getHover()
IsDefaultOptions
getHover
in interface IsDefaultOptions
public IsDefaultInteraction getInteraction()
IsDefaultOptions
getInteraction
in interface IsDefaultOptions
public final IsDefaultTitle getTitle()
IsDefaultOptions
getTitle
in interface IsDefaultOptions
public IsDefaultSubtitle getSubtitle()
IsDefaultOptions
getSubtitle
in interface IsDefaultOptions
public final IsDefaultLegend getLegend()
IsDefaultOptions
getLegend
in interface IsDefaultOptions
public final IsDefaultTooltips getTooltips()
IsDefaultOptions
getTooltips
in interface IsDefaultOptions
public IsDefaultPlugins getPlugins()
IsDefaultOptions
getPlugins
in interface IsDefaultOptions
public IsDefaultDatasets getDatasets()
IsDefaultOptions
getDatasets
in interface IsDefaultOptions
public IsDefaultDecimation getDecimation()
IsDefaultOptions
getDecimation
in interface IsDefaultOptions
public IsDefaultFiller getFiller()
IsDefaultOptions
getFiller
in interface IsDefaultOptions