Package org.pepstock.charba.client.items
Class NumberFormatItem
- java.lang.Object
-
- org.pepstock.charba.client.commons.NativeObjectContainer
-
- org.pepstock.charba.client.commons.AbstractNode
-
- org.pepstock.charba.client.options.AbstractNumberFormat
-
- org.pepstock.charba.client.items.NumberFormatItem
-
- All Implemented Interfaces:
IsDefaultBaseFormatOptions
,IsDefaultNumberFormatOptions
,IsNumberFormat
public final class NumberFormatItem extends AbstractNumberFormat
Number format options item to use for numeric tick callbacks.- Author:
- Andrea "Stock" Stocchero
- See Also:
FontCallback
-
-
Constructor Summary
Constructors Constructor Description NumberFormatItem()
Creates an empty font to use for chart configuration with global defaults.NumberFormatItem(IsDefaultNumberFormatOptions defaultValues)
Creates an empty font to use for chart configuration when the font is created by a callback.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NativeObject
nativeObject()
Returns the native object instance.-
Methods inherited from class org.pepstock.charba.client.options.AbstractNumberFormat
getCompactDisplay, getCurrency, getCurrencyDisplay, getCurrencySign, getLocaleMatcher, getMaximumFractionDigits, getMaximumSignificantDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getMinimumSignificantDigits, getNotation, getNumberingSystem, getSignDisplay, getStyle, getUnitOfMeasureDisplay, getUnitsOfMeasure, isUseGrouping, setCompactDisplay, setCurrency, setCurrencyDisplay, setCurrencySign, setLocaleMatcher, setMaximumFractionDigits, setMaximumSignificantDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setMinimumSignificantDigits, setNotation, setNumberingSystem, setSignDisplay, setStyle, setUnitOfMeasureDisplay, setUnitsOfMeasure, setUnitsOfMeasure, setUseGrouping
-
Methods inherited from class org.pepstock.charba.client.commons.AbstractNode
checkAndAddToParent, getChildKey, getParentNode, getRootNode, getUpdateListener, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setUpdateListener, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
-
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainer
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
create, create
-
-
-
-
Constructor Detail
-
NumberFormatItem
public NumberFormatItem()
Creates an empty font to use for chart configuration with global defaults.
-
NumberFormatItem
public NumberFormatItem(IsDefaultNumberFormatOptions defaultValues)
Creates an empty font to use for chart configuration when the font is created by a callback.- Parameters:
defaultValues
- default provider
-
-
Method Detail
-
nativeObject
public NativeObject nativeObject()
Returns the native object instance.- Returns:
- the native object instance.
-
-