Class Css


  • public class Css
    extends java.lang.Object
    Contains css related method and constants
    Version:
    $Id: Css.java,v 1.3 2005/03/07 17:28:17 thlee Exp $ $Name: $
    Author:
    TiongHiang Lee (thlee@onemindsoft.org)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Css.Attr
      Represent the attribute (Currently contains only visual attr)
      static class  Css.AttrUnit
      The css field definitions
      static class  Css.AttrValue
      The offset value
    • Constructor Summary

      Constructors 
      Constructor Description
      Css()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Css

        public Css()