Uses of Interface
org.apache.batik.bridge.Bridge

Packages that use Bridge
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   
 

Uses of Bridge in org.apache.batik.bridge
 

Subinterfaces of Bridge in org.apache.batik.bridge
 interface ClipBridge
          Factory class for vending Shape objects that represents a clipping area.
 interface FilterBridge
          Bridge class for vending Filter objects.
 interface FilterPrimitiveBridge
          Factory class for vending Filter objects that represents a filter primitive.
 interface GenericBridge
          A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
 interface GraphicsNodeBridge
          Bridge class for creating, building, and updating a GraphicsNode according to an Element.
 interface MarkerBridge
          Factory class for vending Marker objects.
 interface MaskBridge
          Factory class for vending Mask objects.
 interface PaintBridge
          Bridge class for vending Paint objects.
 

Classes in org.apache.batik.bridge that implement Bridge
 class AbstractGraphicsNodeBridge
          The base bridge class for SVG graphics node.
 class AbstractSVGBridge
          The base bridge class for SVG elements.
 class AbstractSVGFilterPrimitiveElementBridge
          The base bridge class for SVG filter primitives.
 class AbstractSVGGradientElementBridge
          Bridge class for vending gradients.
static class AbstractSVGGradientElementBridge.SVGStopElementBridge
          Bridge class for the gradient <stop> element.
 class AbstractSVGLightingElementBridge
          Bridge class for the <feDiffuseLighting> element.
protected static class AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
          The base bridge class for light element.
static class AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
          Bridge class for the <feDistantLight> element.
static class AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
          Bridge class for the <fePointLight> element.
static class AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
          Bridge class for the <feSpotLight> element.
 class SVGAElementBridge
          Bridge class for the <a> element.
 class SVGAltGlyphElementBridge
          Bridge class for the <altGlyph> element.
 class SVGCircleElementBridge
          Bridge class for the <circle> element.
 class SVGClipPathElementBridge
          Bridge class for the <clipPath> element.
 class SVGColorProfileElementBridge
          This class bridges an SVG color-profile element with an ICC_ColorSpace object.
 class SVGDecoratedShapeElementBridge
          The base bridge class for decorated shapes.
 class SVGDescElementBridge
          Bridge class for the <desc> element.
 class SVGEllipseElementBridge
          Bridge class for the <ellipse> element.
 class SVGFeBlendElementBridge
          Bridge class for the <feBlend> element.
 class SVGFeColorMatrixElementBridge
          Bridge class for the <feColorMatrix> element.
 class SVGFeComponentTransferElementBridge
          Bridge class for the <feComponentTransfer> element.
static class SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge
          Bridge class for the <feFuncA> element.
static class SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge
          Bridge class for the <feFuncB> element.
protected static class SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
          The base bridge class for component transfer function.
static class SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge
          Bridge class for the <feFuncG> element.
static class SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge
          Bridge class for the <feFuncR> element.
 class SVGFeCompositeElementBridge
          Bridge class for the <feComposite> element.
 class SVGFeConvolveMatrixElementBridge
          Bridge class for the <feConvolveMatrix> element.
 class SVGFeDiffuseLightingElementBridge
          Bridge class for the <feDiffuseLighting> element.
 class SVGFeDisplacementMapElementBridge
          Bridge class for the <feDisplacementMap> element.
 class SVGFeFloodElementBridge
          Bridge class for the <feFlood> element.
 class SVGFeGaussianBlurElementBridge
          Bridge class for the <feGaussianBlur> element.
 class SVGFeImageElementBridge
          Bridge class for the <feImage> element.
 class SVGFeMergeElementBridge
          Bridge class for the <feMerge> element.
