Interface IsNumericTick
- 
- All Known Subinterfaces:
- IsLinearTick
 - All Known Implementing Classes:
- CartesianLinearTick,- CartesianLogarithmicTick,- RadialLinearTick
 
 public interface IsNumericTickCommon methods for numeric ticks (linear/log cartesian and radial).- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IsNumberFormatgetNumberFormat()Returns the number format instance.default NumberFormatCallbackgetNumberFormatCallback()Returns the callback to set the number formatting options.org.pepstock.charba.client.configuration.NumericTickOptionsHandlergetTickOptionsHandler()Returns the linear tick options handler instance, for callbacks.default voidsetNumberFormat(NativeCallback numberFormatCallback)Sets the number formatting options.default voidsetNumberFormat(NumberFormatCallback numberFormatCallback)Sets the number formatting options.
 
- 
- 
- 
Method Detail- 
getTickOptionsHandlerorg.pepstock.charba.client.configuration.NumericTickOptionsHandler getTickOptionsHandler() Returns the linear tick options handler instance, for callbacks.- Returns:
- the linear tick options handler instance, for callbacks
 
 - 
getNumberFormatIsNumberFormat getNumberFormat() Returns the number format instance.- Returns:
- the number format instance
 
 - 
getNumberFormatCallbackdefault NumberFormatCallback getNumberFormatCallback() Returns the callback to set the number formatting options.- Returns:
- the callback instance to use
 
 - 
setNumberFormatdefault void setNumberFormat(NumberFormatCallback numberFormatCallback) Sets the number formatting options.- Parameters:
- numberFormatCallback- the callback instance to use
 
 - 
setNumberFormatdefault void setNumberFormat(NativeCallback numberFormatCallback) Sets the number formatting options.- Parameters:
- numberFormatCallback- the callback instance to use
 
 
- 
 
-