info.informatica.text
Class ExponentFormat

java.lang.Object
  extended by info.informatica.text.ObjectFormat
      extended by info.informatica.text.NumberFormat
          extended by info.informatica.text.FloatFormat
              extended by info.informatica.text.ExponentFormat
All Implemented Interfaces:
Alignable

public class ExponentFormat
extends FloatFormat

Version:
1.02
Author:
amengual at informatica dot info

Field Summary
 
Fields inherited from interface info.informatica.doc.style.Alignable
CENTER, JUSTIFY, LEFT, RIGHT, UNDETERMINED
 
Constructor Summary
ExponentFormat()
           
 
Method Summary
 String format(Object o)
          Formats an object according to the format specification set by setFormat.
 
Methods inherited from class info.informatica.text.FloatFormat
getDecimalFormatSymbols, sample, setDecimalFormatSymbols, toString
 
Methods inherited from class info.informatica.text.ObjectFormat
align, create, create, create, getAlignment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExponentFormat

public ExponentFormat()
Method Detail

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