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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
BridgeContext
This class represents a context used by the various bridges and the
builder.
|
Modifier and Type | Class and Description |
---|---|
class |
SVG12BridgeContext
Bridge context for SVG 1.2 documents.
|
Modifier and Type | Field and Description |
---|---|
protected CSSContext |
CSSEngine.cssContext
The CSS context.
|
Modifier and Type | Method and Description |
---|---|
CSSContext |
CSSEngine.getCSSContext()
Returns the CSS context.
|
Modifier and Type | Method and 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) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.