org.objectweb.jac.aspects.gui
Class PointFormat

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.PointFormat
All Implemented Interfaces:
Format

public class PointFormat
extends Object
implements Format


Field Summary
protected  FieldItem field
           
 
Constructor Summary
PointFormat(FieldItem field)
           
 
Method Summary
 String format(Object value)
           
 Object parse(String str, ParsePosition pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected FieldItem field
Constructor Detail

PointFormat

public PointFormat(FieldItem field)
Method Detail

format

public String format(Object value)
Specified by:
format in interface Format

parse

public Object parse(String str,
                    ParsePosition pos)
Specified by:
parse in interface Format