Package org.apache.batik.util

Provides some useful classes.

See:
          Description

Interface Summary
CSSConstants This interface defines constants for CSS.
DocumentEventSource An interface which should be implemented by classes which produce and dispatch DocumentEvents.
DocumentListener Interface for classes which listen to DocumentEvents.
SVGConstants Define SVG constants, such as tag names, attribute names and URI
TimerTask Class which is schedulable by class Timer.
UnitProcessor.Context Holds the informations needed to compute the units.
 

Class Summary
DocumentEvent This is the base class for document events (usually used by threads for asynchronous notification of changes to document creating and loading state.
DocumentEvent.Key Inner class for class and key values.
DocumentLoadingEvent This class encapsulates, as events, information about document state that is either dynamic, transient, or unfolding (as when state is discovered by background threads).
DocumentLoadRunnable This class implements a document loading thread "runnable", allowing background loading of documents, and asynchronous notification of DocumentEvents.
DocumentPropertyEvent This class encapsulates, as events, information about document state that is either dynamic, transient, or unfolding (as when state is discovered by background threads).
SVGFileFilter This implementation of FileFilter will allows SVG files with extention '.svg' or '.svgz'.
SwingInitializer This is a helper class to set the desired default resources in Swing UIs
Timer This class provides a task scheduler which runs concurrently, executing a schdeuled instance of TimerTask's run() method at regular intervals.
UnitProcessor This class contains utility methods for processing the SVG and CSS units.
UnitProcessor.UnitResolver A simple class that can convert units.
XMLCharacters This class contains the definitions of the arrays used to find the type of the characters found in an XML document.
XMLUtilities A collection of utility functions for XML.
 

Package org.apache.batik.util Description

Provides some useful classes.



Copyright © 2000 Apache Software Foundation. All Rights Reserved.