Package org.apache.batik.refimpl.bridge

Class Summary
BridgeDOMAttrModifiedListener This class listens to DOMAttrModified events on the SVG DOM tree and propagate the changes to the bridge.
BridgeDOMInsertedRemovedListener This class listens to DOMNodeInserted and DOMNodeRemoved events in the SVG tree.
BridgeEventSupport.ScriptCaller  
BridgeUpdateManager This class is responsible to update the GraphicsNode that are modified.
BufferedDocumentLoader A buffered document loader.
ConcreteBridgeContext This class is the global context used by all Bridge instances.
ConcreteGVTBuilder This class is responsible for creating the GVT tree from the SVG Document.
CSSUtilities A collection of utility methods involving CSS.
DefaultBridgeContext A default bridge context.
DefaultUnitProcessorContext The default unit processor context.
DefaultUserAgent The default implementation of the user agent.
SVGAElementBridge A factory for the <a> SVG element.
SVGAElementBridge.AnchorListener To handle a click on an anchor.
SVGAElementBridge.CursorMouseOutListener To handle a mouseout on an anchor and set the cursor.
SVGAElementBridge.CursorMouseOverListener To handle a mouseover on an anchor and set the cursor.
SVGBridgeContext A bridge context initialized with all bridges needed by the SVG spec.
SVGCircleElementBridge A factory for the <circle> SVG element.
SVGClipPathElementBridge A factory for the <clipPath> SVG element.
SVGEllipseElementBridge A factory for the <ellipse> SVG element.
SVGFeBlendElementBridge This class bridges an SVG feBlend element with a concrete Filter filter implementation
SVGFeColorMatrixElementBridge This class bridges an SVG feColorMatrix element with a concrete Filter filter implementation
SVGFeComponentTransferElementBridge This class bridges an SVG feCompoentTransfer element with a concrete Filter filter implementation
SVGFeCompositeElementBridge This class bridges an SVG feComposite element with a concrete Filter filter implementation
SVGFeDisplacementMapElementBridge This class bridges an SVG filter element with a concrete Filter
SVGFeFloodElementBridge This class bridges an SVG filter element with a concrete Filter.
SVGFeGaussianBlurElementBridge This class bridges an SVG filter element with a concrete Filter
SVGFeImageElementBridge This class bridges an SVG feImage element with a concrete Filter filter implementation
SVGFeMergeElementBridge This class bridges an SVG feMerge element with a concrete Filter filter implementation
SVGFeMorphologyElementBridge This class bridges an SVG filter element with a concrete Filter
SVGFeOffsetElementBridge This class bridges an SVG filter element with a concrete Filter.
SVGFeTileElementBridge This class bridges an SVG feTile filter element with ConcreteTileRable.
SVGFeTurbulenceElementBridge This class bridges an SVG feTurbulence filter element with ConcreteTurbulenceRable.
SVGFilterElementBridge This class bridges an SVG filter element with a concrete Filter.
SVGGElementBridge A factory for the <g> SVG element.
SVGGradientBridge Base class for SVGLinearGradientBridge and SVGRadialGradientBridge
SVGGradientBridge.GradientStop Used to store a gradient stop's color and interval
SVGImageElementBridge A factory for the <Image> SVG element.
SVGLinearGradientBridge This class bridges an SVG linearGradient element with a LinearGradientPaint
SVGLineElementBridge A factory for the <line> SVG element.
SVGMaskElementBridge A factory for the <mask> SVG element.
SVGPathElementBridge A factory for the <path> element.
SVGPatternElementBridge This class bridges an SVG pattern element with a PatternPaint
SVGPolygonElementBridge A factory for the <polygon> element.
SVGPolylineElementBridge A factory for the <polyline> element.
SVGRadialGradientBridge This class bridges an SVG radialGradient element with a RadialGradientPaint
SVGRectElementBridge A factory for the <rect> SVG element.
SVGShapeElementBridge A factory for the SVG elements that represents a shape.
SVGSVGElementBridge A factory for the <svg> SVG element.
SVGSwitchElementBridge A factory for the <switch> SVG element.
SVGTextElementBridge A factory for the <text> SVG element.
SVGUseElementBridge A factory for the <use> SVG element.
SVGUtilities This class contains utility methods for SVG.
SVGUtilities.PreserveAspectRatio To store the preserveAspectRatio attribute values.
URIResolver This class is used to resolve the URI that can be found in a SVG document.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.