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

Packages that use CSSPrimitiveValue
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
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.parser.style Provides an extensible framework for style attributes parsing. 
org.w3c.dom.css   
 

Uses of CSSPrimitiveValue in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return CSSPrimitiveValue
 CSSPrimitiveValue UnitProcessor.Context.getFontSize()
          Returns the font-size value.
 CSSPrimitiveValue UnitProcessor.DefaultContext.getFontSize()
          Returns the font-size value.
 

Methods in org.apache.batik.bridge with parameters of type CSSPrimitiveValue
static Marker PaintServer.convertMarker(Element paintedElement, CSSPrimitiveValue v, BridgeContext ctx)
          Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
static float PaintServer.convertStrokeMiterlimit(CSSPrimitiveValue v)
          Converts the 'miterlimit' property to the appropriate float number.
static int PaintServer.convertStrokeLinecap(CSSPrimitiveValue v)
          Converts the 'linecap' property to the appropriate BasicStroke constant.
static int PaintServer.convertStrokeLinejoin(CSSPrimitiveValue v)
          Converts the 'linejoin' property to the appropriate BasicStroke constant.
static int PaintServer.resolveColorComponent(CSSPrimitiveValue v)
          Returns the value of one color component (0 <= result <= 255).
 

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.svg
 

Classes in org.apache.batik.css.svg that implement CSSPrimitiveValue
 class SVGCSSReadOnlyValue
          This class represents a read-only SVG CSS value.
 class SVGCSSValue
          This class represents a SVG CSS value.
 

Fields in org.apache.batik.css.svg declared as CSSPrimitiveValue
protected  CSSPrimitiveValue ImmutableSVGColorValue.red
          The red value
protected  CSSPrimitiveValue ImmutableSVGColorValue.green
          The green value
protected  CSSPrimitiveValue ImmutableSVGColorValue.blue
          The blue value
 

Methods in org.apache.batik.css.svg that return CSSPrimitiveValue
 CSSPrimitiveValue ImmutableSVGColorValue.getRed()
          This attribute is used for the red value of the RGB color.
 CSSPrimitiveValue ImmutableSVGColorValue.getGreen()
          This attribute is used for the green value of the RGB color.
 CSSPrimitiveValue ImmutableSVGColorValue.getBlue()
          This attribute is used for the blue value of the RGB color.
 

Constructors in org.apache.batik.css.svg with parameters of type CSSPrimitiveValue
ImmutableSVGColorValue(short ctype, CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b, java.lang.String cprofile, SVGCSSNumberList l)
          Creates a new ImmutableSVGColorValue.
ImmutableSVGPaintValue(short ctype, CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b, java.lang.String cprofile, SVGCSSNumberList l, java.lang.String url)
          Creates a new ImmutableSVGPaintValue.
 

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

Fields in org.apache.batik.css.value declared as CSSPrimitiveValue
protected  CSSPrimitiveValue ImmutableRGBColor.red
          The red value
protected  CSSPrimitiveValue ImmutableRGBColor.green
          The green value
protected  CSSPrimitiveValue ImmutableRGBColor.blue
          The blue value
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.
 

Methods in org.apache.batik.css.value that return CSSPrimitiveValue
 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.
 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.
 

Constructors in org.apache.batik.css.value with parameters of type CSSPrimitiveValue
ImmutableRGBColor(CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b)
          Creates a new color.
ImmutableRect(CSSPrimitiveValue t, CSSPrimitiveValue r, CSSPrimitiveValue b, CSSPrimitiveValue l)
          Creates a new Rect 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 CSSRGBColorValue.red
          The red value
protected  CSSPrimitiveValue CSSRGBColorValue.green
          The green value
protected  CSSPrimitiveValue CSSRGBColorValue.blue
          The blue value
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.
 

Methods in org.apache.batik.parser.style that return CSSPrimitiveValue
 CSSPrimitiveValue CSSRGBColorValue.getRed()
          DOM: Implements RGBColor.getRed().
 CSSPrimitiveValue CSSRGBColorValue.getGreen()
          DOM: Implements RGBColor.getGreen().
 CSSPrimitiveValue CSSRGBColorValue.getBlue()
          DOM: Implements RGBColor.getBlue().
 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().
 

Constructors in org.apache.batik.parser.style with parameters of type CSSPrimitiveValue
CSSRGBColorValue(CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b)
          Creates a new color value.
CSSRectValue(CSSPrimitiveValue t, CSSPrimitiveValue r, CSSPrimitiveValue b, CSSPrimitiveValue l)
          Creates a new rect 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 © 2001 Apache Software Foundation. All Rights Reserved.