Format

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. Format
+Format()
+formatInt(int value, int figures) :String
+formatIntZeroPadding(int value, int figures) :String
-formatInt(int value, int figures, char padding) :String
+formatDouble(double value, int figures, int period) :String
+formatDoubleZeroPadding(double value, int figures, int period) :String
-formatDouble(double value, int figures, int period, char padding) :String
+formatAngularSize(double width, double height) :String
+removeSpace(String string) :String
+intValueOf(byte[] b, int offset, int bytes) :int
+intValueOf(String string) :int
+doubleValueOf(String string) :double
+separatePath(String path) :String