Uses of Interface
org.apache.batik.bridge.UserAgent
Packages that use UserAgent
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Uses of UserAgent in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement UserAgentModifier and TypeClassDescriptionclass
An abstract user agent adaptor implementation.Fields in org.apache.batik.bridge declared as UserAgentModifier and TypeFieldDescriptionprotected 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
Methods in org.apache.batik.bridge that return UserAgentModifier and TypeMethodDescriptionBridgeContext.getUserAgent()
Returns the user agent of this bridge context.DocumentLoader.getUserAgent()
Returns the userAgent used by this DocumentLoaderMethods in org.apache.batik.bridge with parameters of type UserAgentModifier and TypeMethodDescriptionstatic 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.Constructors in org.apache.batik.bridge with parameters of type UserAgentModifierConstructorDescriptionAnchorDefaultActionable
(org.w3c.dom.svg.SVGAElement e, 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.DocumentLoader
(UserAgent userAgent) Constructs a newDocumentLoader
with the specified XML parser.Listener
(BridgeContext ctx, UserAgent u) MouseOutDefaultActionable
(org.w3c.dom.svg.SVGAElement e, UserAgent ua, SVGAElementBridge.CursorHolder ch) MouseOverDefaultActionable
(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. -
Uses of UserAgent in org.apache.batik.bridge.svg12
Constructors in org.apache.batik.bridge.svg12 with parameters of type UserAgentModifierConstructorDescriptionListener
(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. -
Uses of UserAgent in org.apache.batik.swing
Classes in org.apache.batik.swing that implement UserAgentModifier and TypeClassDescriptionprotected class
TheCanvasUserAgent
only adds tooltips to the behavior of the defaultBridgeUserAgent
.Methods in org.apache.batik.swing that return UserAgentModifier and TypeMethodDescriptionprotected UserAgent
JSVGCanvas.createUserAgent()
Creates a UserAgent. -
Uses of UserAgent in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement UserAgentModifier and TypeClassDescriptionprotected class
To hide the user-agent methods.protected static class
The user-agent wrapper, which call the methods in the event thread.Fields in org.apache.batik.swing.svg declared as UserAgentModifier and TypeFieldDescriptionprotected UserAgent
JSVGComponent.BridgeUserAgentWrapper.userAgent
The wrapped user agent.protected UserAgent
JSVGComponent.userAgent
The user agent.Methods in org.apache.batik.swing.svg that return UserAgentModifier and TypeMethodDescriptionprotected UserAgent
JSVGComponent.createUserAgent()
Creates a UserAgent.Constructors in org.apache.batik.swing.svg with parameters of type UserAgentModifierConstructorDescriptionCreates a new BridgeUserAgentWrapper. -
Uses of UserAgent in org.apache.batik.transcoder
Classes in org.apache.batik.transcoder that implement UserAgentModifier and TypeClassDescriptionprotected class
A user agent implementation forPrintTranscoder
.Fields in org.apache.batik.transcoder declared as UserAgentModifier and TypeFieldDescriptionprotected UserAgent
SVGAbstractTranscoder.userAgent
The user agent dedicated to an SVG Transcoder.Methods in org.apache.batik.transcoder that return UserAgent -
Uses of UserAgent in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image that return UserAgent