Class DefaultScaledOptions
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- 
- org.pepstock.charba.client.defaults.globals.DefaultOptions
- 
- org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
 
 
 
- 
- All Implemented Interfaces:
- IsDefaultAnimationContainer,- IsDefaultAnimationTransition,- IsDefaultEventHandler,- IsDefaultOptions,- IsDefaultScaledOptions
 
 public final class DefaultScaledOptions extends DefaultOptions implements IsDefaultScaledOptions CHART.JS default values for OPTIONS element for scaled charts. THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedDefaultScaledOptions()Creates the object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultScalesgetScales()Returns the scale/axis defaults.- 
Methods inherited from class org.pepstock.charba.client.defaults.globals.DefaultOptionsgetAspectRatio, getBackgroundColorAsString, getBorderColorAsString, getCircumference, getColorAsString, getCutout, getCutoutPercentage, getDevicePixelRatio, getEvents, getIndexAxis, getLocale, getRadius, getRadiusPercentage, getResizeDelay, getRotation, isAutoColors, isAutoColorsForceOverride, isDestroyOnDetach, isDrawOnAttach, isMaintainAspectRatio, isResponsive, isShowLine, isSkipNull, isSpanGaps
 - 
Methods inherited from class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsgetAnimation, getAnimations, getDatasets, getDecimation, getElements, getFiller, getFont, getHover, getInteraction, getLayout, getLegend, getPlugins, getSubtitle, getTitle, getTooltips, getTransitions
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainergetTransitions
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransitiongetAnimation, getAnimations
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultEventHandlergetEvents
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultOptionsgetAspectRatio, getBackgroundColorAsString, getBorderColorAsString, getCircumference, getColorAsString, getCutout, getCutoutPercentage, getDatasets, getDecimation, getDevicePixelRatio, getElements, getFiller, getFont, getHover, getIndexAxis, getInteraction, getLayout, getLegend, getLocale, getPlugins, getRadius, getRadiusPercentage, getResizeDelay, getRotation, getSubtitle, getTitle, getTooltips, isAutoColors, isAutoColorsForceOverride, isDestroyOnDetach, isDrawOnAttach, isMaintainAspectRatio, isResponsive, isShowLine, isSkipNull, isSpanGaps
 
- 
 
- 
- 
- 
Method Detail- 
getScalespublic IsDefaultScales getScales() Description copied from interface:IsDefaultScaledOptionsReturns the scale/axis defaults.- Specified by:
- getScalesin interface- IsDefaultScaledOptions
- Returns:
- the scale/axis defaults.
 
 
- 
 
-