Package org.robovm.apple.foundation
Class NSNumberFormatter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSFormatter
org.robovm.apple.foundation.NSNumberFormatter
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,ObjCProtocol
public class NSNumberFormatter extends NSFormatter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSNumberFormatter.NSNumberFormatterPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSFormatter
NSFormatter.NSFormatterPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description NSNumberFormatter()protectedNSNumberFormatter(NSObject.Handle h, long handle)protectedNSNumberFormatter(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSFormatter
encode, initMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NSNumberFormatter
public NSNumberFormatter() -
NSNumberFormatter
-
NSNumberFormatter
-
-
Method Details
-
getTextAttributesForNegativeValues
-
getTextMarkupAttributesForNegativeValues
-
getCoreTextAttributesForNegativeValues
-
setTextAttributesForNegativeValues
-
setTextMarkupAttributesForNegativeValues
-
setCoreTextAttributesForNegativeValues
-
getTextAttributesForPositiveValues
-
getTextMarkupAttributesForPositiveValues
-
getCoreTextAttributesForPositiveValues
-
setTextAttributesForPositiveValues
-
setTextMarkupAttributesForPositiveValues
-
setCoreTextAttributesForPositiveValues
-
getTextAttributesForZero
-
getTextMarkupAttributesForZero
-
getCoreTextAttributesForZero
-
setTextAttributesForZero
-
setTextMarkupAttributesForZero
-
setCoreTextAttributesForZero
-
getTextAttributesForNull
-
getTextMarkupAttributesForNull
-
getCoreTextAttributesForNull
-
setTextAttributesForNull
-
setTextMarkupAttributesForNull
-
setCoreTextAttributesForNull
-
getTextAttributesForNaN
-
getTextMarkupAttributesForNaN
-
getCoreTextAttributesForNaN
-
setTextAttributesForNaN
-
setTextMarkupAttributesForNaN
-
setCoreTextAttributesForNaN
-
getTextAttributesForPositiveInfinity
-
getTextMarkupAttributesForPositiveInfinity
-
getCoreTextAttributesForPositiveInfinity
-
setTextAttributesForPositiveInfinity
-
setTextMarkupAttributesForPositiveInfinity
-
setCoreTextAttributesForPositiveInfinity
-
getTextAttributesForNegativeInfinity
-
getTextMarkupAttributesForNegativeInfinity
-
getCoreTextAttributesForNegativeInfinity
-
setTextAttributesForNegativeInfinity
-
setTextMarkupAttributesForNegativeInfinity
-
setCoreTextAttributesForNegativeInfinity
-
getFormattingContext
-
setFormattingContext
-
getNumberStyle
-
setNumberStyle
-
getLocale
-
setLocale
-
generatesDecimalNumbers
public boolean generatesDecimalNumbers() -
setGeneratesDecimalNumbers
public void setGeneratesDecimalNumbers(boolean v) -
getFormatterBehavior
-
setFormatterBehavior
-
getNegativeFormat
-
setNegativeFormat
-
getTextAttributesDictionaryForNegativeValues
-
setTextAttributesDictionaryForNegativeValues
-
getPositiveFormat
-
setPositiveFormat
-
getTextAttributesDictionaryForPositiveValues
-
setTextAttributesDictionaryForPositiveValues
-
allowsFloats
public boolean allowsFloats() -
setAllowsFloats
public void setAllowsFloats(boolean v) -
getDecimalSeparator
-
setDecimalSeparator
-
alwaysShowsDecimalSeparator
public boolean alwaysShowsDecimalSeparator() -
setAlwaysShowsDecimalSeparator
public void setAlwaysShowsDecimalSeparator(boolean v) -
getCurrencyDecimalSeparator
-
setCurrencyDecimalSeparator
-
usesGroupingSeparator
public boolean usesGroupingSeparator() -
setUsesGroupingSeparator
public void setUsesGroupingSeparator(boolean v) -
getGroupingSeparator
-
setGroupingSeparator
-
getZeroSymbol
-
setZeroSymbol
-
getTextAttributesDictionaryForZero
-
setTextAttributesDictionaryForZero
-
getNullSymbol
-
setNullSymbol
-
getTextAttributesDictionaryForNull
-
setTextAttributesDictionaryForNull
-
getNaNSymbol
-
setNaNSymbol
-
getTextAttributesDictionaryForNaN
-
setTextAttributesDictionaryForNaN
-
getPositiveInfinitySymbol
-
setPositiveInfinitySymbol
-
getTextAttributesDictionaryForPositiveInfinity
-
setTextAttributesDictionaryForPositiveInfinity
-
getNegativeInfinitySymbol
-
setNegativeInfinitySymbol
-
getTextAttributesDictionaryForNegativeInfinity
-
setTextAttributesDictionaryForNegativeInfinity
-
getPositivePrefix
-
setPositivePrefix
-
getPositiveSuffix
-
setPositiveSuffix
-
getNegativePrefix
-
setNegativePrefix
-
getNegativeSuffix
-
setNegativeSuffix
-
getCurrencyCode
-
setCurrencyCode
-
getCurrencySymbol
-
setCurrencySymbol
-
getInternationalCurrencySymbol
-
setInternationalCurrencySymbol
-
getPercentSymbol
-
setPercentSymbol
-
getPerMillSymbol
-
setPerMillSymbol
-
getMinusSign
-
setMinusSign
-
getPlusSign
-
setPlusSign
-
getExponentSymbol
-
setExponentSymbol
-
getGroupingSize
public long getGroupingSize() -
setGroupingSize
public void setGroupingSize(long v) -
getSecondaryGroupingSize
public long getSecondaryGroupingSize() -
setSecondaryGroupingSize
public void setSecondaryGroupingSize(long v) -
getMultiplier
-
setMultiplier
-
getFormatWidth
public long getFormatWidth() -
setFormatWidth
public void setFormatWidth(long v) -
getPaddingCharacter
-
setPaddingCharacter
-
getPaddingPosition
-
setPaddingPosition
-
getRoundingMode
-
setRoundingMode
-
getRoundingIncrement
-
setRoundingIncrement
-
getMinimumIntegerDigits
public long getMinimumIntegerDigits() -
setMinimumIntegerDigits
public void setMinimumIntegerDigits(long v) -
getMaximumIntegerDigits
public long getMaximumIntegerDigits() -
setMaximumIntegerDigits
public void setMaximumIntegerDigits(long v) -
getMinimumFractionDigits
public long getMinimumFractionDigits() -
setMinimumFractionDigits
public void setMinimumFractionDigits(long v) -
getMaximumFractionDigits
public long getMaximumFractionDigits() -
setMaximumFractionDigits
public void setMaximumFractionDigits(long v) -
getMinimum
-
setMinimum
-
getMaximum
-
setMaximum
-
getCurrencyGroupingSeparator
-
setCurrencyGroupingSeparator
-
isLenient
public boolean isLenient() -
setLenient
public void setLenient(boolean v) -
usesSignificantDigits
public boolean usesSignificantDigits() -
setUsesSignificantDigits
public void setUsesSignificantDigits(boolean v) -
getMinimumSignificantDigits
public long getMinimumSignificantDigits() -
setMinimumSignificantDigits
public void setMinimumSignificantDigits(long v) -
getMaximumSignificantDigits
public long getMaximumSignificantDigits() -
setMaximumSignificantDigits
public void setMaximumSignificantDigits(long v) -
isPartialStringValidationEnabled
public boolean isPartialStringValidationEnabled() -
setPartialStringValidationEnabled
public void setPartialStringValidationEnabled(boolean v) -
format
-
format
-
parse
-
formatLocalized
-
getDefaultFormatterBehavior
-
setDefaultFormatterBehavior
-