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

Packages that use CSSPrimitiveValue
org.apache.batik.css.dom   
org.apache.batik.dom.svg   
org.w3c.dom.css   
 

Uses of CSSPrimitiveValue in org.apache.batik.css.dom
 

Classes in org.apache.batik.css.dom that implement CSSPrimitiveValue
protected  class CSSOMComputedStyle.ComputedCSSValue
          To manage a computed CSSValue.
 class CSSOMStyleDeclaration.StyleDeclarationValue
          This class represents a CSS value returned by this declaration.
protected  class CSSOMSVGColor.AbstractComponent
          To store a component.
protected  class CSSOMSVGColor.BlueComponent
          To represents a blue component.
protected  class CSSOMSVGColor.FloatComponent
          To store a Float component.
protected  class CSSOMSVGColor.GreenComponent
          To represents a green component.
protected  class CSSOMSVGColor.RedComponent
          To represents a red component.
 class CSSOMValue
          This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
protected  class CSSOMValue.AbstractComponent
          To store a component.
protected  class CSSOMValue.BlueComponent
          To represents a blue component.
protected  class CSSOMValue.BottomComponent
          To represents a bottom component.
protected  class CSSOMValue.FloatComponent
          To store a Float component.
protected  class CSSOMValue.GreenComponent
          To represents a green component.
protected  class CSSOMValue.LeftComponent
          To represents a left component.
protected  class CSSOMValue.ListComponent
          To represents a List component.
protected  class CSSOMValue.RedComponent
          To represents a red component.
protected  class CSSOMValue.RightComponent
          To represents a right component.
protected  class CSSOMValue.TopComponent
          To represents a top component.
 

Methods in org.apache.batik.css.dom that return CSSPrimitiveValue
 CSSPrimitiveValue CSSOMValue.getTop()
          DOM: Implements Rect.getTop().
 CSSPrimitiveValue CSSOMValue.getRight()
          DOM: Implements Rect.getRight().
 CSSPrimitiveValue CSSOMValue.getBottom()
          DOM: Implements Rect.getBottom().
 CSSPrimitiveValue CSSOMValue.getLeft()
          DOM: Implements Rect.getLeft().
 CSSPrimitiveValue CSSOMValue.getRed()
          DOM: Implements RGBColor.getRed().
 CSSPrimitiveValue CSSOMValue.getGreen()
          DOM: Implements RGBColor.getGreen().
 CSSPrimitiveValue CSSOMValue.getBlue()
          DOM: Implements RGBColor.getBlue().
 CSSPrimitiveValue CSSOMSVGColor.getRed()
          DOM: Implements RGBColor.getRed().
 CSSPrimitiveValue CSSOMSVGColor.getGreen()
          DOM: Implements RGBColor.getGreen().
 CSSPrimitiveValue CSSOMSVGColor.getBlue()
          DOM: Implements RGBColor.getBlue().
 

Uses of CSSPrimitiveValue in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement CSSPrimitiveValue
 class SVGStylableElement.PresentationAttributeValue
          To manage a presentation attribute value.
 

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 © 2002 Apache Software Foundation. All Rights Reserved.