Uses of Package
org.apache.batik.util

Packages that use org.apache.batik.util
org.apache.batik.apps.svgbrowser   
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css.engine   
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.ext.awt.color   
org.apache.batik.ext.awt.image Contains extensions to the java.awt.image package. 
org.apache.batik.ext.awt.image.rendered   
org.apache.batik.ext.awt.image.spi   
org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
org.apache.batik.extension.svg   
org.apache.batik.extension.svg.renderable   
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
org.apache.batik.svggen.font   
org.apache.batik.swing   
org.apache.batik.swing.svg   
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
org.apache.batik.transcoder.wmf.tosvg   
org.apache.batik.util Provides some useful classes. 
 

Classes in org.apache.batik.util used by org.apache.batik.apps.svgbrowser
ApplicationSecurityEnforcer
          This is a helper class which helps applications enforce secure script execution.
ParsedURL
          This class is used as a replacement for java.net.URL.
PreferenceManager
          This class allows to manage users preferences.
 

Classes in org.apache.batik.util used by org.apache.batik.bridge
CSSConstants
          This interface defines constants for CSS.
ParsedURL
          This class is used as a replacement for java.net.URL.
RunnableQueue
          This class represents an object which queues Runnable objects for invocation in a single thread.
RunnableQueue.RunHandler
          This interface must be implemented by an object which wants to be notified of run events.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
UnitProcessor
          This class provides methods to convert SVG length and coordinate to float in user units.
UnitProcessor.Context
          Holds the informations needed to compute the units.
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.css.engine
CSSConstants
          This interface defines constants for CSS.
ParsedURL
          This class is used as a replacement for java.net.URL.
 

Classes in org.apache.batik.util used by org.apache.batik.dom.svg
CSSConstants
          This interface defines constants for CSS.
SoftDoublyIndexedTable
          This class represents a doubly indexed hash table, which holds soft references to the contained values..
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
UnitProcessor.Context
          Holds the informations needed to compute the units.
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.dom.util
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.ext.awt.color
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 network.
 

Classes in org.apache.batik.util used by org.apache.batik.ext.awt.image
ParsedURL
          This class is used as a replacement for java.net.URL.
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 network.
 

Classes in org.apache.batik.util used by org.apache.batik.ext.awt.image.rendered
DoublyLinkedList.Node
          Basic doubly linked list node interface.
 

Classes in org.apache.batik.util used by org.apache.batik.ext.awt.image.spi
ParsedURL
          This class is used as a replacement for java.net.URL.
 

Classes in org.apache.batik.util used by org.apache.batik.extension
CSSConstants
          This interface defines constants for CSS.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
 

Classes in org.apache.batik.util used by org.apache.batik.extension.svg
CSSConstants
          This interface defines constants for CSS.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
UnitProcessor.Context
          Holds the informations needed to compute the units.
 

Classes in org.apache.batik.util used by org.apache.batik.extension.svg.renderable
ParsedURL
          This class is used as a replacement for java.net.URL.
 

Classes in org.apache.batik.util used by org.apache.batik.svggen
CSSConstants
          This interface defines constants for CSS.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.svggen.font
CSSConstants
          This interface defines constants for CSS.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.swing
XMLConstants
          Contains common XML constants.
 

Classes in org.apache.batik.util used by org.apache.batik.swing.svg
ParsedURL
          This class is used as a replacement for java.net.URL.
 

Classes in org.apache.batik.util used by org.apache.batik.transcoder
ParsedURL
          This class is used as a replacement for java.net.URL.
 

Classes in org.apache.batik.util used by org.apache.batik.transcoder.wmf.tosvg
CSSConstants
          This interface defines constants for CSS.
SVGConstants
          Define SVG constants, such as tag names, attribute names and URI
 

Classes in org.apache.batik.util used by org.apache.batik.util
AbstractParsedURLProtocolHandler
          Very simple abstract base class for ParsedURLProtocolHandlers.
BatikSecurityManager
          This SecurityManager extension exposes the getClassContext method so that it can be used by the BatikSecuritySupport or other security related class.
CSSConstants
          This interface defines constants for CSS.
DoublyLinkedList
          A simple Doubly Linked list class, designed to avoid O(n) behaviour on insert and delete.
DoublyLinkedList.Node
          Basic doubly linked list node interface.
ParsedURL
          This class is used as a replacement for java.net.URL.
ParsedURLData
          Holds the data for more URL's
ParsedURLDefaultProtocolHandler
          The default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'.
ParsedURLProtocolHandler
          Provider interface for new url protocols, used by the ParsedURL class.
RunnableQueue
          This class represents an object which queues Runnable objects for invocation in a single thread.
RunnableQueue.Link
          To store a Runnable.
RunnableQueue.RunHandler
          This interface must be implemented by an object which wants to be notified of run events.
RunnableQueue.RunnableQueueState
          Type-safe enumeration of queue states.
SoftDoublyIndexedTable
          This class represents a doubly indexed hash table, which holds soft references to the contained values..
SoftDoublyIndexedTable.Entry
          To manage collisions
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.