Uses of Class
org.apache.batik.css.engine.StyleMap
Packages that use StyleMap
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 StyleMapModifier and TypeFieldDescriptionprotected StyleMap
SVGStylableElement.computedStyleMap
The computed style map.Methods in org.apache.batik.anim.dom that return StyleMapModifier and TypeMethodDescriptionSVGStylableElement.getComputedStyleMap
(String pseudoElement) Returns the computed style of this element/pseudo-element.Methods in org.apache.batik.anim.dom with parameters of type StyleMapModifier and TypeMethodDescriptionvoid
SVGStylableElement.setComputedStyleMap
(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 StyleMapModifier and TypeFieldDescriptionprotected StyleMap
SVGAnimationEngine.dummyStyleMap
A StyleMap used by theSVGAnimationEngine.Factory
s when computing CSS values.Methods in org.apache.batik.bridge with parameters of type StyleMapModifier and TypeMethodDescriptionstatic float
CSSFontFace.getFloatProp
(StyleMap sm, CSSEngine eng, int pidx) static 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 StyleMapModifier and TypeFieldDescriptionCSSEngine.StyleDeclarationDocumentHandler.styleMap
CSSEngine.StyleDeclarationUpdateHandler.styleMap
Methods in org.apache.batik.css.engine that return StyleMapModifier and TypeMethodDescriptionCSSEngine.getCascadedStyleMap
(CSSStylableElement elt, String pseudo) Returns the cascaded style of the given element/pseudo-element.CSSStylableElement.getComputedStyleMap
(String pseudoElement) Returns the computed style of this element/pseudo-element.FontFaceRule.getStyleMap()
Returns the StyleMap from the @font-face rule.Methods in org.apache.batik.css.engine with parameters of type StyleMapModifier and TypeMethodDescriptionprotected void
Adds the rules contained in the given list to a stylemap.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.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
(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 -
Uses of StyleMap in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type StyleMapModifier and TypeMethodDescriptionAbstractColorManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) AbstractValueManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) LengthManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) RectManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) ValueManager.computeValue
(CSSStylableElement elt, 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 StyleMapModifier and TypeMethodDescriptionCursorManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontFamilyManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontSizeManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontStretchManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontWeightManager.computeValue
(CSSStylableElement elt, 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 StyleMapModifier and TypeMethodDescriptionBaselineShiftManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) EnableBackgroundManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) StrokeDasharrayManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGColorManager.computeValue
(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGPaintManager.computeValue
(CSSStylableElement elt, 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 StyleMapModifier and TypeMethodDescriptionLineHeightManager.computeValue
(CSSStylableElement elt, 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 StyleMapModifier and TypeFieldDescriptionprotected StyleMap
StylableExtensionElement.computedStyleMap
The computed style map.Methods in org.apache.batik.extension that return StyleMapModifier and TypeMethodDescriptionStylableExtensionElement.getComputedStyleMap
(String pseudoElement) Returns the computed style of this element/pseudo-element.Methods in org.apache.batik.extension with parameters of type StyleMapModifier and TypeMethodDescriptionvoid
StylableExtensionElement.setComputedStyleMap
(String pseudoElement, StyleMap sm) Sets the computed style of this element/pseudo-element.