Uses of Interface
org.apache.batik.swing.svg.SVGUserAgent
-
Packages that use SVGUserAgent Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing org.apache.batik.swing.svg -
-
Uses of SVGUserAgent in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement SVGUserAgent Modifier and Type Class Description protected class
JSVGViewerFrame.UserAgent
This class implements a SVG user agent.Fields in org.apache.batik.apps.svgbrowser declared as SVGUserAgent Modifier and Type Field Description protected SVGUserAgent
JSVGViewerFrame. userAgent
The SVG user agent.Constructors in org.apache.batik.apps.svgbrowser with parameters of type SVGUserAgent Constructor Description Canvas(SVGUserAgent ua, boolean eventsEnabled, boolean selectableText)
Creates a new Canvas. -
Uses of SVGUserAgent in org.apache.batik.swing
Constructors in org.apache.batik.swing with parameters of type SVGUserAgent Constructor Description 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 Modifier and Type Class Description 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: displayMessageFields in org.apache.batik.swing.svg declared as SVGUserAgent Modifier and Type Field Description protected SVGUserAgent
JSVGComponent. svgUserAgent
The SVG user agent.Constructors in org.apache.batik.swing.svg with parameters of type SVGUserAgent Constructor Description JSVGComponent(SVGUserAgent ua, boolean eventsEnabled, boolean selectableText)
Creates a new JSVGComponent.
-