- All Superinterfaces:
- Bridge
- All Known Implementing Classes:
- AbstractSVGFilterPrimitiveElementBridge,- AbstractSVGGradientElementBridge,- AbstractSVGGradientElementBridge.SVGStopElementBridge,- AbstractSVGLightingElementBridge,- AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge,- AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge,- AbstractSVGLightingElementBridge.SVGFePointLightElementBridge,- AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge,- AnimatableGenericSVGBridge,- EchoSVGHistogramNormalizationElementBridge,- SVGAnimateColorElementBridge,- SVGAnimateElementBridge,- SVGAnimateMotionElementBridge,- SVGAnimateTransformElementBridge,- SVGAnimationElementBridge,- SVGClipPathElementBridge,- SVGDescElementBridge,- SVGDescriptiveElementBridge,- SVGFeBlendElementBridge,- SVGFeColorMatrixElementBridge,- SVGFeComponentTransferElementBridge,- SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge,- SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge,- SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge,- SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge,- SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge,- SVGFeCompositeElementBridge,- SVGFeConvolveMatrixElementBridge,- SVGFeDiffuseLightingElementBridge,- SVGFeDisplacementMapElementBridge,- SVGFeFloodElementBridge,- SVGFeGaussianBlurElementBridge,- SVGFeImageElementBridge,- SVGFeMergeElementBridge,- SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge,- SVGFeMorphologyElementBridge,- SVGFeOffsetElementBridge,- SVGFeSpecularLightingElementBridge,- SVGFeTileElementBridge,- SVGFeTurbulenceElementBridge,- SVGFilterElementBridge,- SVGLinearGradientElementBridge,- SVGMarkerElementBridge,- SVGMaskElementBridge,- SVGPatternElementBridge,- SVGRadialGradientElementBridge,- SVGSetElementBridge,- SVGSolidColorElementBridge,- SVGTextPathElementBridge,- SVGTitleElementBridge
A tagging interface that bridges for elements child of
 
GraphicsNodeBridge should implement.- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleElement(BridgeContext ctx, Element e) Invoked to handle anElementfor a givenBridgeContext.Methods inherited from interface io.sf.carte.echosvg.bridge.BridgegetInstance, getLocalName, getNamespaceURI
- 
Method Details- 
handleElementInvoked to handle anElementfor a givenBridgeContext. For example, see theSVGTitleElementBridge.- Parameters:
- ctx- the bridge context to use
- e- the element being handled
 
 
-