Uses of Interface
org.apache.batik.css.engine.value.ValueManager
-
Packages that use ValueManager Package Description org.apache.batik.anim.dom 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.dom 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 ValueManager Modifier and Type Method Description CSSEngine
SVG12DOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)
CSSEngine
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 ValueManager Modifier and Type Field Description static ValueManager[]
SVG12CSSEngine. SVG_VALUE_MANAGERS
The value managers for SVG.static 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 ValueManager Modifier and Type Method Description ValueManager[]
CSSEngine. 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 ValueManager Modifier and Type Method Description protected static ValueManager[]
SVGCSSEngine. mergeArrays(ValueManager[] a1, ValueManager[] a2)
Merges the given arrays.Constructors in org.apache.batik.css.engine with parameters of type ValueManager Constructor Description CSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vm, ShorthandManager[] sm, java.lang.String[] pe, java.lang.String sns, java.lang.String sln, java.lang.String cns, java.lang.String cln, boolean hints, java.lang.String hintsNS, CSSContext ctx)
Creates a new CSSEngine.SVG12CSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)
Creates a new SVG12CSSEngine.SVGCSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, java.lang.String[] pe, java.lang.String sns, java.lang.String sln, java.lang.String cns, java.lang.String cln, boolean hints, java.lang.String hintsNS, CSSContext ctx)
SVGCSSEngine(org.w3c.dom.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 ValueManager Modifier and Type Class Description class
AbstractColorManager
This class provides a manager for the property with support for CSS color values.class
AbstractValueManager
This class provides an abstract implementation of the ValueManager interface.class
IdentifierManager
This class provides a manager for the property with support for identifier values.class
LengthManager
This class provides a manager for the property with support for length values.class
RectManager
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 ValueManager Modifier and Type Class Description class
ClipManager
This class provides a manager for the 'clip' property values.class
CursorManager
This class provides a manager for the 'cursor' property values.class
DirectionManager
This class provides a manager for the 'direction' property values.class
DisplayManager
This class provides a manager for the 'display' property values.class
FontFamilyManager
This class provides a factory for the 'font-family' property values.class
FontSizeAdjustManager
This class provides a manager for the 'font-size-adjust' property values.class
FontSizeManager
This class provides a manager for the 'font-size' property values.class
FontStretchManager
This class provides a manager for the 'font-stretch' property values.class
FontStyleManager
This class provides a manager for the 'font-style' property values.class
FontVariantManager
This class provides a manager for the 'font-variant' property values.class
FontWeightManager
This class provides a manager for the 'font-weight' property values.class
OverflowManager
This class provides a manager for the 'overflow' property values.class
SrcManager
One line Class Desc Complete Class Descclass
TextDecorationManager
This class provides a manager for the 'text-decoration' property values.class
UnicodeBidiManager
This class provides a manager for the 'unicode-bidi' property values.class
VisibilityManager
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 ValueManager Modifier and Type Class Description class
AlignmentBaselineManager
This class provides a manager for the 'alignment-baseline' property values.class
BaselineShiftManager
This class provides a manager for the 'baseline-shift' property values.class
ClipPathManager
This class provides a manager for the 'clip-path' property values.class
ClipRuleManager
This class provides a manager for the 'clip-rule' property values.class
ColorInterpolationFiltersManager
This class provides a manager for the 'color-interpolation' property values.class
ColorInterpolationManager
This class provides a manager for the 'color-interpolation' property values.class
ColorManager
This class provides a manager for the 'color' property values.class
ColorProfileManager
This class provides a manager for the 'color-interpolation' property values.class
ColorRenderingManager
This class provides a manager for the 'color-rendering' property values.class
DominantBaselineManager
This class provides a manager for the 'alignment-baseline' property values.class
EnableBackgroundManager
This class provides a manager for the 'enable-background' property values.class
FillRuleManager
This class provides a manager for the 'fill-rule' property values.class
FilterManager
This class provides a factory for the 'filter' property values.class
GlyphOrientationHorizontalManager
This class provides a manager for the 'glyph-orientation-horizontal' property values.class
GlyphOrientationManager
This class provides a manager for the 'glyph-orientation' property values.class
GlyphOrientationVerticalManager
This class provides a manager for the 'glyph-orientation-vertical' property values.class
ImageRenderingManager
This class provides a manager for the 'image-rendering' property values.class
KerningManager
This class provides a manager for the 'kerning' property values.class
MarkerManager
This class provides a manager for the 'marker-*' property values.class
MaskManager
This class provides a manager for the 'mask' property values.class
OpacityManager
This class provides a manager for the '*-opacity' property values.class
PointerEventsManager
This class provides a manager for the 'pointer-events' property values.class
ShapeRenderingManager
This class provides a manager for the 'shape-rendering' property values.class
SpacingManager
This class provides a manager for the '*-spacing' property values.class
StrokeDasharrayManager
This class provides a factory for the 'stroke-dasharray' property values.class
StrokeDashoffsetManager
This class provides a factory for the 'stroke-dashoffset' property values.class
StrokeLinecapManager
This class provides a manager for the 'stroke-linecap' property values.class
StrokeLinejoinManager
This class provides a manager for the 'stroke-linejoin' property values.class
StrokeMiterlimitManager
This class provides a factory for the 'stroke-miterlimit' property values.class
StrokeWidthManager
This class provides a factory for the 'stroke-width' property values.class
SVGColorManager
This class provides a manager for the SVGColor property values.class
SVGPaintManager
This class provides a manager for the SVGPaint property values.class
TextAnchorManager
This class provides a manager for the 'text-anchor' property values.class
TextRenderingManager
This class provides a manager for the 'text-rendering' property values.class
WritingModeManager
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 ValueManager Modifier and Type Class Description class
LineHeightManager
This class provides a factory for the 'margin-*' properties values.class
MarginLengthManager
This class provides a factory for the 'margin-*' properties values.class
TextAlignManager
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 ValueManager Modifier and Type Method Description abstract 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.
-