All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.util.ExponentialFormat

java.lang.Object
   |
   +----phaser.util.ExponentialFormat

public class ExponentialFormat
extends Object

Constructor Index

 o ExponentialFormat()
 o ExponentialFormat(String, String)

Method Index

 o format(double)
 o setExponentFormat(String)
 o setMantissaFormat(String)

Constructors

 o ExponentialFormat
 public ExponentialFormat()
 o ExponentialFormat
 public ExponentialFormat(String manPattern,
                          String expPattern)

Methods

 o setMantissaFormat
 public void setMantissaFormat(String pattern)
 o setExponentFormat
 public void setExponentFormat(String pattern)
 o format
 public String format(double d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index