Uses of Class
org.apache.batik.swing.gvt.JGVTComponent
-
Packages that use JGVTComponent Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing org.apache.batik.swing.gvt org.apache.batik.swing.svg -
-
Uses of JGVTComponent in org.apache.batik.apps.svgbrowser
Subclasses of JGVTComponent in org.apache.batik.apps.svgbrowser Modifier and Type Class Description protected class
JSVGViewerFrame.Canvas
An extension of JSVGCanvas that exposes the Rhino interpreter.Fields in org.apache.batik.apps.svgbrowser declared as JGVTComponent Modifier and Type Field Description protected JGVTComponent
ThumbnailDialog. svgThumbnailCanvas
The canvas that displays the thumbnail. -
Uses of JGVTComponent in org.apache.batik.swing
Subclasses of JGVTComponent in org.apache.batik.swing Modifier and Type Class Description class
JSVGCanvas
This class represents a general-purpose swing SVG component. -
Uses of JGVTComponent in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as JGVTComponent Modifier and Type Field Description protected JGVTComponent
TextSelectionManager. component
The associated JGVTComponent.Constructors in org.apache.batik.swing.gvt with parameters of type JGVTComponent Constructor Description TextSelectionManager(JGVTComponent comp, EventDispatcher ed)
Creates a new TextSelectionManager. -
Uses of JGVTComponent in org.apache.batik.swing.svg
Subclasses of JGVTComponent in org.apache.batik.swing.svg Modifier and Type Class Description class
JSVGComponent
This class represents a swing component that can display SVG documents.
-