| Name | Description | Type | Package | Framework |
| AbstractCharDecoder | This class is the superclass of all the char decoders. | Class | org.apache.batik.util.io | Apache FOP Batik |
| AbstractParsedURLProtocolHandler | Very simple abstract base class for ParsedURLProtocolHandlers. | Class | org.apache.batik.util | Apache FOP Batik |
| ActionMap | Interface | org.apache.batik.util.gui.resource | Apache FOP Batik | |
| ApplicationSecurityEnforcer | This is a helper class which helps applications enforce secure It is used by the Squiggle browser as well as the rasterizer. | Class | org.apache.batik.util | Apache FOP Batik |
| ASCIIDecoder | This class represents an object which decodes ASCII characters fromFields inherited from class org. | Class | org.apache.batik.util.io | Apache FOP Batik |
| Base64DecodeStream | This class implements a Base64 Character decoder as specified in RFC1113. | Class | org.apache.batik.util | Apache FOP Batik |
| Base64EncoderStream | This class implements a Base64 Character encoder as specified in RFC1113. | Class | org.apache.batik.util | Apache FOP Batik |
| BatikSecurityManager | This SecurityManager extension exposes the getClassContext method so that it can be used by the BatikSecuritySupport or other | Class | org.apache.batik.util | Apache FOP Batik |
| ButtonFactory | This class represents a button factory which builds buttons from the content of a resource bundle. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| CharDecoder | Interface | org.apache.batik.util.io | Apache FOP Batik | |
| ClassFileUtilities | This class contains utility methods to manipulate Java classes. | Class | org.apache.batik.util | Apache FOP Batik |
| ClassFileUtilities .ClassFile | Class | org.apache.batik.util.ClassFileUtilities | Apache FOP Batik | |
| ClassFileUtilities .Jar | protected ClassFileUtilities. | Class | org.apache.batik.util.ClassFileUtilities | Apache FOP Batik |
| ClassFileUtilities .Triple | Class | org.apache.batik.util.ClassFileUtilities | Apache FOP Batik | |
| CleanerThread | Class | org.apache.batik.util | Apache FOP Batik | |
| CleanerThread .PhantomReferenceCleared | A PhantomReference subclass that automatically registers with the cleaner ReferenceQueue. | Class | org.apache.batik.util.CleanerThread | Apache FOP Batik |
| CleanerThread .ReferenceCleared | If objects registered with the reference queue associated with this class implement this interface then the 'cleared' method | Interface | org.apache.batik.util.CleanerThread | Apache FOP Batik |
| CleanerThread .SoftReferenceCleared | A SoftReference subclass that automatically registers with the cleaner ReferenceQueue. | Class | org.apache.batik.util.CleanerThread | Apache FOP Batik |
| CleanerThread .WeakReferenceCleared | A WeakReference subclass that automatically registers with the cleaner ReferenceQueue. | Class | org.apache.batik.util.CleanerThread | Apache FOP Batik |
| CSSConstants | This interface defines constants for CSS. | Interface | org.apache.batik.util | Apache FOP Batik |
| CSSMediaPanel | This class represents a panel to edit/add/remove CSS media. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| CSSMediaPanel .AddMediumDialog | A dialog to add a new CSS medium. | Class | org.apache.batik.util.gui.CSSMediaPanel | Apache FOP Batik |
| CSSMediaPanel .Dialog | A dialog to edit/add/remove CSS media. | Class | org.apache.batik.util.gui.CSSMediaPanel | Apache FOP Batik |
| DOMConstants | String constants used by the DOM classes. | Interface | org.apache.batik.util | Apache FOP Batik |
| DoublyIndexedSet | A set that uses two keys. | Class | org.apache.batik.util | Apache FOP Batik |
| DoublyIndexedTable | This class represents a doubly indexed hash table. | Class | org.apache.batik.util | Apache FOP Batik |
| DoublyIndexedTable .Entry | An entry in the DoublyIndexedTable. | Class | org.apache.batik.util.DoublyIndexedTable | Apache FOP Batik |
| DoublyLinkedList | A simple Doubly Linked list class, designed to avoid O(n) behaviour on insert and delete. | Class | org.apache.batik.util | Apache FOP Batik |
| DoublyLinkedList .Node | Basic doubly linked list node interface. | Class | org.apache.batik.util.DoublyLinkedList | Apache FOP Batik |
| DropDownComponent | The drop down menu component. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| DropDownComponent .DefaultScrollablePopupMenuItem | Default implementation of the scrollable popup menu item. | Class | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenu | The Scrollable Popup Menu Component. | Class | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenuAdapter | The adapter for the ScrollablePopupMenuListener. | Class | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenuEvent | Event to pass to listener. | Class | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenuItem | The scrollable pop up menu item. | Interface | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenuListener | The ScrollablePopupMenu listener. | Interface | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| DropDownComponent .ScrollablePopupMenuModel | The scrollable popup menu model. | Interface | org.apache.batik.util.gui.DropDownComponent | Apache FOP Batik |
| EncodingUtilities | This class contains utility functions to manage encodings. | Class | org.apache.batik.util | Apache FOP Batik |
| EventDispatcher | Generic class to dispatch events in a highly reliable way. | Class | org.apache.batik.util | Apache FOP Batik |
| EventDispatcher .Dispatcher | Interface | org.apache.batik.util.EventDispatcher | Apache FOP Batik | |
| ExtendedGridBagConstraints | This class extends the java. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| GenericDecoder | This class delegates to a reader the decoding of an input stream. | Class | org.apache.batik.util.io | Apache FOP Batik |
| HaltingThread | This is a subclass of java. | Class | org.apache.batik.util | Apache FOP Batik |
| ISO_8859_1Decoder | This class represents an object which decodes ISO-8859-1 characters fromFields inherited from class org. | Class | org.apache.batik.util.io | Apache FOP Batik |
| JComponentModifier | This interface must be implemented by actions which need to have an access to their associated component(s) | Interface | org.apache.batik.util.gui.resource | Apache FOP Batik |
| JErrorPane | This class represents a dialog to display an error (message + Exception). | Class | org.apache.batik.util.gui | Apache FOP Batik |
| JToolbarButton | This class represents the buttons used in toolbars. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| JToolbarSeparator | This class represents a separator for the toolbar buttons. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| JToolbarToggleButton | This class represents the buttons used in toolbars. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| LanguageDialog | This class represents a language selection dialog. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| LanguageDialog .Panel | The language selection panel. | Class | org.apache.batik.util.gui.LanguageDialog | Apache FOP Batik |
| LocationBar | This class represents a location bar. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| MemoryMonitor | This class contains a collection of components that can be used to track and display the memory usage. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| MemoryMonitor .History | Displays the memory usage history in a chart. | Class | org.apache.batik.util.gui.MemoryMonitor | Apache FOP Batik |
| MemoryMonitor .MemoryChangeListener | This interface allows the RepaintThread to notify an object that the current memory state has changed. | Interface | org.apache.batik.util.gui.MemoryMonitor | Apache FOP Batik |
| MemoryMonitor .Panel | A panel composed of a Usage instance and a History instance. | Class | org.apache.batik.util.gui.MemoryMonitor | Apache FOP Batik |
| MemoryMonitor .RepaintThread | This thread repaints a list of components. | Class | org.apache.batik.util.gui.MemoryMonitor | Apache FOP Batik |
| MemoryMonitor .Usage | Displays the current memory usage. | Class | org.apache.batik.util.gui.MemoryMonitor | Apache FOP Batik |
| MenuFactory | This class represents a menu factory which builds menubars and menus from the content of a resource file. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| Messages | This class manages the message for the IO utilities classes. | Class | org.apache.batik.util.io | Apache FOP Batik |
| Messages | Class | org.apache.batik.util | Apache FOP Batik | |
| Messages | This class manages the message for the utilities classes. | Class | org.apache.batik.util.resources | Apache FOP Batik |
| MimeTypeConstants | Interface | org.apache.batik.util | Apache FOP Batik | |
| MissingListenerException | Signals a missing listenerSee Also:Serialized Form | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| NormalizingReader | This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n. | Class | org.apache.batik.util.io | Apache FOP Batik |
| ParsedURL | A URL-like class that supports custom URI schemes This class is used as a replacement for URL. | Class | org.apache.batik.util | Apache FOP Batik |
| ParsedURLData | Holds the data for more URLs. | Class | org.apache.batik.util | Apache FOP Batik |
| ParsedURLDataProtocolHandler | Protocol Handler for the 'data' protocol. | Class | org.apache.batik.util | Apache FOP Batik |
| ParsedURLDefaultProtocolHandler | The default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'. | Class | org.apache.batik.util | Apache FOP Batik |
| ParsedURLJarProtocolHandler | Protocol Handler for the 'jar' protocol. | Class | org.apache.batik.util | Apache FOP Batik |
| ParsedURLProtocolHandler | Provider interface for new url protocols, used by the ParsedURL class. | Interface | org.apache.batik.util | Apache FOP Batik |
| Platform | Platform specific functionality. | Class | org.apache.batik.util | Apache FOP Batik |
| PreferenceManager | This class allows to manage users preferences. | Class | org.apache.batik.util | Apache FOP Batik |
| ResourceFormatException | Signals a format error in a resource bundleSee Also:Serialized Form | Class | org.apache.batik.util.resources | Apache FOP Batik |
| ResourceManager | This class offers convenience methods to decode resource bundle entries | Class | org.apache.batik.util.resources | Apache FOP Batik |
| RunnableQueue | This class represents an object which queues Runnable objects for invocation in a single thread. | Class | org.apache.batik.util | Apache FOP Batik |
| RunnableQueue .IdleRunnable | A Runnable that can also inform the caller how long it should be until it is run again. | Interface | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| RunnableQueue .Link | To store a Runnable. | Class | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| RunnableQueue .LockableLink | To store a Runnable with an object waiting for him to be executed. | Class | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| RunnableQueue .RunHandler | This interface must be implemented by an object which wants to be notified of run events. | Interface | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| RunnableQueue .RunHandlerAdapter | This is an adapter class that implements the RunHandler interface. | Class | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| RunnableQueue .RunnableQueueState | Type-safe enumeration of queue states. | Class | org.apache.batik.util.RunnableQueue | Apache FOP Batik |
| Service | This class handles looking up service providers on the class path. | Class | org.apache.batik.util | Apache FOP Batik |
| SMILConstants | Constants for SMIL animation element and attribute names and values. | Interface | org.apache.batik.util | Apache FOP Batik |
| SoftDoublyIndexedTable | This class represents a doubly indexed hash table, which holds soft references to the contained values. | Class | org.apache.batik.util | Apache FOP Batik |
| SoftReferenceCache | This class manages a cache of soft references to objects that may take some time to load or create, such as images loaded from the | Class | org.apache.batik.util | Apache FOP Batik |
| StreamNormalizingReader | Class | org.apache.batik.util.io | Apache FOP Batik | |
| StreamNormalizingReader .ASCIIDecoderFactory | To create an ASCIIDecoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .CharDecoderFactory | Represents a CharDecoder factory. | Interface | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .ISO_8859_1DecoderFactory | To create an ISO_8859_1Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .UTF16DecoderFactory | To create a UTF16Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .UTF8DecoderFactory | To create a UTF8Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StringDecoder | This class reads a string. | Class | org.apache.batik.util.io | Apache FOP Batik |
| StringNormalizingReader | This class represents a NormalizingReader which handles Strings. | Class | org.apache.batik.util.io | Apache FOP Batik |
| SVG12Constants | Define SVG 1. | Interface | org.apache.batik.util | Apache FOP Batik |
| SVG12CSSConstants | This interface defines constants for CSS with SVG12. | Interface | org.apache.batik.util | Apache FOP Batik |
| SVGConstants | Interface | org.apache.batik.util | Apache FOP Batik | |
| SVGFeatureStrings | Exposes the SVG feature strings that Batik supports. | Class | org.apache.batik.util | Apache FOP Batik |
| SVGTypes | Abstract class for SVG type related constants. | Class | org.apache.batik.util | Apache FOP Batik |
| ToolBarFactory | This class represents a tool bar factory which builds tool bars from the content of a resource file. | Class | org.apache.batik.util.gui.resource | Apache FOP Batik |
| URIChooser | This class is a dialog used to enter an URI or to choose a local file. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| UserStyleDialog | This class represents a dialog to select the user style sheet. | Class | org.apache.batik.util.gui | Apache FOP Batik |
| UserStyleDialog .Panel | This class represents the main panel of the dialog. | Class | org.apache.batik.util.gui.UserStyleDialog | Apache FOP Batik |
| UTF16Decoder | Class | org.apache.batik.util.io | Apache FOP Batik | |
| UTF8Decoder | Class | org.apache.batik.util.io | Apache FOP Batik | |
| XBLConstants | Interface | org.apache.batik.util | Apache FOP Batik | |
| XMLConstants | Contains common XML constants. | Interface | org.apache.batik.util | Apache FOP Batik |
| XMLContext | A pool of styles and their associated resourcesSee Also:Serialized Form | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik |
| XMLDocument | A document that can be marked up using XML style. | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik |
| XMLEditorKit | This is the set of things needed by a text component to be a reasonably functioning editor for xml type document. | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik |
| XMLResourceDescriptor | Class | org.apache.batik.util | Apache FOP Batik | |
| XMLScanner | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik | |
| XMLTextEditor | Simple Text Component to edit xml document with integrated undo / redo behaviour. | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik |
| XMLToken | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik | |
| XMLView | View that uses the lexical information to determine the style characteristics of the text that it renders. | Class | org.apache.batik.util.gui.xmleditor | Apache FOP Batik |