Uses of Class
org.apache.batik.swing.svg.SVGDocumentLoaderEvent
-
Packages that use SVGDocumentLoaderEvent Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing org.apache.batik.swing.svg -
-
Uses of SVGDocumentLoaderEvent in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGDocumentLoaderEvent Modifier and Type Method Description void
JSVGViewerFrame. documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.void
JSVGViewerFrame. documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.void
JSVGViewerFrame. documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.void
JSVGViewerFrame. documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.void
ThumbnailDialog.ThumbnailDocumentListener. documentLoadingStarted(SVGDocumentLoaderEvent e)
-
Uses of SVGDocumentLoaderEvent in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type SVGDocumentLoaderEvent Modifier and Type Method Description void
JSVGCanvas.CanvasSVGListener. documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started. -
Uses of SVGDocumentLoaderEvent in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderEvent Modifier and Type Method Description void
JSVGComponent.SVGListener. documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.void
SVGDocumentLoaderAdapter. documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.void
SVGDocumentLoaderListener. documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.void
JSVGComponent.SVGListener. documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.void
SVGDocumentLoaderAdapter. documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.void
SVGDocumentLoaderListener. documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.void
JSVGComponent.SVGListener. documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.void
SVGDocumentLoaderAdapter. documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.void
SVGDocumentLoaderListener. documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.void
JSVGComponent.SVGListener. documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.void
SVGDocumentLoaderAdapter. documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.void
SVGDocumentLoaderListener. documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.
-