Uses of Package
org.apache.batik.bridge

Packages that use org.apache.batik.bridge
org.apache.batik.apps.applet   
org.apache.batik.apps.svgviewer   
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.transcoder   
org.apache.batik.refimpl.util   
org.apache.batik.util Provides some useful classes. 
 

Classes in org.apache.batik.bridge used by org.apache.batik.apps.applet
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.apps.svgviewer
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.bridge
Bridge
          A tagging interface that all bridges must implement.
BridgeContext
          This class is the global context used by all Bridge instances.
BridgeException
          The root class from which exceptions thrown by the bridge shall be derived.
BridgeMutationEvent
          An event object that describes the modification to apply to an Element.
DocumentLoader
          Defines a class that is responsible of loading (creating) a Document.
FilterPrimitiveBridge
          Implementations of this interface are able to bridge a specific filter primitive, modeled by a DOM element, to a concrete Filter.
GVTBuilder
          This class is responsible on building a GVT tree using an SVG document.
StyleReference
          A style reference describes which GraphicsNode and which property of this GraphicsNode should be updated when a style element (for example a filter) changes due to a modification of the DOM.
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
Viewport
          Defines a viewport.
 

Classes in org.apache.batik.bridge used by org.apache.batik.dom.svg
DocumentLoader
          Defines a class that is responsible of loading (creating) a Document.
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
Viewport
          Defines a viewport.
 

Classes in org.apache.batik.bridge used by org.apache.batik.refimpl.bridge
Bridge
          A tagging interface that all bridges must implement.
BridgeContext
          This class is the global context used by all Bridge instances.
BridgeMutationEvent
          An event object that describes the modification to apply to an Element.
ClipBridge
          Factory class for vending Shape objects that represents a clipping area.
DocumentLoader
          Defines a class that is responsible of loading (creating) a Document.
FilterBridge
          A tagging interface for the <filter> element.
FilterPrimitiveBridge
          Implementations of this interface are able to bridge a specific filter primitive, modeled by a DOM element, to a concrete Filter.
GraphicsNodeBridge
          Factory class for vending GraphicsNode objects.
GVTBuilder
          This class is responsible on building a GVT tree using an SVG document.
MaskBridge
          Factory class for vending Mask objects.
PaintBridge
          Factory class for vending Paint objects used to fill or draw the outline of a Shape.
StyleReference
          A style reference describes which GraphicsNode and which property of this GraphicsNode should be updated when a style element (for example a filter) changes due to a modification of the DOM.
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
Viewport
          Defines a viewport.
 

Classes in org.apache.batik.bridge used by org.apache.batik.refimpl.transcoder
GVTBuilder
          This class is responsible on building a GVT tree using an SVG document.
Viewport
          Defines a viewport.
 

Classes in org.apache.batik.bridge used by org.apache.batik.refimpl.util
BridgeContext
          This class is the global context used by all Bridge instances.
GVTBuilder
          This class is responsible on building a GVT tree using an SVG document.
UserAgent
          An interface that provides access to User Agent information needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.util
Viewport
          Defines a viewport.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.