| Package | Description |
|---|---|
| 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.swing | |
| org.apache.batik.swing.svg | |
| org.apache.batik.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
| org.apache.batik.transcoder.image |
Provides transcoders for transcoding a SVG document fragment
to an image.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
UserAgentAdapter |
An abstract user agent adaptor implementation.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected UserAgent |
BridgeEventSupport.Listener.ua |
|
protected UserAgent |
BaseScriptingEnvironment.userAgent |
The user-agent.
|
protected UserAgent |
BridgeContext.userAgent |
The user agent.
|
protected UserAgent |
DocumentLoader.userAgent |
The user agent.
|
protected UserAgent |
SVGAElementBridge.AnchorDefaultActionable.userAgent |
|
protected UserAgent |
SVGAElementBridge.AnchorListener.userAgent |
|
protected UserAgent |
SVGAElementBridge.CursorMouseOutListener.userAgent |
|
protected UserAgent |
SVGAElementBridge.CursorMouseOverListener.userAgent |
|
protected UserAgent |
SVGAElementBridge.MouseOutDefaultActionable.userAgent |
|
protected UserAgent |
SVGAElementBridge.MouseOverDefaultActionable.userAgent |
| Modifier and Type | Method | Description |
|---|---|---|
UserAgent |
BridgeContext.getUserAgent() |
Returns the user agent of this bridge context.
|
UserAgent |
DocumentLoader.getUserAgent() |
Returns the userAgent used by this DocumentLoader
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
SVGUtilities.matchUserAgent(org.w3c.dom.Element elt,
UserAgent ua) |
Tests whether or not the given element match a specified user agent.
|
protected void |
BridgeContext.setUserAgent(UserAgent userAgent) |
Sets the user agent to the specified user agent.
|
| Constructor | Description |
|---|---|
AnchorDefaultActionable(org.w3c.dom.svg.SVGAElement e,
UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
AnchorListener(UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
BridgeContext(UserAgent userAgent) |
Constructs a new bridge context.
|
BridgeContext(UserAgent userAgent,
DocumentLoader loader) |
Constructs a new bridge context.
|
BridgeContext(UserAgent userAgent,
InterpreterPool interpreterPool,
DocumentLoader documentLoader) |
Constructs a new bridge context.
|
CursorMouseOutListener(UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
CursorMouseOverListener(UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
DocumentLoader(UserAgent userAgent) |
Constructs a new
DocumentLoader with the specified XML parser. |
Listener(BridgeContext ctx,
UserAgent u) |
|
MouseOutDefaultActionable(org.w3c.dom.svg.SVGAElement e,
UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
MouseOverDefaultActionable(org.w3c.dom.Element t,
org.w3c.dom.svg.SVGAElement e,
UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
|
UserAgentViewport(UserAgent userAgent) |
Constructs a new viewport for the specified user agent.
|
| Constructor | Description |
|---|---|
Listener(BridgeContext ctx,
UserAgent u) |
|
SVG12BridgeContext(UserAgent userAgent) |
Constructs a new bridge context.
|
SVG12BridgeContext(UserAgent userAgent,
DocumentLoader loader) |
Constructs a new bridge context.
|
SVG12BridgeContext(UserAgent userAgent,
InterpreterPool interpreterPool,
DocumentLoader documentLoader) |
Constructs a new bridge context.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
JSVGCanvas.CanvasUserAgent |
The
CanvasUserAgent only adds tooltips to the behavior of the
default BridgeUserAgent. |
| Modifier and Type | Method | Description |
|---|---|---|
protected UserAgent |
JSVGCanvas.createUserAgent() |
Creates a UserAgent.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
JSVGComponent.BridgeUserAgent |
To hide the user-agent methods.
|
protected static class |
JSVGComponent.BridgeUserAgentWrapper |
The user-agent wrapper, which call the methods in the event thread.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected UserAgent |
JSVGComponent.BridgeUserAgentWrapper.userAgent |
The wrapped user agent.
|
protected UserAgent |
JSVGComponent.userAgent |
The user agent.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected UserAgent |
JSVGComponent.createUserAgent() |
Creates a UserAgent.
|
| Constructor | Description |
|---|---|
BridgeUserAgentWrapper(UserAgent ua) |
Creates a new BridgeUserAgentWrapper.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent |
A user agent implementation for
PrintTranscoder. |
| Modifier and Type | Field | Description |
|---|---|---|
protected UserAgent |
SVGAbstractTranscoder.userAgent |
The user agent dedicated to an SVG Transcoder.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected UserAgent |
SVGAbstractTranscoder.createUserAgent() |
| Modifier and Type | Method | Description |
|---|---|---|
UserAgent |
PNGTranscoder.getUserAgent() |
|
UserAgent |
TIFFTranscoder.getUserAgent() |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.