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

Packages that use CSSStyleDeclaration
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.refimpl.bridge   
org.apache.batik.util Provides some useful classes. 
org.w3c.dom.css   
org.w3c.dom.svg   
 

Uses of CSSStyleDeclaration in org.apache.batik.css
 

Classes in org.apache.batik.css that implement CSSStyleDeclaration
 class CSSOMReadOnlyStyleDeclaration
          This class implements the CSSStyleDeclaration interface.
 class CSSOMStyleDeclaration
          This class implements the CSSStyleDeclaration interface.
 

Methods in org.apache.batik.css that return CSSStyleDeclaration
 CSSStyleDeclaration ElementNonCSSPresentationalHints.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration AbstractViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration AbstractViewCSS.computeStyle(Element elt, java.lang.String pseudoElt)
          Computes the cascaded style for the given element and pseudo element.
 CSSStyleDeclaration CSSOMStyleRule.getStyle()
          DOM: Implements CSSStyleRule.getStyle().
 

Methods in org.apache.batik.css with parameters of type CSSStyleDeclaration
 void AbstractViewCSS.setComputedStyle(Element elt, java.lang.String pseudoElt, CSSStyleDeclaration sd)
          Sets the computed style.
protected  void AbstractViewCSS.setUserAgentProperty(java.lang.String name, CSSStyleDeclaration decl, CSSOMReadOnlyStyleDeclaration dest)
          Sets a user-agent value to a computed style declaration.
protected  void AbstractViewCSS.setUserProperty(java.lang.String name, CSSStyleDeclaration decl, CSSOMReadOnlyStyleDeclaration dest)
          Sets a user value to a computed style declaration.
protected  void AbstractViewCSS.setAuthorProperty(java.lang.String name, CSSStyleDeclaration decl, CSSOMReadOnlyStyleDeclaration dest)
          Sets a author value to a computed style declaration.
 

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

Methods in org.apache.batik.dom.svg that return CSSStyleDeclaration
 CSSStyleDeclaration SVGOMTextContentElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMTextContentElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMTextContentElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMGradientElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMGradientElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMGradientElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGGraphicsElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGGraphicsElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGGraphicsElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMFilterElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFilterElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMFilterElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGDescriptiveElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGDescriptiveElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGClippingMaskingElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGClippingMaskingElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGClippingMaskingElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGStylableSupport.getStyle(Element elt)
          To implement SVGStylable.getStyle().
 CSSStyleDeclaration SVGStylableSupport.getOverrideStyle(java.lang.String pseudoElt, Element elt)
          To implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMPatternElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMPatternElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMPatternElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGDOMImplementation.createCSSStyleDeclaration()
          Creates a style declaration.
 CSSStyleDeclaration SVGOMFEDiffuseLightingElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFEDiffuseLightingElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMFEDiffuseLightingElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMSVGElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMSVGElement.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration SVGOMSVGElement.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
 CSSStyleDeclaration SVGOMSVGElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMSVGElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMDocument.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
static CSSStyleDeclaration ElementNonCSSPresentationalHintsSupport.getNonCSSPresentationalHints(Element elt)
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFEImageElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFEImageElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMFEImageElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMFEFloodElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFEFloodElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMFEFloodElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMStopElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMStopElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMStopElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMSymbolElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMSymbolElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 

Uses of CSSStyleDeclaration in org.apache.batik.dom.util
 

Methods in org.apache.batik.dom.util that return CSSStyleDeclaration
 CSSStyleDeclaration OverrideStyleElementSupport.getOverrideStyle(java.lang.String pseudoElt)
          This method is used to retrieve the override style declaration for this element and a specified pseudo-element.
 CSSStyleDeclaration OverrideStyleElement.getOverrideStyle(java.lang.String pseudoElt)
          This method is used to retrieve the override style declaration for this element and a specified pseudo-element.
 CSSStyleDeclaration CSSStyleDeclarationFactory.createCSSStyleDeclaration()
          Creates a stylesheet declaration.
 

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

