org.objectweb.jac.aspects.gui
Class Length

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.Length

public class Length
extends Object


Field Summary
 Unit unit
           
 float value
           
 
Constructor Summary
Length(float value, Unit unit)
           
Length(String str)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public float value

unit

public Unit unit
Constructor Detail

Length

public Length(float value,
              Unit unit)

Length

public Length(String str)
Method Detail

toString

public String toString()