Up

NSEnergyFormatter class documentation

Authors

Generated by abuild

Software documentation for the NSEnergyFormatter class

NSEnergyFormatter : NSFormatter

Declared in:
Foundation/NSEnergyFormatter.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

getObjectValue: forString: errorDescription: 

- (BOOL) getObjectValue: (id*)obj forString: (NSString*)string errorDescription: (NSString**)error;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

isForFoodEnergyUse 

- (BOOL) isForFoodEnergyUse;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

numberFormatter 

- (NSNumberFormatter*) numberFormatter;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setForFoodEnergyUse: 

- (void) setForFoodEnergyUse: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setNumberFormatter: 

- (void) setNumberFormatter: (NSNumberFormatter*)formatter;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setUnitStyle: 

- (void) setUnitStyle: (NSFormattingUnitStyle)style;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

stringFromJoules: 

- (NSString*) stringFromJoules: (double)numberInJoules;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

stringFromValue: unit: 

- (NSString*) stringFromValue: (double)value unit: (NSEnergyFormatterUnit)unit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

unitStringFromJoules: usedUnit: 

- (NSString*) unitStringFromJoules: (double)numberInJoules usedUnit: (NSEnergyFormatterUnit*)unit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

unitStringFromValue: unit: 

- (NSString*) unitStringFromValue: (double)value unit: (NSEnergyFormatterUnit)unit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

unitStyle 

- (NSFormattingUnitStyle) unitStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSEnergyFormatter Class

_isForFoodEnergyUse

@protected BOOL _isForFoodEnergyUse;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_numberFormatter

@protected NSNumberFormatter* _numberFormatter;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_unitStyle

@protected NSFormattingUnitStyle _unitStyle;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up