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

Packages that use CSSPrimitiveValue
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.dom.svg   
org.apache.batik.parser.style Provides an extensible framework for style attributes parsing. 
org.apache.batik.refimpl.bridge   
org.apache.batik.util Provides some useful classes. 
org.w3c.dom.css   
 

Uses of CSSPrimitiveValue in org.apache.batik.css
 

Classes in org.apache.batik.css that implement CSSPrimitiveValue
 class CSSOMReadOnlyValue
          This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
 class CSSOMValue
          This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
 

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

Fields in org.apache.batik.css.value declared as CSSPrimitiveValue
protected  CSSPrimitiveValue ImmutableRect.top
          The top value.
protected  CSSPrimitiveValue ImmutableRect.right
          The right value.
protected  CSSPrimitiveValue ImmutableRect.bottom
          The bottom value.
protected  CSSPrimitiveValue ImmutableRect.left
          The left value.
protected  CSSPrimitiveValue ImmutableRGBColor.red
          The red value
protected  CSSPrimitiveValue ImmutableRGBColor.green
          The green value
protected  CSSPrimitiveValue ImmutableRGBColor.blue
          The blue value
 

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

Constructors in org.apache.batik.css.value with parameters of type CSSPrimitiveValue
ImmutableRect(CSSPrimitiveValue t, CSSPrimitiveValue r, CSSPrimitiveValue b, CSSPrimitiveValue l)
          Creates a new Rect value.
ImmutableRGBColor(CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b)
          Creates a new color.
 

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

Methods in org.apache.batik.dom.svg that return CSSPrimitiveValue
 CSSPrimitiveValue DefaultUnitProcessorContext.getFontSize(SVGElement e)
          Returns the font-size value.
 

Uses of CSSPrimitiveValue in org.apache.batik.parser.style
 

Classes in org.apache.batik.parser.style that implement CSSPrimitiveValue
 class AbstractCSSValue
          This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
 class CSSFloatValue
          This class represents CSS float values
 class CSSInheritValue
          This class represents CSS 'inherit' values
 class CSSRectValue
          This class represents CSS rect values
 class CSSRGBColorValue
          This class represents CSS color values
 class CSSStringValue
          This class represents CSS string values
 class CSSValueListValue
          This class represents CSS list of values
 

Fields in org.apache.batik.parser.style declared as CSSPrimitiveValue
protected  CSSPrimitiveValue CSSRectValue.top
          The top value.
protected  CSSPrimitiveValue CSSRectValue.right
          The right value.
protected  CSSPrimitiveValue CSSRectValue.bottom
          The bottom value.
protected  CSSPrimitiveValue CSSRectValue.left
          The left value.
protected  CSSPrimitiveValue CSSRGBColorValue.red
          The red value
protected  CSSPrimitiveValue CSSRGBColorValue.green
          The green value
protected  CSSPrimitiveValue CSSRGBColorValue.blue
          The blue value
 

Methods in org.apache.batik.parser.style that return CSSPrimitiveValue
 CSSPrimitiveValue CSSRectValue.getTop()
          DOM: Implements Rect.getTop().
 CSSPrimitiveValue CSSRectValue.getRight()
          DOM: Implements Rect.getRight().
 CSSPrimitiveValue CSSRectValue.getBottom()
          DOM: Implements Rect.getBottom().
 CSSPrimitiveValue CSSRectValue.getLeft()
          DOM: Implements Rect.getLeft().
 CSSPrimitiveValue CSSRGBColorValue.getRed()
          DOM: Implements RGBColor.getRed().
 CSSPrimitiveValue CSSRGBColorValue.getGreen()
          DOM: Implements RGBColor.getGreen().
 CSSPrimitiveValue CSSRGBColorValue.getBlue()
          DOM: Implements RGBColor.getBlue().
 

Constructors in org.apache.batik.parser.style with parameters of type CSSPrimitiveValue
CSSRectValue(CSSPrimitiveValue t, CSSPrimitiveValue r, CSSPrimitiveValue b, CSSPrimitiveValue l)
          Creates a new rect value.
CSSRGBColorValue(CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b)
          Creates a new color value.
 

Uses of CSSPrimitiveValue in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge that return CSSPrimitiveValue
 CSSPrimitiveValue DefaultUnitProcessorContext.getFontSize(SVGElement e)
          Returns the font-size value.
 

Methods in org.apache.batik.refimpl.bridge with parameters of type CSSPrimitiveValue
static java.awt.Composite CSSUtilities.convertOpacityToComposite(CSSPrimitiveValue val)
          Initializes the composite corresponding to the opacity attribute in the input GraphicsNode
static float CSSUtilities.convertOpacity(CSSPrimitiveValue v)
          Returns the opacity value represented by the given CSSValue.
static int CSSUtilities.rule(CSSPrimitiveValue v)
          Returns the rule value (nonzero | evenodd) represented by the given CSSValue.
protected static int CSSUtilities.resolveColorComponent(CSSPrimitiveValue v)
          Returns the value of one color component (0 <= result <= 255).
 

Uses of CSSPrimitiveValue in org.apache.batik.util
 

Methods in org.apache.batik.util that return CSSPrimitiveValue
static CSSPrimitiveValue UnitProcessor.getFontSize(SVGElement e, CSSStyleDeclaration d)
          An utility method to implement Context.getFontSize(SVGElement e).
 CSSPrimitiveValue UnitProcessor.Context.getFontSize(SVGElement e)
          Returns the font-size 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 © 2000 Apache Software Foundation. All Rights Reserved.