Uses of Interface
org.apache.batik.css.engine.CSSStylableElement

Packages that use CSSStylableElement
org.apache.batik.css.dom   
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.css.engine.value.svg12   
 

Uses of CSSStylableElement in org.apache.batik.css.dom
 

Fields in org.apache.batik.css.dom declared as CSSStylableElement
protected  CSSStylableElement CSSOMComputedStyle.element
          The associated element.
 

Constructors in org.apache.batik.css.dom with parameters of type CSSStylableElement
CSSOMComputedStyle(CSSEngine e, CSSStylableElement elt, String pseudoElt)
          Creates a new computed style.
CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, String pseudoElt)
          Creates a new computed style.
 

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

Fields in org.apache.batik.css.engine declared as CSSStylableElement
protected  CSSStylableElement CSSEngine.element
          The current element.
 

Methods in org.apache.batik.css.engine that return CSSStylableElement
static CSSStylableElement CSSEngine.getParentCSSStylableElement(Element elt)
          Returns the next stylable parent of the given element.
 

Methods in org.apache.batik.css.engine with parameters of type CSSStylableElement
 StyleMap CSSEngine.getCascadedStyleMap(CSSStylableElement elt, String pseudo)
          Returns the cascaded style of the given element/pseudo-element.
 Value CSSEngine.getComputedStyle(CSSStylableElement elt, String pseudo, int propidx)
          Returns the computed style of the given element/pseudo for the property corresponding to the given index.
protected  void CSSEngine.inlineStyleAttributeUpdated(CSSStylableElement elt, StyleMap style, short attrChange, String prevValue, String newValue)
          Called when the inline style of the given element has been updated.
protected  void CSSEngine.nonCSSPresentationalHintUpdated(CSSStylableElement elt, StyleMap style, String property, short attrChange, String newValue)
          Called when a non-CSS presentational hint has been updated.
 void CSSNavigableDocumentListener.overrideStylePropertyChanged(CSSStylableElement e, String name, String val, String prio)
          A property in the override style declaration has been changed.
 void CSSEngine.CSSNavigableDocumentHandler.overrideStylePropertyChanged(CSSStylableElement elt, String name, String val, String prio)
          A property in the override style declaration has been changed.
 void CSSNavigableDocumentListener.overrideStylePropertyRemoved(CSSStylableElement e, String name)
          A property in the override style declaration has been removed.
 void CSSEngine.CSSNavigableDocumentHandler.overrideStylePropertyRemoved(CSSStylableElement elt, String name)
          A property in the override style declaration has been removed.
 void CSSNavigableDocumentListener.overrideStyleTextChanged(CSSStylableElement e, String text)
          The text of the override style declaration for this element has been modified.
 void CSSEngine.CSSNavigableDocumentHandler.overrideStyleTextChanged(CSSStylableElement elt, String text)
          The text of the override style declaration for this element has been modified.
 Value CSSEngine.parsePropertyValue(CSSStylableElement elt, String prop, String value)
          Parses and creates a property value from elt.
 StyleDeclaration CSSEngine.parseStyleDeclaration(CSSStylableElement elt, String value)
          Parses and creates a style declaration.
 void CSSEngine.setMainProperties(CSSStylableElement elt, CSSEngine.MainPropertyReceiver dst, String pname, String value, boolean important)
           
 

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

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

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

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

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

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

Uses of CSSStylableElement in org.apache.batik.css.engine.value.svg12
 

Methods in org.apache.batik.css.engine.value.svg12 with parameters of type CSSStylableElement
 Value LineHeightManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.