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 defaults.
|
IsDefaultElements |
getElements()
Returns the elements defaults.
|
IsDefaultHover |
getHover()
Returns the hover defaults.
|
IsDefaultLayout |
getLayout()
Returns the layout defaults.
|
IsDefaultLegend |
getLegend()
Returns the legend defaults.
|
IsDefaultPlugins |
getPlugins()
Returns the plugins defaults.
|
IsDefaultTitle |
getTitle()
Returns the title defaults.
|
IsDefaultTooltips |
getTooltips()
Returns the tooltips defaults.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAspectRatio, getCircumference, getCutoutPercentage, getDefaultColorAsString, getDefaultFontColorAsString, getDefaultFontFamily, getDefaultFontSize, getDefaultFontStyle, getDefaultLineHeight, getDevicePixelRatio, getResponsiveAnimationDuration, getRotation, getStartAngle, isDestroyOnDetach, isDrawOnAttach, isMaintainAspectRatio, isResponsive, isShowLines, isSpanGaps
protected AbstractDefaultOptions()
protected AbstractDefaultOptions(IsDefaultOptions options)
options
- default options instancepublic final IsDefaultAnimation getAnimation()
IsDefaultOptions
getAnimation
in interface IsDefaultOptions
public final IsDefaultLayout getLayout()
IsDefaultOptions
getLayout
in interface IsDefaultOptions
public final IsDefaultElements getElements()
IsDefaultOptions
getElements
in interface IsDefaultOptions
public final IsDefaultHover getHover()
IsDefaultOptions
getHover
in interface IsDefaultOptions
public final IsDefaultTitle getTitle()
IsDefaultOptions
getTitle
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