Uses of Interface
org.apache.batik.bridge.UserAgent

Packages that use UserAgent
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
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. 
 

Uses of UserAgent in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement UserAgent
 class UserAgentAdapter
          An abstract user agent adaptor implementation.
 

Fields in org.apache.batik.bridge declared as UserAgent
protected  UserAgent BaseScriptingEnvironment.userAgent
          The user-agent.
protected  UserAgent BridgeContext.userAgent
          The user agent.
protected  UserAgent SVGAElementBridge.AnchorListener.userAgent
           
protected  UserAgent SVGAElementBridge.CursorMouseOverListener.userAgent
           
protected  UserAgent SVGAElementBridge.CursorMouseOutListener.userAgent
           
protected  UserAgent DocumentLoader.userAgent
          The user agent.
protected  UserAgent BridgeEventSupport.Listener.ua
           
 

Methods in org.apache.batik.bridge that return UserAgent
 UserAgent BridgeContext.getUserAgent()
          Returns the user agent of this bridge context.
 UserAgent DocumentLoader.getUserAgent()
          Returns the userAgent used by this DocumentLoader
 

Methods in org.apache.batik.bridge with parameters of type UserAgent
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.
 

Constructors in org.apache.batik.bridge with parameters of type UserAgent
UserAgentViewport(UserAgent userAgent)
          Constructs a new viewport for the specified user agent.
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.
SVGAElementBridge.AnchorListener(UserAgent ua)
           
SVGAElementBridge.CursorMouseOverListener(UserAgent ua)
           
SVGAElementBridge.CursorMouseOutListener(UserAgent ua)
           
DocumentLoader(UserAgent userAgent)
          Constructs a new DocumentLoader with the specified XML parser.
BridgeEventSupport.Listener(BridgeContext ctx, UserAgent u)
           
 

Uses of UserAgent in org.apache.batik.swing
 

Classes in org.apache.batik.swing that implement UserAgent
protected  class JSVGCanvas.CanvasUserAgent
          The CanvasUserAgent only adds tooltips to the behavior of the default BridgeUserAgent.
A tooltip will be displayed wheneven the mouse lingers over an element which has a <title> or a <desc> child element.
 

Methods in org.apache.batik.swing that return UserAgent
protected  UserAgent JSVGCanvas.createUserAgent()
          Creates a UserAgent.
 

Uses of UserAgent in org.apache.batik.swing.svg
 

Classes in org.apache.batik.swing.svg that implement UserAgent
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.
 

Fields in org.apache.batik.swing.svg declared as UserAgent
protected  UserAgent JSVGComponent.userAgent
          The user agent.
protected  UserAgent JSVGComponent.BridgeUserAgentWrapper.userAgent
          The wrapped user agent.
 

Methods in org.apache.batik.swing.svg that return UserAgent
protected  UserAgent JSVGComponent.createUserAgent()
          Creates a UserAgent.
 

Constructors in org.apache.batik.swing.svg with parameters of type UserAgent
JSVGComponent.BridgeUserAgentWrapper(UserAgent ua)
          Creates a new BridgeUserAgentWrapper.
 

Uses of UserAgent in org.apache.batik.transcoder
 

Classes in org.apache.batik.transcoder that implement UserAgent
protected  class SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
          A user agent implementation for PrintTranscoder.
 

Fields in org.apache.batik.transcoder declared as UserAgent
protected  UserAgent SVGAbstractTranscoder.userAgent
          The user agent dedicated to an SVG Transcoder.
 

Methods in org.apache.batik.transcoder that return UserAgent
protected  UserAgent SVGAbstractTranscoder.createUserAgent()
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.