luxor.css
Class CssDimension

java.lang.Object
  |
  +--luxor.css.CssValue
        |
        +--luxor.css.CssDimension

public class CssDimension
extends CssValue


Field Summary
 
Fields inherited from class luxor.css.CssValue
CENTIMETER, DIMENSION, EM, EX, FUNCTION_RECT, FUNCTION_RGB, FUNCTION_USER_DEFINDED, IDENT, INCH, INHERIT, INTEGER, MILLIMETER, OPERATOR_COMMA, OPERATOR_SLASH, PERCENTAGE, PICA, PIXEL, POINT, REAL, STRING, URI
 
Method Summary
static CssDimension createDimension(float value, java.lang.String unit, CssValue prev)
           
 
Methods inherited from class luxor.css.CssValue
getNext, getPrev, getType, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDimension

public static CssDimension createDimension(float value,
                                           java.lang.String unit,
                                           CssValue prev)


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo