Uses of Interface
org.apache.batik.css.engine.CSSContext
-
Packages that use CSSContext Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.css.engine org.apache.batik.dom 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 CSSContext 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 CSSContext in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement CSSContext Modifier and Type Class Description class
BridgeContext
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 Modifier and Type Class Description class
SVG12BridgeContext
Bridge context for SVG 1.2 documents. -
Uses of CSSContext in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as CSSContext Modifier and Type Field Description protected CSSContext
CSSEngine. cssContext
The CSS context.Methods in org.apache.batik.css.engine that return CSSContext Modifier and Type Method Description CSSContext
CSSEngine. getCSSContext()
Returns the CSS context.Constructors in org.apache.batik.css.engine with parameters of type CSSContext 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, CSSContext ctx)
Creates a new SVG12CSSEngine.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, CSSContext ctx)
Creates a new SVGCSSEngine.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 CSSContext in org.apache.batik.dom
Methods in org.apache.batik.dom with parameters of type CSSContext Modifier and Type Method Description CSSEngine
ExtensibleDOMImplementation. 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)
-