Uses of Class
org.apache.batik.css.engine.StyleMap
-
Packages that use StyleMap 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.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.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). -
-
Uses of StyleMap in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as StyleMap Modifier and Type Field Description protected StyleMapSVGStylableElement. computedStyleMapThe computed style map.Methods in org.apache.batik.anim.dom that return StyleMap Modifier and Type Method Description StyleMapSVGStylableElement. getComputedStyleMap(java.lang.String pseudoElement)Returns the computed style of this element/pseudo-element.Methods in org.apache.batik.anim.dom with parameters of type StyleMap Modifier and Type Method Description voidSVGStylableElement. setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)Sets the computed style of this element/pseudo-element. -
Uses of StyleMap in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as StyleMap Modifier and Type Field Description protected StyleMapSVGAnimationEngine. dummyStyleMapA StyleMap used by theSVGAnimationEngine.Factorys when computing CSS values.Methods in org.apache.batik.bridge with parameters of type StyleMap Modifier and Type Method Description static floatCSSFontFace. getFloatProp(StyleMap sm, CSSEngine eng, int pidx)static java.lang.StringCSSFontFace. getStringProp(StyleMap sm, CSSEngine eng, int pidx) -
Uses of StyleMap in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as StyleMap Modifier and Type Field Description (package private) StyleMapFontFaceRule. smStyleMapCSSEngine.StyleDeclarationDocumentHandler. styleMapStyleMapCSSEngine.StyleDeclarationUpdateHandler. styleMapMethods in org.apache.batik.css.engine that return StyleMap Modifier and Type Method Description StyleMapCSSEngine. getCascadedStyleMap(CSSStylableElement elt, java.lang.String pseudo)Returns the cascaded style of the given element/pseudo-element.StyleMapCSSStylableElement. getComputedStyleMap(java.lang.String pseudoElement)Returns the computed style of this element/pseudo-element.StyleMapFontFaceRule. getStyleMap()Returns the StyleMap from the @font-face rule.Methods in org.apache.batik.css.engine with parameters of type StyleMap Modifier and Type Method Description protected voidCSSEngine. addRules(org.w3c.dom.Element elt, java.lang.String pseudo, StyleMap sm, java.util.ArrayList rules, short origin)Adds the rules contained in the given list to a stylemap.private static voidCSSEngine. clearComputedValue(StyleMap style, int n)protected voidCSSEngine. inlineStyleAttributeUpdated(CSSStylableElement elt, StyleMap style, short attrChange, java.lang.String prevValue, java.lang.String newValue)Called when the inline style of the given element has been updated.protected voidCSSEngine. nonCSSPresentationalHintUpdated(CSSStylableElement elt, StyleMap style, java.lang.String property, short attrChange, java.lang.String newValue)Called when a non-CSS presentational hint has been updated.protected voidCSSEngine. 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.voidCSSStylableElement. setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)Sets the computed style of this element/pseudo-element.Constructors in org.apache.batik.css.engine with parameters of type StyleMap Constructor Description FontFaceRule(StyleMap sm, ParsedURL purl) -
Uses of StyleMap in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type StyleMap 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. -
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 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) -
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 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) -
Uses of StyleMap in org.apache.batik.css.engine.value.svg12
Methods in org.apache.batik.css.engine.value.svg12 with parameters of type StyleMap Modifier and Type Method Description ValueLineHeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) -
Uses of StyleMap in org.apache.batik.extension
Fields in org.apache.batik.extension declared as StyleMap Modifier and Type Field Description protected StyleMapStylableExtensionElement. computedStyleMapThe computed style map.Methods in org.apache.batik.extension that return StyleMap Modifier and Type Method Description StyleMapStylableExtensionElement. 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 Modifier and Type Method Description voidStylableExtensionElement. setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)Sets the computed style of this element/pseudo-element.
-