Uses of Interface
org.apache.batik.css.engine.CSSContext
Packages that use CSSContext
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides an implementation of the DOM level 2 core module.
-
Uses of CSSContext in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type CSSContextModifier 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 CSSContext in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement CSSContextModifier and TypeClassDescriptionclass
This class represents a context used by the various bridges and the builder. -
Uses of CSSContext in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement CSSContext -
Uses of CSSContext in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as CSSContextMethods in org.apache.batik.css.engine that return CSSContextConstructors in org.apache.batik.css.engine with parameters of type CSSContextModifierConstructorDescriptionprotected
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, CSSContext ctx) Creates a new SVG12CSSEngine.SVG12CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx) Creates a new SVG12CSSEngine.SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx) Creates a new SVGCSSEngine.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 CSSContext in org.apache.batik.dom
Methods in org.apache.batik.dom with parameters of type CSSContextModifier and TypeMethodDescriptionExtensibleDOMImplementation.createCSSEngine
(AbstractStylableDocument doc, CSSContext ctx) Creates new CSSEngine and attach it to the document.abstract CSSEngine
ExtensibleDOMImplementation.createCSSEngine
(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)