Fields in org.apache.batik.refimpl.bridge declared as CSSStyleDeclaration
protected  CSSStyleDeclaration DefaultUnitProcessorContext.cssDecl
           
 

Methods in org.apache.batik.refimpl.bridge with parameters of type CSSStyleDeclaration
protected abstract  void SVGShapeElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Creates the shape depending on the specified context and element.
protected  void SVGPolygonElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an GeneralPath.
static java.awt.geom.Rectangle2D CSSUtilities.convertEnableBackground(SVGElement svgElement, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the viewport
static ShapePainter CSSUtilities.convertStrokeAndFill(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter for the specified Element using the specified context and css style declaration.
static ShapePainter CSSUtilities.convertStroke(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter used to draw the outline of the specified Element using the specified context and css style declaration.
static java.awt.Paint CSSUtilities.convertStrokeToPaint(SVGElement element, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Paint object that corresponds to the various stroke attributes in the input element
static java.awt.BasicStroke CSSUtilities.convertStrokeToBasicStroke(SVGElement svgElement, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Stoke object that corresponds to the various stroke attributes in the input element
static ShapePainter CSSUtilities.convertFill(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter used to fill the specified Element using the specified context and css style declaration.
static java.awt.Paint CSSUtilities.convertURIToPaint(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx, java.lang.String uri)
          Converts the element referenced by uri into a Paint object
static java.awt.Paint CSSUtilities.convertFillToPaint(SVGElement element, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the Paint used to fill the specified Element using the specified context and css style declaration.
static java.awt.Color CSSUtilities.convertFloodColorToPaint(CSSStyleDeclaration decl)
          Returns the Paint used to fill the specified Element using the specified context and css style declaration.
static java.awt.Color CSSUtilities.convertStopColorToPaint(CSSStyleDeclaration decl)
          Returns the Color corresponding to the stop attributes.
static float CSSUtilities.convertFontSize(SVGElement svgElement, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Converts the font-size CSS value to a float value.
protected  void SVGEllipseElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Ellipse2D.Float.
protected  void SVGPathElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an ExtendedGeneralPath.
protected  void SVGLineElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Line2D.Float.
protected  void SVGRectElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Rectangle2D.Float or a RoundRectangle2D.Float depending on the 'x', 'y', 'width', 'height', 'rx' and 'ry' attributes.
protected  void SVGPolylineElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an GeneralPath.
protected  void SVGCircleElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Ellipse2D.Float.
 

Constructors in org.apache.batik.refimpl.bridge with parameters of type CSSStyleDeclaration
DefaultUnitProcessorContext(BridgeContext ctx, CSSStyleDeclaration cssDecl)
           
 

Uses of CSSStyleDeclaration in org.apache.batik.util
 

Methods in org.apache.batik.util with parameters of type CSSStyleDeclaration
static CSSPrimitiveValue UnitProcessor.getFontSize(SVGElement e, CSSStyleDeclaration d)
          An utility method to implement Context.getFontSize(SVGElement e).
 

Uses of CSSStyleDeclaration in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return CSSStyleDeclaration
 CSSStyleDeclaration ViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          This method is used to get the computed style as it is defined in .
 CSSStyleDeclaration ElementCSSInlineStyle.getStyle()
          The style attribute.
 CSSStyleDeclaration CSSPageRule.getStyle()
          The declaration-block of this rule.
 CSSStyleDeclaration DocumentCSS.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
 CSSStyleDeclaration CSSStyleRule.getStyle()
          The declaration-block of this rule set.
 CSSStyleDeclaration CSSFontFaceRule.getStyle()
          The declaration-block of this rule.
 

Uses of CSSStyleDeclaration in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return CSSStyleDeclaration
 CSSStyleDeclaration SVGStylable.getStyle()
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.