|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGDocumentLoaderListener | |
---|---|
org.apache.batik.apps.svgbrowser | |
org.apache.batik.swing | |
org.apache.batik.swing.svg |
Uses of SVGDocumentLoaderListener in org.apache.batik.apps.svgbrowser |
---|
Classes in org.apache.batik.apps.svgbrowser that implement SVGDocumentLoaderListener | |
---|---|
class |
JSVGViewerFrame
This class represents a SVG viewer swing frame. |
protected class |
ThumbnailDialog.ThumbnailDocumentListener
Used to determine whether or not the GVT tree of the thumbnail has to be updated. |
Uses of SVGDocumentLoaderListener in org.apache.batik.swing |
---|
Classes in org.apache.batik.swing that implement SVGDocumentLoaderListener | |
---|---|
protected class |
JSVGCanvas.CanvasSVGListener
To hide the listener methods. |
Methods in org.apache.batik.swing that return SVGDocumentLoaderListener | |
---|---|
protected SVGDocumentLoaderListener |
JSVGScrollPane.createLoadListener()
Factory method so subclasses can override the default load listener. |
Uses of SVGDocumentLoaderListener in org.apache.batik.swing.svg |
---|
Classes in org.apache.batik.swing.svg that implement SVGDocumentLoaderListener | |
---|---|
protected class |
AbstractJSVGComponent.SVGListener
To hide the listener methods. |
protected class |
JSVGComponent.ExtendedSVGListener
To hide the listener methods. |
class |
SVGDocumentLoaderAdapter
An adapter class that represents a listener to the SVGDocumentLoaderEvent events. |
Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderListener | |
---|---|
void |
SVGDocumentLoader.addSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Adds a SVGDocumentLoaderListener to this SVGDocumentLoader. |
void |
AbstractJSVGComponent.addSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Adds a SVGDocumentLoaderListener to this component. |
void |
SVGDocumentLoader.removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Removes a SVGDocumentLoaderListener from this SVGDocumentLoader. |
void |
AbstractJSVGComponent.removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Removes a SVGDocumentLoaderListener from this component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |