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 Provides some useful classes. 
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 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 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, 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 SVGOMMarkerElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMMarkerElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMMarkerElement.getOverrideStyle(java.lang.String pseudoElt)
          Implements OverrideStyleElement.getOverrideStyle(String).
 CSSStyleDeclaration SVGOMFESpecularLightingElement.getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 CSSStyleDeclaration SVGOMFESpecularLightingElement.getStyle()
          DOM: Implements SVGStylable.getStyle().
 CSSStyleDeclaration SVGOMFESpecularLightingElement.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.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
 

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