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.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
org.apache.batik.util.gui   
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 AbstractViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration ElementNonCSSPresentationalHints.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration CSSOMStyleRule.getStyle()
          DOM: Implements CSSStyleRule.getStyle().
 

Methods in org.apache.batik.css with parameters of type CSSStyleDeclaration
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, java.net.URL buri, 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 SVGStylableElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGStylableElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGStylableElement.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 SVGStylableSupport.getStyle(Element elt)
          To implement SVGStylable.getStyle().
static CSSStyleDeclaration SVGStylableSupport.getOverrideStyle(java.lang.String pseudoElt, Element elt)
          To implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGDOMImplementation.createCSSStyleDeclaration()
          Creates a style declaration.
 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).
static CSSStyleDeclaration ElementNonCSSPresentationalHintsSupport.getNonCSSPresentationalHints(Element elt)
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 

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

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

Uses of CSSStyleDeclaration in org.apache.batik.extension
 

Methods in org.apache.batik.extension that return CSSStyleDeclaration
 CSSStyleDeclaration StylableExtensionElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration StylableExtensionElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration StylableExtensionElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 

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

Fields in org.apache.batik.util.gui declared as CSSStyleDeclaration
protected  CSSStyleDeclaration DOMViewer.Panel.NodeCSSValuesModel.style
          The computed style.
 

Uses of CSSStyleDeclaration in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return CSSStyleDeclaration
 CSSStyleDeclaration CSSStyleRule.getStyle()
          The declaration-block of this rule set.
 CSSStyleDeclaration ElementCSSInlineStyle.getStyle()
          The style attribute.
 CSSStyleDeclaration ViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          This method is used to get the computed style as it is defined in .
 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 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 © 2001 Apache Software Foundation. All Rights Reserved.