Uses of Interface
org.apache.batik.css.engine.value.ValueManager
Packages that use ValueManager
Package
Description
Provides an implementation of the DOM level 2 core module.
-
Uses of ValueManager in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type ValueManagerModifier and TypeMethodDescriptionSVG12DOMImplementation.createCSSEngine
(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) SVGDOMImplementation.createCSSEngine
(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) -
Uses of ValueManager in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as ValueManagerModifier and TypeFieldDescriptionstatic final ValueManager[]
SVG12CSSEngine.SVG_VALUE_MANAGERS
The value managers for SVG.static final ValueManager[]
SVGCSSEngine.SVG_VALUE_MANAGERS
The value managers for SVG.protected ValueManager[]
CSSEngine.valueManagers
The value managers.Methods in org.apache.batik.css.engine that return ValueManagerModifier and TypeMethodDescriptionCSSEngine.getValueManagers()
Returns the ValueManagers.protected static ValueManager[]
SVGCSSEngine.mergeArrays
(ValueManager[] a1, ValueManager[] a2) Merges the given arrays.Methods in org.apache.batik.css.engine with parameters of type ValueManagerModifier and TypeMethodDescriptionprotected static ValueManager[]
SVGCSSEngine.mergeArrays
(ValueManager[] a1, ValueManager[] a2) Merges the given arrays.Constructors in org.apache.batik.css.engine with parameters of type ValueManagerModifierConstructorDescriptionprotected
CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vm, ShorthandManager[] sm, String[] pe, String sns, String sln, String cns, String cln, boolean hints, String hintsNS, CSSContext ctx) Creates a new CSSEngine.SVG12CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx) Creates a new SVG12CSSEngine.protected
SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, String[] pe, String sns, String sln, String cns, String cln, boolean hints, String hintsNS, CSSContext ctx) SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx) Creates a new SVGCSSEngine. -
Uses of ValueManager in org.apache.batik.css.engine.value
Classes in org.apache.batik.css.engine.value that implement ValueManagerModifier and TypeClassDescriptionclass
This class provides a manager for the property with support for CSS color values.class
This class provides an abstract implementation of the ValueManager interface.class
This class provides a manager for the property with support for identifier values.class
This class provides a manager for the property with support for length values.class
This class provides a manager for the property with support for rect values. -
Uses of ValueManager in org.apache.batik.css.engine.value.css2
Classes in org.apache.batik.css.engine.value.css2 that implement ValueManagerModifier and TypeClassDescriptionclass
This class provides a manager for the 'clip' property values.class
This class provides a manager for the 'cursor' property values.class
This class provides a manager for the 'direction' property values.class
This class provides a manager for the 'display' property values.class
This class provides a factory for the 'font-family' property values.class
This class provides a manager for the 'font-size-adjust' property values.class
This class provides a manager for the 'font-size' property values.class
This class provides a manager for the 'font-stretch' property values.class
This class provides a manager for the 'font-style' property values.class
This class provides a manager for the 'font-variant' property values.class
This class provides a manager for the 'font-weight' property values.class
This class provides a manager for the 'overflow' property values.class
One line Class Desc Complete Class Descclass
This class provides a manager for the 'text-decoration' property values.class
This class provides a manager for the 'unicode-bidi' property values.class
This class provides a manager for the 'visibility' property values. -
Uses of ValueManager in org.apache.batik.css.engine.value.svg
Classes in org.apache.batik.css.engine.value.svg that implement ValueManagerModifier and TypeClassDescriptionclass
This class provides a manager for the 'alignment-baseline' property values.class
This class provides a manager for the 'baseline-shift' property values.class
This class provides a manager for the 'clip-path' property values.class
This class provides a manager for the 'clip-rule' property values.class
This class provides a manager for the 'color-interpolation' property values.class
This class provides a manager for the 'color-interpolation' property values.class
This class provides a manager for the 'color' property values.class
This class provides a manager for the 'color-interpolation' property values.class
This class provides a manager for the 'color-rendering' property values.class
This class provides a manager for the 'alignment-baseline' property values.class
This class provides a manager for the 'enable-background' property values.class
This class provides a manager for the 'fill-rule' property values.class
This class provides a factory for the 'filter' property values.class
This class provides a manager for the 'glyph-orientation-horizontal' property values.class
This class provides a manager for the 'glyph-orientation' property values.class
This class provides a manager for the 'glyph-orientation-vertical' property values.class
This class provides a manager for the 'image-rendering' property values.class
This class provides a manager for the 'kerning' property values.class
This class provides a manager for the 'marker-*' property values.class
This class provides a manager for the 'mask' property values.class
This class provides a manager for the '*-opacity' property values.class
This class provides a manager for the 'pointer-events' property values.class
This class provides a manager for the 'shape-rendering' property values.class
This class provides a manager for the '*-spacing' property values.class
This class provides a factory for the 'stroke-dasharray' property values.class
This class provides a factory for the 'stroke-dashoffset' property values.class
This class provides a manager for the 'stroke-linecap' property values.class
This class provides a manager for the 'stroke-linejoin' property values.class
This class provides a factory for the 'stroke-miterlimit' property values.class
This class provides a factory for the 'stroke-width' property values.class
This class provides a manager for the SVGColor property values.class
This class provides a manager for the SVGPaint property values.class
This class provides a manager for the 'text-anchor' property values.class
This class provides a manager for the 'text-rendering' property values.class
This class provides a manager for the 'writing-mode' property values. -
Uses of ValueManager in org.apache.batik.css.engine.value.svg12
Classes in org.apache.batik.css.engine.value.svg12 that implement ValueManagerModifier and TypeClassDescriptionclass
This class provides a factory for the 'margin-*' properties values.class
This class provides a factory for the 'margin-*' properties values.class
This class provides a manager for the 'text-align' property values. -
Uses of ValueManager in org.apache.batik.dom
Methods in org.apache.batik.dom with parameters of type ValueManagerModifier and TypeMethodDescriptionabstract CSSEngine
ExtensibleDOMImplementation.createCSSEngine
(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) void
ExtensibleDOMImplementation.registerCustomCSSValueManager
(ValueManager vm) Allows the user to register a new CSS value manager.