static class SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge
          Bridge class for the <feMergeNode> element.
 class SVGFeMorphologyElementBridge
          Bridge class for the <feMorphology> element.
 class SVGFeOffsetElementBridge
          Bridge class for the <feOffset> element.
 class SVGFeSpecularLightingElementBridge
          Bridge class for the <feSpecularLighting> element.
 class SVGFeTileElementBridge
          Bridge class for the <feTile> element.
 class SVGFeTurbulenceElementBridge
          Bridge class for the <feTurbulence> element.
 class SVGFilterElementBridge
          Bridge class for the <filter> element.
 class SVGFontElementBridge
          Bridge class for the <font> element.
 class SVGFontFaceElementBridge
          Bridge class for the <font-face> element.
 class SVGGElementBridge
          Bridge class for the <g> element.
 class SVGGlyphElementBridge
          Bridge class for the <glyph> element.
 class SVGHKernElementBridge
          Bridge class for the <hkern> element.
 class SVGImageElementBridge
          Bridge class for the <image> element.
 class SVGKernElementBridge
          A base Bridge class for the kerning elements.
 class SVGLinearGradientElementBridge
          Bridge class for the <linearGradient> element.
 class SVGLineElementBridge
          Bridge class for the <line> element.
 class SVGMarkerElementBridge
          Bridge class for the <marker> element.
 class SVGMaskElementBridge
          Bridge class for the <mask> element.
 class SVGMissingGlyphElementBridge
          Bridge class for the <missing-glyph> element.
 class SVGPathElementBridge
          Bridge class for the <path> element.
 class SVGPatternElementBridge
          Bridge class for the <pattern> element.
 class SVGPolygonElementBridge
          Bridge class for the <polygon> element.
 class SVGPolylineElementBridge
          Bridge class for the <polyline> element.
 class SVGRadialGradientElementBridge
          Bridge class for the <radialGradient> element.
 class SVGRectElementBridge
          Bridge class for the <rect> element.
 class SVGShapeElementBridge
          The base bridge class for shapes.
 class SVGSVGElementBridge
          Bridge class for the <svg> element.
 class SVGSwitchElementBridge
          Bridge class for the <switch> element.
 class SVGTextElementBridge
          Bridge class for the <text> element.
 class SVGTextPathElementBridge
          Bridge class for the <textPath> element.
 class SVGTitleElementBridge
          Bridge class for the <title> element.
 class SVGUseElementBridge
          Bridge class for the <use> element.
 class SVGVKernElementBridge
          Bridge class for the <vkern> element.
 

Methods in org.apache.batik.bridge that return Bridge
 Bridge AbstractSVGBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGPolygonElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGImageElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGCircleElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGGElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGUseElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGLineElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGPathElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge GraphicsNodeBridge.getInstance()
           FIX ME: Move to Bridge Returns the Bridge instance to be used for a single DOM element.
 Bridge Bridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGSwitchElementBridge.getInstance()
           
 Bridge SVGTextElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge BridgeContext.getBridge(Element element)
          Returns the bridge associated with the specified element.
 Bridge BridgeContext.getBridge(java.lang.String namespaceURI, java.lang.String localName)
          Returns the bridge associated with the element type
 Bridge SVGSVGElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGEllipseElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGPolylineElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge SVGRectElementBridge.getInstance()
          Returns a new instance of this bridge.
 

Methods in org.apache.batik.bridge with parameters of type Bridge
 void BridgeContext.putBridge(java.lang.String namespaceURI, java.lang.String localName, Bridge bridge)
          Associates the specified Bridge object with the specified namespace URI and local name.
 void BridgeContext.putBridge(Bridge bridge)
          Associates the specified Bridge object with it's namespace URI and local name.
 

Uses of Bridge in org.apache.batik.extension.svg
 

Classes in org.apache.batik.extension.svg that implement Bridge
 class BatikHistogramNormalizationElementBridge
          Bridge class for a histogram normalization element.
 class BatikMultiImageElementBridge
          Bridge class for the <multiImage> element.
 class BatikRegularPolygonElementBridge
          Bridge class for a regular polygon element.
 class BatikStarElementBridge
          Bridge class for a star element.
 class ColorSwitchBridge
          Bridge class for a regular polygon element.
 class SolidColorBridge
          Bridge class for a regular polygon element.
 class SVGFlowTextElementBridge
          Bridge class for the <flowText> element.
 

Methods in org.apache.batik.extension.svg that return Bridge
 Bridge SVGFlowTextElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge BatikHistogramNormalizationElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge BatikRegularPolygonElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge BatikMultiImageElementBridge.getInstance()
          Returns a new instance of this bridge.
 Bridge BatikStarElementBridge.getInstance()
          Returns a new instance of this bridge.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.