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_MANAGERSThe value managers for SVG.static final ValueManager[]SVGCSSEngine.SVG_VALUE_MANAGERSThe value managers for SVG.protected ValueManager[]CSSEngine.valueManagersThe 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 ValueManagerModifierConstructorDescriptionprotectedCSSEngine(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.protectedSVGCSSEngine(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 TypeClassDescriptionclassThis class provides a manager for the property with support for CSS color values.classThis class provides an abstract implementation of the ValueManager interface.classThis class provides a manager for the property with support for identifier values.classThis class provides a manager for the property with support for length values.classThis 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 TypeClassDescriptionclassThis class provides a manager for the 'clip' property values.classThis class provides a manager for the 'cursor' property values.classThis class provides a manager for the 'direction' property values.classThis class provides a manager for the 'display' property values.classThis class provides a factory for the 'font-family' property values.classThis class provides a manager for the 'font-size-adjust' property values.classThis class provides a manager for the 'font-size' property values.classThis class provides a manager for the 'font-stretch' property values.classThis class provides a manager for the 'font-style' property values.classThis class provides a manager for the 'font-variant' property values.classThis class provides a manager for the 'font-weight' property values.classThis class provides a manager for the 'overflow' property values.classOne line Class Desc Complete Class DescclassThis class provides a manager for the 'text-decoration' property values.classThis class provides a manager for the 'unicode-bidi' property values.classThis 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 TypeClassDescriptionclassThis class provides a manager for the 'alignment-baseline' property values.classThis class provides a manager for the 'baseline-shift' property values.classThis class provides a manager for the 'clip-path' property values.classThis class provides a manager for the 'clip-rule' property values.classThis class provides a manager for the 'color-interpolation' property values.classThis class provides a manager for the 'color-interpolation' property values.classThis class provides a manager for the 'color' property values.classThis class provides a manager for the 'color-interpolation' property values.classThis class provides a manager for the 'color-rendering' property values.classThis class provides a manager for the 'alignment-baseline' property values.classThis class provides a manager for the 'enable-background' property values.classThis class provides a manager for the 'fill-rule' property values.classThis class provides a factory for the 'filter' property values.classThis class provides a manager for the 'glyph-orientation-horizontal' property values.classThis class provides a manager for the 'glyph-orientation' property values.classThis class provides a manager for the 'glyph-orientation-vertical' property values.classThis class provides a manager for the 'image-rendering' property values.classThis class provides a manager for the 'kerning' property values.classThis class provides a manager for the 'marker-*' property values.classThis class provides a manager for the 'mask' property values.classThis class provides a manager for the '*-opacity' property values.classThis class provides a manager for the 'pointer-events' property values.classThis class provides a manager for the 'shape-rendering' property values.classThis class provides a manager for the '*-spacing' property values.classThis class provides a factory for the 'stroke-dasharray' property values.classThis class provides a factory for the 'stroke-dashoffset' property values.classThis class provides a manager for the 'stroke-linecap' property values.classThis class provides a manager for the 'stroke-linejoin' property values.classThis class provides a factory for the 'stroke-miterlimit' property values.classThis class provides a factory for the 'stroke-width' property values.classThis class provides a manager for the SVGColor property values.classThis class provides a manager for the SVGPaint property values.classThis class provides a manager for the 'text-anchor' property values.classThis class provides a manager for the 'text-rendering' property values.classThis 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 TypeClassDescriptionclassThis class provides a factory for the 'margin-*' properties values.classThis class provides a factory for the 'margin-*' properties values.classThis 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 CSSEngineExtensibleDOMImplementation.createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) voidExtensibleDOMImplementation.registerCustomCSSValueManager(ValueManager vm) Allows the user to register a new CSS value manager.