Uses of Package
org.apache.batik.bridge

Packages that use org.apache.batik.bridge
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.extension.svg   
org.apache.batik.swing   
org.apache.batik.swing.svg   
org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image. 
org.apache.batik.transcoder.print   
 

Classes in org.apache.batik.bridge used by org.apache.batik.apps.svgbrowser
UpdateManagerEvent
          This class represents an event which indicate an event originated from a UpdateManager instance.
UpdateManagerListener
          This interface represents a listener to the UpdateManagerEvent events.
 

Classes in org.apache.batik.bridge used by org.apache.batik.bridge
AbstractGraphicsNodeBridge
          The base bridge class for SVG graphics node.
AbstractSVGBridge
          The base bridge class for SVG elements.
AbstractSVGFilterPrimitiveElementBridge
          The base bridge class for SVG filter primitives.
AbstractSVGGradientElementBridge
          Bridge class for vending gradients.
AbstractSVGGradientElementBridge.Stop
          This class represents a gradient <stop> element.
AbstractSVGLightingElementBridge
          Bridge class for the <feDiffuseLighting> element.
AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
          The base bridge class for light element.
BaseScriptingEnvironment
          This class is the base class for SVG scripting.
Bridge
          A tagging interface that all bridges must implement.
BridgeContext
          This class represents a context used by the various bridges and the builder.
BridgeExtension
          This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
BridgeUpdateEvent
          Describes an update from a DynamicBridge
BridgeUpdateHandler
          Interface for objects interested in being notified of updates by a Bridge.
ClipBridge
          Factory class for vending Shape objects that represents a clipping area.
DocumentLoader
          This class is responsible on loading an SVG document and maintaining a cache.
ErrorConstants
          The error code.
FilterBridge
          Bridge class for vending Filter objects.
FilterPrimitiveBridge
          Factory class for vending Filter objects that represents a filter primitive.
GenericBridge
          A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
GraphicsNodeBridge
          Bridge class for creating, building, and updating a GraphicsNode according to an Element.
GVTBuilder
          This class is responsible for creating a GVT tree using an SVG DOM tree.
MarkerBridge
          Factory class for vending Marker objects.
MaskBridge
          Factory class for vending Mask objects.
PaintBridge
          Bridge class for vending Paint objects.
RepaintManager
          This class manages the rendering of a GVT tree.
ScriptingEnvironment
          This class contains the informations needed by the SVG scripting.
SVGDecoratedShapeElementBridge
          The base bridge class for decorated shapes.
SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
          The base bridge class for component transfer function.
SVGFontFace
          This class represents a <font-face> element.
SVGGElementBridge
          Bridge class for the <g> element.
SVGGlyphElementBridge
          Bridge class for the <glyph> element.
SVGGVTFont
          Represents an SVG font.
SVGKernElementBridge
          A base Bridge class for the kerning elements.
SVGShapeElementBridge
          The base bridge class for shapes.
SVGSVGElementBridge
          Bridge class for the <svg> element.
SVGTextElementBridge
          Bridge class for the <text> element.
SVGTextElementBridge.TextDecoration
           
SVGUseElementBridge
          Bridge class for the <use> element.
UnitProcessor.Context
          Holds the informations needed to compute the units.
UpdateManager
          This class provides features to manage the update of an SVG document.
UpdateManagerEvent
          This class represents an event which indicate an event originated from a UpdateManager instance.
UpdateManagerListener
          This interface represents a listener to the UpdateManagerEvent events.
UserAgent
          An interface that provides access to the User Agent informations needed by the bridge.
Viewport
          Defines a viewport.
 

Classes in org.apache.batik.bridge used by org.apache.batik.extension.svg
AbstractGraphicsNodeBridge
          The base bridge class for SVG graphics node.
AbstractSVGBridge
          The base bridge class for SVG elements.
AbstractSVGFilterPrimitiveElementBridge
          The base bridge class for SVG filter primitives.
Bridge
          A tagging interface that all bridges must implement.
BridgeContext
          This class represents a context used by the various bridges and the builder.
BridgeExtension
          This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
BridgeUpdateHandler
          Interface for objects interested in being notified of updates by a Bridge.
ErrorConstants
          The error code.
FilterPrimitiveBridge
          Factory class for vending Filter objects that represents a filter primitive.
GraphicsNodeBridge
          Bridge class for creating, building, and updating a GraphicsNode according to an Element.
PaintBridge
          Bridge class for vending Paint objects.
SVGDecoratedShapeElementBridge
          The base bridge class for decorated shapes.
SVGImageElementBridge
          Bridge class for the <image> element.
SVGShapeElementBridge
          The base bridge class for shapes.
 

Classes in org.apache.batik.bridge used by org.apache.batik.swing
UpdateManagerListener
          This interface represents a listener to the UpdateManagerEvent events.
UserAgent
          An interface that provides access to the User Agent informations needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.swing.svg
BridgeContext
          This class represents a context used by the various bridges and the builder.
BridgeExtension
          This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
DocumentLoader
          This class is responsible on loading an SVG document and maintaining a cache.
UpdateManager
          This class provides features to manage the update of an SVG document.
UpdateManagerEvent
          This class represents an event which indicate an event originated from a UpdateManager instance.
UpdateManagerListener
          This interface represents a listener to the UpdateManagerEvent events.
UserAgent
          An interface that provides access to the User Agent informations needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.transcoder.image
BridgeExtension
          This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
UserAgent
          An interface that provides access to the User Agent informations needed by the bridge.
 

Classes in org.apache.batik.bridge used by org.apache.batik.transcoder.print
BridgeExtension
          This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
UserAgent
          An interface that provides access to the User Agent informations needed by the bridge.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.