Class ExponentFormat

All Implemented Interfaces:
Alignable

public class ExponentFormat extends FloatFormat
  • Constructor Details

    • ExponentFormat

      public ExponentFormat()
  • Method Details

    • 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
      Parameters:
      o - the object to be formatted.
      Returns:
      a string with the formatted object.