Uses of Class
org.apache.batik.css.engine.StyleMap

Packages that use StyleMap
org.apache.batik.css.engine   
org.apache.batik.css.engine.value   
org.apache.batik.css.engine.value.css2   
org.apache.batik.css.engine.value.svg   
org.apache.batik.dom.svg   
org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
 

Uses of StyleMap in org.apache.batik.css.engine
 

Fields in org.apache.batik.css.engine declared as StyleMap
 StyleMap CSSEngine.StyleDeclarationDocumentHandler.styleMap
           
 StyleMap CSSEngine.StyleDeclarationUpdateHandler.styleMap
           
 

Methods in org.apache.batik.css.engine that return StyleMap
 StyleMap CSSStylableElement.getComputedStyleMap(java.lang.String pseudoElement)
          Returns the computed style of this element/pseudo-element.
 StyleMap CSSEngine.getCascadedStyleMap(CSSStylableElement elt, java.lang.String pseudo)
          Returns the cascaded style of the given element/pseudo-element.
 

Methods in org.apache.batik.css.engine with parameters of type StyleMap
 void CSSStylableElement.setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)
          Sets the computed style of this element/pseudo-element.
protected  void CSSEngine.putAuthorProperty(StyleMap dest, int idx, Value sval, boolean imp, short origin)
          Puts an author property from a style-map in another style-map, if possible.
protected  void CSSEngine.addRules(Element elt, java.lang.String pseudo, StyleMap sm, java.util.List rules, short origin)
          Adds the rules contained in the given list to a stylemap.
protected  void CSSEngine.inlineStyleAttributeUpdated(CSSStylableElement elt, StyleMap style, MutationEvent evt)
          Called when the inline style of the given element has been updated.
protected  void CSSEngine.nonCSSPresentationalHintUpdated(CSSStylableElement elt, StyleMap style, java.lang.String property, MutationEvent evt)
          Called when a non-CSS presentational hint has been updated.
 

Uses of StyleMap in org.apache.batik.css.engine.value
 

Methods in org.apache.batik.css.engine.value with parameters of type StyleMap
 Value AbstractValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value AbstractColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value LengthManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Computes the given value.
 

Uses of StyleMap in org.apache.batik.css.engine.value.css2
 

Methods in org.apache.batik.css.engine.value.css2 with parameters of type StyleMap
 Value FontSizeManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value FontWeightManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value FontStretchManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 

Uses of StyleMap in org.apache.batik.css.engine.value.svg
 

Methods in org.apache.batik.css.engine.value.svg with parameters of type StyleMap
 Value SVGColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value SVGPaintManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value BaselineShiftManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value StrokeDasharrayManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value EnableBackgroundManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 

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

Fields in org.apache.batik.dom.svg declared as StyleMap
protected  StyleMap SVGStylableElement.computedStyleMap
          The computed style map.
 

Methods in org.apache.batik.dom.svg that return StyleMap
 StyleMap SVGStylableElement.getComputedStyleMap(java.lang.String pseudoElement)
          Returns the computed style of this element/pseudo-element.
 

Methods in org.apache.batik.dom.svg with parameters of type StyleMap
 void SVGStylableElement.setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)
          Sets the computed style of this element/pseudo-element.
 

Uses of StyleMap in org.apache.batik.extension
 

Fields in org.apache.batik.extension declared as StyleMap
protected  StyleMap StylableExtensionElement.computedStyleMap
          The computed style map.
 

Methods in org.apache.batik.extension that return StyleMap
 StyleMap StylableExtensionElement.getComputedStyleMap(java.lang.String pseudoElement)
          Returns the computed style of this element/pseudo-element.
 

Methods in org.apache.batik.extension with parameters of type StyleMap
 void StylableExtensionElement.setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)
          Sets the computed style of this element/pseudo-element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.