com.osbcp.css.unit
Class AUTO

java.lang.Object
  extended by com.osbcp.css.unit.AUTO
All Implemented Interfaces:
Unit, java.io.Serializable

public final class AUTO
extends java.lang.Object
implements Unit

Represents the AUTO value for certain CSS attributes

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

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

Constructor Detail

AUTO

public AUTO()
Method Detail

toString

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