Uses of Interface
org.w3c.dom.css.CSSPrimitiveValue

Packages that use CSSPrimitiveValue
org.w3c.dom.css   
 

Uses of CSSPrimitiveValue in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return CSSPrimitiveValue
 CSSPrimitiveValue Rect.getTop()
          This attribute is used for the top of the rect.
 CSSPrimitiveValue Rect.getRight()
          This attribute is used for the right of the rect.
 CSSPrimitiveValue Rect.getBottom()
          This attribute is used for the bottom of the rect.
 CSSPrimitiveValue Rect.getLeft()
          This attribute is used for the left of the rect.
 CSSPrimitiveValue RGBColor.getRed()
          This attribute is used for the red value of the RGB color.
 CSSPrimitiveValue RGBColor.getGreen()
          This attribute is used for the green value of the RGB color.
 CSSPrimitiveValue RGBColor.getBlue()
          This attribute is used for the blue value of the RGB color.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.