com.osbcp.css.unit
Class NumericUnit

java.lang.Object
  extended by com.osbcp.css.unit.NumericUnit
All Implemented Interfaces:
Unit, java.io.Serializable
Direct Known Subclasses:
CM, EM, EX, IN, MM, PC, PCT, PT, PX

public abstract class NumericUnit
extends java.lang.Object
implements Unit

Represents a numeric CSS unit.

Author:
Christoffer Pettersson
See Also:
CSS Units, Serialized Form

Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public final java.lang.String toString()
Specified by:
toString in interface Unit
Overrides:
toString in class java.lang.Object