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 StyleMap
SVGStylableElement. computedStyleMap
The computed style map.Methods in org.apache.batik.anim.dom that return StyleMap Modifier and Type Method Description StyleMap
SVGStylableElement. 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 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.bridge
Fields in org.apache.batik.bridge declared as StyleMap Modifier and Type Field Description protected StyleMap
SVGAnimationEngine. dummyStyleMap
A StyleMap used by theSVGAnimationEngine.Factory
s when computing CSS values.Methods in org.apache.batik.bridge with parameters of type StyleMap Modifier and Type Method Description static float
CSSFontFace. getFloatProp(StyleMap sm, CSSEngine eng, int pidx)
static java.lang.String
CSSFontFace. 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 StyleMap
CSSEngine.StyleDeclarationDocumentHandler. styleMap
StyleMap
CSSEngine.StyleDeclarationUpdateHandler. styleMap
Methods in org.apache.batik.css.engine that return StyleMap Modifier and Type Method Description StyleMap
CSSEngine. getCascadedStyleMap(CSSStylableElement elt, java.lang.String pseudo)
Returns the cascaded style of the given element/pseudo-element.StyleMap
CSSStylableElement. getComputedStyleMap(java.lang.String pseudoElement)
Returns the computed style of this element/pseudo-element.StyleMap
FontFaceRule. 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 void
CSSEngine. 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.protected void
CSSEngine. 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 void
CSSEngine. 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 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.void
CSSStylableElement. 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 Value
AbstractColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
AbstractValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
LengthManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
RectManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value 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 Modifier and Type Method Description Value
CursorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontFamilyManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontSizeManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontStretchManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontWeightManager. 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 Value
BaselineShiftManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
EnableBackgroundManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
StrokeDasharrayManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
SVGColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
SVGPaintManager. 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 Value
LineHeightManager. 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 StyleMap
StylableExtensionElement. computedStyleMap
The computed style map.Methods in org.apache.batik.extension that return StyleMap Modifier and Type Method Description 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 Modifier and Type Method Description void
StylableExtensionElement. setComputedStyleMap(java.lang.String pseudoElement, StyleMap sm)
Sets the computed style of this element/pseudo-element.
-