org.objectweb.jac.aspects.gui
Class PercentFormat
java.lang.Object
|
+--org.objectweb.jac.aspects.gui.FloatFormat
|
+--org.objectweb.jac.aspects.gui.PercentFormat
- All Implemented Interfaces:
- Format, NumberFormat
- public class PercentFormat
- extends FloatFormat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PercentFormat
public PercentFormat(FieldItem field)
format
public String format(double value)
- Specified by:
format in interface NumberFormat- Overrides:
format in class FloatFormat
parseNumber
public Number parseNumber(String str,
ParsePosition pos)
- Specified by:
parseNumber in interface NumberFormat- Overrides:
parseNumber in class FloatFormat