Uses of Interface
org.apache.batik.bridge.Bridge
-
Packages that use Bridge Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.extension.svg -
-
Uses of Bridge in org.apache.batik.bridge
Subinterfaces of Bridge in org.apache.batik.bridge Modifier and Type Interface Description interface
ClipBridge
Factory class for vendingShape
objects that represents a clipping area.interface
DocumentBridge
Interface for bridge classes that operate on Document nodes.interface
FilterBridge
Bridge class for vendingFilter
objects.interface
FilterPrimitiveBridge
Factory class for vendingFilter
objects that represents a filter primitive.interface
GenericBridge
A tagging interface that bridges for elements child ofGraphicsNodeBridge
should implement.interface
GraphicsNodeBridge
Bridge class for creating, building, and updating aGraphicsNode
according to anElement
.interface
MarkerBridge
Factory class for vendingMarker
objects.interface
MaskBridge
Factory class for vendingMask
objects.interface
PaintBridge
Bridge class for vendingPaint
objects.Classes in org.apache.batik.bridge that implement Bridge Modifier and Type Class Description 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
AnimatableGenericSVGBridge
Abstract bridge class for animatable elements that do not produce a GraphicsNode.class
AnimatableSVGBridge
Abstract bridge class for those elements that can be animated.class
SVGAElementBridge
Bridge class for the <a> element.class
SVGAltGlyphElementBridge
Bridge class for the <altGlyph> element.class
SVGAnimateColorElementBridge
Bridge class for the 'animateColor' animation element.class
SVGAnimateElementBridge
Bridge class for the 'animate' animation element.class
SVGAnimateMotionElementBridge
Bridge class for the 'animateMotion' animation element.class
SVGAnimateTransformElementBridge
Bridge class for the 'animateTransform' animation element.class
SVGAnimationElementBridge
An abstract base class for the SVG animation element bridges.class
SVGCircleElementBridge
Bridge class for the <circle> element.class
SVGClipPathElementBridge
Bridge class for the <clipPath> element.class
SVGColorProfileElementBridge
This class bridges an SVGcolor-profile
element with anICC_ColorSpace
object.class
SVGDecoratedShapeElementBridge
The base bridge class for decorated shapes.class
SVGDescElementBridge
Bridge class for the <desc> element.class
SVGDescriptiveElementBridge
Base class for 'descriptive' elements, mostly title and desc.class
SVGDocumentBridge
Bridge class for an SVGDocument node.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
SVGSetElementBridge
A bridge class for the 'set' animation 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.protected class
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Implementation for theBridgeUpdateHandler
for the child elements of <text>.class
SVGTextElementBridge.AbstractTextChildSVGContext
Implementation ofSVGContext
for the children of <text>protected class
SVGTextElementBridge.AbstractTextChildTextContent
protected class
SVGTextElementBridge.TextPathBridge
BridgeUpdateHandle for <textPath> element.protected class
SVGTextElementBridge.TRefBridge
BridgeUpdateHandle for <tref> element.protected class
SVGTextElementBridge.TspanBridge
BridgeUpdateHandle for <tspan> 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.Fields in org.apache.batik.bridge declared as Bridge Modifier and Type Field Description protected Bridge
BridgeContext. defaultBridge
Default bridge.Methods in org.apache.batik.bridge that return Bridge Modifier and Type Method Description Bridge
BridgeContext. getBridge(java.lang.String namespaceURI, java.lang.String localName)
Returns the bridge associated with the element typeBridge
BridgeContext. getBridge(org.w3c.dom.Element element)
Returns the bridge associated with the specified element.Bridge
AbstractSVGBridge. getInstance()
Returns a new instance of this bridge.Bridge
Bridge. getInstance()
Returns a new instance of this bridge.Bridge
GraphicsNodeBridge. getInstance()
Returns the Bridge instance to be used for a single DOM element.Bridge
SVGAElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGAnimateColorElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGAnimateElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGAnimateMotionElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGAnimateTransformElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGCircleElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGDescElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGDocumentBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGEllipseElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGGElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGImageElementBridge. 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
SVGPolygonElementBridge. 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.Bridge
SVGSetElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGSVGElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGSwitchElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGTextElementBridge.AbstractTextChildSVGContext. getInstance()
Returns a new instance of this bridge.Bridge
SVGTextElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGTitleElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGUseElementBridge. getInstance()
Returns a new instance of this bridge.Methods in org.apache.batik.bridge with parameters of type Bridge Modifier and Type Method Description void
BridgeContext. putBridge(java.lang.String namespaceURI, java.lang.String localName, Bridge bridge)
Associates the specifiedBridge
object with the specified namespace URI and local name.void
BridgeContext. putBridge(Bridge bridge)
Associates the specifiedBridge
object with it's namespace URI and local name.void
BridgeContext. setDefaultBridge(Bridge bridge)
Sets theBridge
object to be used for foreign namespace elements. -
Uses of Bridge in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement Bridge Modifier and Type Class Description class
BindableElementBridge
Bridge class for foreign namespace elements that can be bound with sXBL.class
SVG12TextElementBridge
Bridge class for SVG 'text' elements with support for text content that has been specified with XBL.class
SVGFlowRootElementBridge
Bridge class for the <flowRoot> element.protected class
SVGFlowRootElementBridge.FlowContentBridge
Bridge class for flow text children that contain text.class
SVGMultiImageElementBridge
Bridge class for the <multiImage> element.class
SVGSolidColorElementBridge
Bridge class for a regular polygon element.class
XBLContentElementBridge
Bridge class for the <xbl:content> element.class
XBLShadowTreeElementBridge
Bridge class for the <xbl:shadowTree> element.Methods in org.apache.batik.bridge.svg12 that return Bridge Modifier and Type Method Description Bridge
BindableElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVG12TextElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGFlowRootElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
SVGMultiImageElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
XBLContentElementBridge. getInstance()
Returns a new instance of this bridge.Bridge
XBLShadowTreeElementBridge. getInstance()
Returns a new instance of this bridge. -
Uses of Bridge in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement Bridge Modifier and Type Class Description class
BatikFlowTextElementBridge
Bridge class for the <flowText> element.protected class
BatikFlowTextElementBridge.BatikFlowContentBridge
Bridge class for flow text children that contain text.class
BatikHistogramNormalizationElementBridge
Bridge class for a histogram normalization element.class
BatikRegularPolygonElementBridge
Bridge class for a regular polygon element.class
BatikStarElementBridge
Bridge class for a star element.class
ColorSwitchBridge
Bridge class for the "color switch" extension element.Methods in org.apache.batik.extension.svg that return Bridge Modifier and Type Method Description Bridge
BatikFlowTextElementBridge. 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
BatikStarElementBridge. getInstance()
Returns a new instance of this bridge.
-