Uses of Interface
org.apache.batik.swing.svg.SVGUserAgent

Packages that use SVGUserAgent
org.apache.batik.swing   
org.apache.batik.swing.svg   
 

Uses of SVGUserAgent in org.apache.batik.swing
 

Constructors in org.apache.batik.swing with parameters of type SVGUserAgent
JSVGCanvas(SVGUserAgent ua, boolean eventsEnabled, boolean selectableText)
          Creates a new JSVGCanvas.
 

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

Classes in org.apache.batik.swing.svg that implement SVGUserAgent
 class SVGUserAgentAdapter
          This Implements the SVGUserAgent interface to provide a very simple version of client services to the JSVGComponent.
 class SVGUserAgentGUIAdapter
          One line Class Desc Methods users may want to implement: displayMessage
 

Fields in org.apache.batik.swing.svg declared as SVGUserAgent
protected  SVGUserAgent JSVGComponent.svgUserAgent
          The SVG user agent.
 

Constructors in org.apache.batik.swing.svg with parameters of type SVGUserAgent
JSVGComponent(SVGUserAgent ua, boolean eventsEnabled, boolean selectableText)
          Creates a new JSVGComponent.
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.