org.jfree.layouting.input.style.values
Class CSSTimeType

java.lang.Object
  extended by org.jfree.layouting.input.style.values.CSSType
      extended by org.jfree.layouting.input.style.values.CSSNumericType
          extended by org.jfree.layouting.input.style.values.CSSTimeType

public class CSSTimeType
extends CSSNumericType

Creation-Date: 23.11.2005, 11:45:22

Author:
Thomas Morgner

Field Summary
static CSSTimeType MILLISECONDS
           
static CSSTimeType SECONDS
           
 
Fields inherited from class org.jfree.layouting.input.style.values.CSSNumericType
CM, DEG, EM, EX, INCH, MM, NUMBER, PC, PERCENTAGE, PT, PX
 
Method Summary
 
Methods inherited from class org.jfree.layouting.input.style.values.CSSType
getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SECONDS

public static final CSSTimeType SECONDS

MILLISECONDS

public static final CSSTimeType MILLISECONDS