| Home >> All >> org >> apache >> batik >> swing >> [ svg Javadoc ] |
org.apache.batik.swing.svg: Javadoc index of package org.apache.batik.swing.svg.
Package Samples:
org.apache.batik.swing.svg
Classes:
JSVGComponent: This class represents a swing component that can display SVG documents. This component also lets you translate, zoom and rotate the document being displayed. This is the fundamental class for rendering SVG documents in a swing application. Rendering Process The rendering process can be broken down into five phases. Not all of those steps are required - depending on the method used to specify the SVG document to display, but basically the steps in the rendering process are: Building a DOM tree If the loadSVGDocument(String) 55 method is used, the SVG file is parsed and an SVG DOM Tree is built. ...
SVGUserAgentAdapter: This Implements the SVGUserAgent interface to provide a very simple version of client services to the JSVGComponent. This implementation does not require any GUI interaction to work. This implementation is particularly bad about user interaction most of the alert,prompt,etc methods are totally useless. In a GUI environment you probably want to use SVGUserAgentGUIAdapter.
SVGLoadEventDispatcherEvent: This class represents an event which indicate an event originated from a SVGLoadEventDispatcher instance.
SVGDocumentLoaderEvent: This class represents an event which indicate an event originated from a SVGDocumentLoader instance.
GVTTreeBuilderEvent: This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
LinkActivationEvent: This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
SVGDocumentLoaderAdapter: An adapter class that represents a listener to the SVGDocumentLoaderEvent events.
SVGFileFilter: This implementation of FileFilter will allows SVG files with extention '.svg' or '.svgz'.
SVGUserAgent: This interface must be implemented to provide client services to a JSVGComponent.
SVGLoadEventDispatcherAdapter: This class provides an adapter for the SVGLoadEventDispatcherListener interface.
SVGLoadEventDispatcherListener: This interface represents a listener to the SVGLoadEventDispatcherEvent events.
GVTTreeBuilderAdapter: An adapter class that represents a listener to the GVTTreeBuilderEvent events.
SVGUserAgentGUIAdapter: One line Class Desc Methods users may want to implement: displayMessage
SVGDocumentLoader: This class represents an object which loads asynchroneaously a SVG document.
GVTTreeBuilder: This class represents an object which builds asynchroneaously a GVT tree.
SVGDocumentLoaderListener: This interface represents a listener to the SVGDocumentLoaderEvent events.
GVTTreeBuilderListener: This interface represents a listener to the GVTTreeBuilderEvent events.
LinkActivationListener: This interface represents a listener to the LinkActivationEvent events.
SVGLoadEventDispatcher: This class dispatches the SVGLoadEvent event on a SVG document.
Messages: This class manages the message for the css.engine module.
SVGUpdateOverlay: One line Class Desc Complete Class Desc
| Home | Contact Us | Privacy Policy | Terms of Service |