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 TypeClassDescriptionclassAn abstract user agent adaptor implementation.Fields in org.apache.batik.bridge declared as UserAgentModifier and TypeFieldDescriptionprotected UserAgentBridgeEventSupport.Listener.uaprotected UserAgentBaseScriptingEnvironment.userAgentThe user-agent.protected UserAgentBridgeContext.userAgentThe user agent.protected UserAgentDocumentLoader.userAgentThe user agent.protected UserAgentSVGAElementBridge.AnchorDefaultActionable.userAgentprotected UserAgentSVGAElementBridge.AnchorListener.userAgentprotected UserAgentSVGAElementBridge.CursorMouseOutListener.userAgentprotected UserAgentSVGAElementBridge.CursorMouseOverListener.userAgentprotected UserAgentSVGAElementBridge.MouseOutDefaultActionable.userAgentprotected UserAgentSVGAElementBridge.MouseOverDefaultActionable.userAgentMethods 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 booleanSVGUtilities.matchUserAgent(Element elt, UserAgent ua) Tests whether or not the given element match a specified user agent.protected voidBridgeContext.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 newDocumentLoaderwith 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 classTheCanvasUserAgentonly adds tooltips to the behavior of the defaultBridgeUserAgent.Methods in org.apache.batik.swing that return UserAgentModifier and TypeMethodDescriptionprotected UserAgentJSVGCanvas.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 classTo hide the user-agent methods.protected static classThe user-agent wrapper, which call the methods in the event thread.Fields in org.apache.batik.swing.svg declared as UserAgentModifier and TypeFieldDescriptionprotected UserAgentJSVGComponent.BridgeUserAgentWrapper.userAgentThe wrapped user agent.protected UserAgentJSVGComponent.userAgentThe user agent.Methods in org.apache.batik.swing.svg that return UserAgentModifier and TypeMethodDescriptionprotected UserAgentJSVGComponent.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 classA user agent implementation forPrintTranscoder.Fields in org.apache.batik.transcoder declared as UserAgentModifier and TypeFieldDescriptionprotected UserAgentSVGAbstractTranscoder.userAgentThe 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