Uses of Class
org.apache.batik.css.engine.CSSEngine
-
Packages that use CSSEngine Package Description org.apache.batik.anim.dom 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.css.engine.value.svg12 org.apache.batik.dom Provides an implementation of the DOM level 2 core module. -
-
Uses of CSSEngine in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngineSVGStylableElement.PresentationAttributeColorValue. cssEngineThe CSS engine.protected CSSEngineSVGStylableElement.PresentationAttributePaintValue. cssEngineThe CSS engine.protected CSSEngineSVGStylableElement.PresentationAttributeValue. cssEngineThe CSS engine.Methods in org.apache.batik.anim.dom that return CSSEngine Modifier and Type Method Description CSSEngineSVG12DOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)CSSEngineSVGDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)Constructors in org.apache.batik.anim.dom with parameters of type CSSEngine Constructor Description OverrideStyleDeclaration(CSSEngine eng)Creates a new OverrideStyleDeclaration.PresentationAttributeColorValue(CSSEngine eng, java.lang.String prop)Creates a new PresentationAttributeColorValue.PresentationAttributePaintValue(CSSEngine eng, java.lang.String prop)Creates a new PresentationAttributeColorValue.PresentationAttributeValue(CSSEngine eng, java.lang.String prop)Creates a new PresentationAttributeValue.StyleDeclaration(CSSEngine eng)Creates a new StyleDeclaration. -
Uses of CSSEngine in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as CSSEngine Modifier and Type Field Description protected CSSEngineSVGAnimationEngine. cssEngineThe CSSEngine used for CSS value parsing.Methods in org.apache.batik.bridge that return CSSEngine Modifier and Type Method Description static CSSEngineCSSUtilities. getCSSEngine(org.w3c.dom.Element e)Returns CSSEngine associated to the specified element.CSSEngineBridgeContext. getCSSEngineForElement(org.w3c.dom.Element e)Returns the CSS engine associated with given element.Methods in org.apache.batik.bridge with parameters of type CSSEngine Modifier and Type Method Description static CSSFontFaceCSSFontFace. createCSSFontFace(CSSEngine eng, FontFaceRule ffr)static floatCSSFontFace. getFloatProp(StyleMap sm, CSSEngine eng, int pidx)static java.lang.StringCSSFontFace. getStringProp(StyleMap sm, CSSEngine eng, int pidx) -
Uses of CSSEngine in org.apache.batik.css.dom
Fields in org.apache.batik.css.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngineCSSOMComputedStyle. cssEngineThe CSS engine used to compute the values.protected CSSEngineCSSOMSVGStyleDeclaration. cssEngineThe CSS engine.protected CSSEngineCSSOMViewCSS. cssEngineThe associated CSS engine.Constructors in org.apache.batik.css.dom with parameters of type CSSEngine Constructor Description CSSOMComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)Creates a new computed style.CSSOMStoredStyleDeclaration(CSSEngine eng)Creates a new CSSOMStoredStyleDeclaration.CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)Creates a new computed style.CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)Creates a new CSSOMSVGStyleDeclaration.CSSOMSVGViewCSS(CSSEngine engine)Creates a new ViewCSS.CSSOMViewCSS(CSSEngine engine)Creates a new ViewCSS. -
Uses of CSSEngine in org.apache.batik.css.engine
Subclasses of CSSEngine in org.apache.batik.css.engine Modifier and Type Class Description classSVG12CSSEngineThis class provides a CSS engine initialized for SVG.classSVGCSSEngineThis class provides a CSS engine initialized for SVG.Methods in org.apache.batik.css.engine that return CSSEngine Modifier and Type Method Description CSSEngineCSSContext. getCSSEngineForElement(org.w3c.dom.Element e)Returns the CSS engine associated with given element.Methods in org.apache.batik.css.engine with parameters of type CSSEngine Modifier and Type Method Description voidCSSEngine. importCascadedStyleMaps(org.w3c.dom.Element src, CSSEngine srceng, org.w3c.dom.Element dest)Recursively imports the cascaded style from a source element to an element of the current document.java.lang.StringFontFaceRule. toString(CSSEngine eng)Returns a printable representation of this rule.java.lang.StringImportRule. toString(CSSEngine eng)Returns a printable representation of this import rule.java.lang.StringMediaRule. toString(CSSEngine eng)Returns a printable representation of this media rule.java.lang.StringRule. toString(CSSEngine eng)Returns a printable representation of this rule.java.lang.StringStyleDeclaration. toString(CSSEngine eng)Returns a printable representation of this style rule.java.lang.StringStyleMap. toString(CSSEngine eng)Returns a printable representation of this style map.java.lang.StringStyleRule. toString(CSSEngine eng)Returns a printable representation of this style rule.java.lang.StringStyleSheet. toString(CSSEngine eng)Returns a printable representation of this style-sheet.Constructors in org.apache.batik.css.engine with parameters of type CSSEngine Constructor Description CSSEngineEvent(CSSEngine source, org.w3c.dom.Element elt, int[] props)Creates a new CSSEngineEvent. -
Uses of CSSEngine in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type CSSEngine Modifier and Type Method Description ValueAbstractColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueAbstractValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueLengthManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueRectManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)Computes the given value.ValueAbstractValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueIdentifierManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)Creates and returns a new string value.ValueAbstractColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueIdentifierManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueLengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueRectManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueValueManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)Creates a value from a lexical unit.voidShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.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 Modifier and Type Method Description ValueCursorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontFamilyManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontSizeManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontStretchManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontWeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueClipManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFontSizeAdjustManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFontSizeManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueTextDecorationManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueClipManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueCursorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontFamilyManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontSizeAdjustManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontSizeManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontWeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSrcManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueTextDecorationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).voidFontShorthandManager. handleSystemFont(CSSEngine eng, ShorthandManager.PropertyHandler ph, java.lang.String s, boolean imp)voidFontShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) -
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 Modifier and Type Method Description ValueBaselineShiftManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueEnableBackgroundManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueStrokeDasharrayManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGPaintManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueBaselineShiftManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueClipPathManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueColorProfileManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueEnableBackgroundManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFilterManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueGlyphOrientationVerticalManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueKerningManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueMarkerManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueMaskManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueSpacingManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueStrokeDasharrayManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueBaselineShiftManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueClipPathManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueColorProfileManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueEnableBackgroundManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFilterManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueGlyphOrientationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueGlyphOrientationVerticalManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueKerningManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMarkerManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMaskManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueOpacityManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSpacingManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeDasharrayManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeDashoffsetManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeMiterlimitManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeWidthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSVGColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSVGPaintManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).voidMarkerShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) -
Uses of CSSEngine in org.apache.batik.css.engine.value.svg12
Methods in org.apache.batik.css.engine.value.svg12 with parameters of type CSSEngine Modifier and Type Method Description ValueLineHeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueLineHeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMarginLengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).voidMarginShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) -
Uses of CSSEngine in org.apache.batik.dom
Fields in org.apache.batik.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngineAbstractStylableDocument. cssEngineThe CSS engine.Methods in org.apache.batik.dom that return CSSEngine Modifier and Type Method Description CSSEngineExtensibleDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx)Creates new CSSEngine and attach it to the document.abstract CSSEngineExtensibleDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)CSSEngineAbstractStylableDocument. getCSSEngine()Returns the CSS engine.Methods in org.apache.batik.dom with parameters of type CSSEngine Modifier and Type Method Description voidAbstractStylableDocument. setCSSEngine(CSSEngine ctx)Sets the CSS engine.
-