info.informatica.text
Class ExponentFormat
java.lang.Object
info.informatica.text.ObjectFormat
info.informatica.text.NumberFormat
info.informatica.text.FloatFormat
info.informatica.text.ExponentFormat
- All Implemented Interfaces:
- Alignable
public class ExponentFormat
- extends FloatFormat
- Version:
- 1.02
- Author:
- amengual at informatica dot info
|
Method Summary |
String |
format(Object o)
Formats an object according to the format specification set by
setFormat. |
ExponentFormat
public ExponentFormat()
format
public String format(Object o)
- Description copied from class:
ObjectFormat
- Formats an object according to the format specification set by
setFormat.
Must be overriden by subclasses.
- Overrides:
format in class FloatFormat