| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAgentAdapter
An abstract user agent adaptor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserAgent |
BridgeEventSupport.Listener.ua |
protected UserAgent |
BridgeContext.userAgent
The user agent.
|
protected UserAgent |
DocumentLoader.userAgent
The user agent.
|
protected UserAgent |
BaseScriptingEnvironment.userAgent
The user-agent.
|
protected UserAgent |
SVGAElementBridge.AnchorListener.userAgent |
protected UserAgent |
SVGAElementBridge.AnchorDefaultActionable.userAgent |
protected UserAgent |
SVGAElementBridge.CursorMouseOverListener.userAgent |
protected UserAgent |
SVGAElementBridge.MouseOverDefaultActionable.userAgent |
protected UserAgent |
SVGAElementBridge.CursorMouseOutListener.userAgent |
protected UserAgent |
SVGAElementBridge.MouseOutDefaultActionable.userAgent |
| Modifier and Type | Method and 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 and Description |
|---|---|
static boolean |
SVGUtilities.matchUserAgent(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 and 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.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.