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

Packages that use CSSEngine
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
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.dom.svg   
 

Uses of CSSEngine in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return CSSEngine
static CSSEngine CSSUtilities.getCSSEngine(Element e)
          Returns CSSEngine associated to the specified element.
 

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

Fields in org.apache.batik.css.dom declared as CSSEngine
protected  CSSEngine CSSOMViewCSS.cssEngine
          The associated CSS engine.
protected  CSSEngine CSSOMComputedStyle.cssEngine
          The CSS engine used to compute the values.
protected  CSSEngine CSSOMSVGStyleDeclaration.cssEngine
          The CSS engine.
 

Constructors in org.apache.batik.css.dom with parameters of type CSSEngine
CSSOMViewCSS(CSSEngine engine)
          Creates a new ViewCSS.
CSSOMSVGViewCSS(CSSEngine engine)
          Creates a new ViewCSS.
CSSOMComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
          Creates a new computed style.
CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
          Creates a new computed style.
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng)
          Creates a new CSSOMSVGStyleDeclaration.
 

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

Subclasses of CSSEngine in org.apache.batik.css.engine
 class SVGCSSEngine
          This class provides a CSS engine initialized for SVG.
 

Methods in org.apache.batik.css.engine with parameters of type CSSEngine
 java.lang.String StyleSheet.toString(CSSEngine eng)
          Returns a printable representation of this style-sheet.
 java.lang.String MediaRule.toString(CSSEngine eng)
          Returns a printable representation of this media rule.
 java.lang.String ImportRule.toString(CSSEngine eng)
          Returns a printable representation of this import rule.
 void CSSEngine.importCascadedStyleMaps(Element src, CSSEngine srceng, Element dest)
          Recursively imports the cascaded style from a source element to an element of the current document.
 java.lang.String StyleDeclaration.toString(CSSEngine eng)
          Returns a printable representation of this style rule.
 java.lang.String Rule.toString(CSSEngine eng)
          Returns a printable representation of this rule.
 java.lang.String StyleRule.toString(CSSEngine eng)
          Returns a printable representation of this style rule.
 java.lang.String StyleMap.toString(CSSEngine eng)
          Returns a printable representation of this style map.
 

Constructors in org.apache.batik.css.engine with parameters of type CSSEngine
CSSEngineEvent(CSSEngine source, Element elt, int[] props)
          Creates a new CSSEngineEvent.
CSSEngine.StyleDeclarationDocumentHandler()
           
CSSEngine.StyleDeclarationBuilder()
           
CSSEngine.StyleSheetDocumentHandler()
           
CSSEngine.StyleDeclarationUpdateHandler()
           
CSSEngine.DOMNodeInsertedListener()
           
CSSEngine.DOMNodeRemovedListener()
           
CSSEngine.DOMSubtreeModifiedListener()
           
CSSEngine.DOMCharacterDataModifiedListener()
           
CSSEngine.DOMAttrModifiedListener()
           
 

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

Methods in org.apache.batik.css.engine.value with parameters of type CSSEngine
 Value AbstractValueManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 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 RectManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value IdentifierManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value IdentifierManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value AbstractColorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 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.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 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.createValue(LexicalUnit lu, CSSEngine engine)
          Creates a value from a lexical unit.
 Value ValueManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Creates and returns a new string value.
 Value ValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Computes the given value.
 void ShorthandManager.setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp)
          Sets the properties which are affected by this shorthand property.
 

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

Methods in org.apache.batik.css.engine.value.css2 with parameters of type CSSEngine
 Value FontSizeAdjustManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontSizeAdjustManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value ClipManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ClipManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value FontSizeManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontSizeManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 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 TextDecorationManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value TextDecorationManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value CursorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontFamilyManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontWeightManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 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 CSSEngine in org.apache.batik.css.engine.value.svg
 

Methods in org.apache.batik.css.engine.value.svg with parameters of type CSSEngine
 Value MaskManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value MaskManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value GlyphOrientationManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value GlyphOrientationVerticalManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value GlyphOrientationVerticalManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value ColorProfileManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ColorProfileManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value StrokeMiterlimitManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SVGColorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 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.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 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 FilterManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FilterManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value MarkerManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value MarkerManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value BaselineShiftManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value BaselineShiftManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 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 KerningManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value KerningManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value OpacityManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value StrokeDasharrayManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value StrokeDasharrayManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 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 ClipPathManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ClipPathManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value StrokeWidthManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value EnableBackgroundManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value EnableBackgroundManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 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).
 Value StrokeDashoffsetManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 void MarkerShorthandManager.setValues(CSSEngine eng, org.apache.batik.css.engine.value.svg.PropertyHandler ph, LexicalUnit lu, boolean imp)
          Implements ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean).
 Value SpacingManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SpacingManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 

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

Fields in org.apache.batik.dom.svg declared as CSSEngine
protected  CSSEngine SVGStylableElement.PresentationAttributeValue.cssEngine
          The CSS engine.
protected  CSSEngine SVGStylableElement.PresentationAttributeColorValue.cssEngine
          The CSS engine.
protected  CSSEngine SVGStylableElement.PresentationAttributePaintValue.cssEngine
          The CSS engine.
protected  CSSEngine SVGOMDocument.cssEngine
          The CSS engine.
 

Methods in org.apache.batik.dom.svg that return CSSEngine
 CSSEngine SVGDOMImplementation.createCSSEngine(SVGOMDocument doc, CSSContext ctx)
          Creates new CSSEngine and attach it to the document.
 CSSEngine ExtensibleSVGDOMImplementation.createCSSEngine(SVGOMDocument doc, CSSContext ctx)
          Creates new CSSEngine and attach it to the document.
 CSSEngine SVGOMDocument.getCSSEngine()
          Returns the CSS engine.
 

Methods in org.apache.batik.dom.svg with parameters of type CSSEngine
 void SVGOMDocument.setCSSEngine(CSSEngine ctx)
          Sets the CSS engine.
 

Constructors in org.apache.batik.dom.svg with parameters of type CSSEngine
SVGStylableElement.PresentationAttributeValue(CSSEngine eng, java.lang.String prop)
          Creates a new PresentationAttributeValue.
SVGStylableElement.PresentationAttributeColorValue(CSSEngine eng, java.lang.String prop)
          Creates a new PresentationAttributeColorValue.
SVGStylableElement.PresentationAttributePaintValue(CSSEngine eng, java.lang.String prop)
          Creates a new PresentationAttributeColorValue.
SVGStylableElement.StyleDeclaration(CSSEngine eng)
          Creates a new StyleDeclaration.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.