Interface IsDefaultScaledOptions
-
- All Superinterfaces:
IsDefaultAnimationContainer
,IsDefaultAnimationTransition
,IsDefaultOptions
- All Known Implementing Classes:
ChartOptions
,DefaultChartOptions
,DefaultGlobalOptions
,DefaultScaledOptions
,ExtendedOptions
,OptionsNode
,ScaledOptions
public interface IsDefaultScaledOptions extends IsDefaultOptions
Interface to define options defaults. THIS IS THE ROOT OF ALL INTERFACE DEFAULTS.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultScales
getScales()
Returns the scale/axis defaults.-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainer
getTransitions
-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
getAnimation, getAnimations
-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultOptions
getAspectRatio, getBackgroundColorAsString, getBorderColorAsString, getCircumference, getColorAsString, getCutout, getCutoutPercentage, getDatasets, getDecimation, getDevicePixelRatio, getElements, getEvents, getFiller, getFont, getHover, getIndexAxis, getInteraction, getLayout, getLegend, getLocale, getPlugins, getRadius, getRadiusPercentage, getResizeDelay, getRotation, getSubtitle, getTitle, getTooltips, isDestroyOnDetach, isDrawOnAttach, isMaintainAspectRatio, isResponsive, isShowLine, isSkipNull, isSpanGaps
-
-
-
-
Method Detail
-
getScales
IsDefaultScales getScales()
Returns the scale/axis defaults.- Returns:
- the scale/axis defaults.
-
-