Package org.robovm.apple.foundation
Class NSEnergyFormatter
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.NSEnergyFormatter
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,ObjCProtocol
public class NSEnergyFormatter extends NSFormatter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSEnergyFormatter.NSEnergyFormatterPtrNested 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 NSEnergyFormatter()protectedNSEnergyFormatter(NSObject.Handle h, long handle)protectedNSEnergyFormatter(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description Stringformat(double value, NSEnergyFormatterUnit unit)StringformatJoules(double numberInJoules)StringformatUnit(double value, NSEnergyFormatterUnit unit)StringformatUnitJoules(double numberInJoules)protected StringformatUnitJoules(double numberInJoules, MachineSizedSIntPtr unitp)NSNumberFormattergetNumberFormatter()NSFormattingUnitStylegetUnitStyle()booleanisForFoodEnergyUse()voidsetForFoodEnergyUse(boolean v)voidsetNumberFormatter(NSNumberFormatter v)voidsetUnitStyle(NSFormattingUnitStyle v)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
-
NSEnergyFormatter
public NSEnergyFormatter() -
NSEnergyFormatter
-
NSEnergyFormatter
-
-
Method Details
-
getNumberFormatter
-
setNumberFormatter
-
getUnitStyle
-
setUnitStyle
-
isForFoodEnergyUse
public boolean isForFoodEnergyUse() -
setForFoodEnergyUse
public void setForFoodEnergyUse(boolean v) -
formatUnitJoules
-
format
-
formatJoules
-
formatUnit
-
formatUnitJoules
-