Uses of Interface
org.apache.batik.css.engine.value.ShorthandManager
Packages that use ShorthandManager
Package
Description
Provides an implementation of the DOM level 2 core module.
-
Uses of ShorthandManager in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type ShorthandManagerModifier 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 ShorthandManager in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as ShorthandManagerModifier and TypeFieldDescriptionprotected ShorthandManager[]CSSEngine.shorthandManagersThe shorthand managers.static final ShorthandManager[]SVG12CSSEngine.SVG_SHORTHAND_MANAGERSThe shorthand managers for SVG.static final ShorthandManager[]SVGCSSEngine.SVG_SHORTHAND_MANAGERSThe shorthand managers for SVG.Methods in org.apache.batik.css.engine that return ShorthandManagerModifier and TypeMethodDescriptionCSSEngine.getShorthandManagers()Returns the ShorthandManagers.protected static ShorthandManager[]SVGCSSEngine.mergeArrays(ShorthandManager[] a1, ShorthandManager[] a2) Merges the given arrays.Methods in org.apache.batik.css.engine with parameters of type ShorthandManagerModifier and TypeMethodDescriptionprotected static ShorthandManager[]SVGCSSEngine.mergeArrays(ShorthandManager[] a1, ShorthandManager[] a2) Merges the given arrays.Constructors in org.apache.batik.css.engine with parameters of type ShorthandManagerModifierConstructorDescriptionprotectedCSSEngine(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 ShorthandManager in org.apache.batik.css.engine.value.css2
Classes in org.apache.batik.css.engine.value.css2 that implement ShorthandManagerModifier and TypeClassDescriptionclassThis class provides support for the CSS2 'font' shorthand property. -
Uses of ShorthandManager in org.apache.batik.css.engine.value.svg
Classes in org.apache.batik.css.engine.value.svg that implement ShorthandManagerModifier and TypeClassDescriptionclassThis class represents an object which provide support for the 'marker' shorthand properties. -
Uses of ShorthandManager in org.apache.batik.css.engine.value.svg12
Classes in org.apache.batik.css.engine.value.svg12 that implement ShorthandManagerModifier and TypeClassDescriptionclassThis class represents an object which provide support for the 'margin' shorthand property. -
Uses of ShorthandManager in org.apache.batik.dom
Methods in org.apache.batik.dom with parameters of type ShorthandManagerModifier and TypeMethodDescriptionabstract CSSEngineExtensibleDOMImplementation.createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) voidExtensibleDOMImplementation.registerCustomCSSShorthandManager(ShorthandManager sm) Allows the user to register a new shorthand CSS value manager.