Uses of Interface
org.apache.batik.bridge.Bridge
Packages that use Bridge
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Bridge in org.apache.batik.bridge
Subinterfaces of Bridge in org.apache.batik.bridgeModifier and TypeInterfaceDescriptioninterfaceFactory class for vendingShapeobjects that represents a clipping area.interfaceInterface for bridge classes that operate on Document nodes.interfaceBridge class for vendingFilterobjects.interfaceFactory class for vendingFilterobjects that represents a filter primitive.interfaceA tagging interface that bridges for elements child ofGraphicsNodeBridgeshould implement.interfaceBridge class for creating, building, and updating aGraphicsNodeaccording to anElement.interfaceFactory class for vendingMarkerobjects.interfaceFactory class for vendingMaskobjects.interfaceBridge class for vendingPaintobjects.Classes in org.apache.batik.bridge that implement BridgeModifier and TypeClassDescriptionclassThe base bridge class for SVG graphics node.classThe base bridge class for SVG elements.classThe base bridge class for SVG filter primitives.classBridge class for vending gradients.static classBridge class for the gradient <stop> element.classBridge class for the <feDiffuseLighting> element.protected static classThe base bridge class for light element.static classBridge class for the <feDistantLight> element.static classBridge class for the <fePointLight> element.static classBridge class for the <feSpotLight> element.classAbstract bridge class for animatable elements that do not produce a GraphicsNode.classAbstract bridge class for those elements that can be animated.classBridge class for the <a> element.classBridge class for the <altGlyph> element.classBridge class for the 'animateColor' animation element.classBridge class for the 'animate' animation element.classBridge class for the 'animateMotion' animation element.classBridge class for the 'animateTransform' animation element.classAn abstract base class for the SVG animation element bridges.classBridge class for the <circle> element.classBridge class for the <clipPath> element.classThis class bridges an SVGcolor-profileelement with anICC_ColorSpaceobject.classThe base bridge class for decorated shapes.classBridge class for the <desc> element.classBase class for 'descriptive' elements, mostly title and desc.classBridge class for an SVGDocument node.classBridge class for the <ellipse> element.classBridge class for the <feBlend> element.classBridge class for the <feColorMatrix> element.classBridge class for the <feComponentTransfer> element.static classBridge class for the <feFuncA> element.static classBridge class for the <feFuncB> element.protected static classThe base bridge class for component transfer function.static classBridge class for the <feFuncG> element.static classBridge class for the <feFuncR> element.classBridge class for the <feComposite> element.classBridge class for the <feConvolveMatrix> element.classBridge class for the <feDiffuseLighting> element.classBridge class for the <feDisplacementMap> element.classBridge class for the <feFlood> element.classBridge class for the <feGaussianBlur> element.classBridge class for the <feImage> element.classBridge class for the <feMerge> element.static classBridge class for the <feMergeNode> element.classBridge class for the <feMorphology> element.classBridge class for the <feOffset> element.classBridge class for the <feSpecularLighting> element.classBridge class for the <feTile> element.classBridge class for the <feTurbulence> element.classBridge class for the <filter> element.classBridge class for the <font> element.classBridge class for the <font-face> element.classBridge class for the <g> element.classBridge class for the <glyph> element.classBridge class for the <hkern> element.classBridge class for the <image> element.classA base Bridge class for the kerning elements.classBridge class for the <linearGradient> element.classBridge class for the <line> element.classBridge class for the <marker> element.classBridge class for the <mask> element.classBridge class for the <missing-glyph> element.classBridge class for the <path> element.classBridge class for the <pattern> element.classBridge class for the <polygon> element.classBridge class for the <polyline> element.classBridge class for the <radialGradient> element.classBridge class for the <rect> element.classA bridge class for the 'set' animation element.classThe base bridge class for shapes.classBridge class for the <svg> element.classBridge class for the <switch> element.classBridge class for the <text> element.protected classImplementation for theBridgeUpdateHandlerfor the child elements of <text>.static classImplementation ofSVGContextfor the children of <text>protected classprotected classBridgeUpdateHandle for <textPath> element.protected classBridgeUpdateHandle for <tref> element.protected classBridgeUpdateHandle for <tspan> element.classBridge class for the <textPath> element.classBridge class for the <title> element.classBridge class for the <use> element.classBridge class for the <vkern> element.Fields in org.apache.batik.bridge declared as BridgeMethods in org.apache.batik.bridge that return BridgeModifier and TypeMethodDescriptionReturns the bridge associated with the element typeReturns the bridge associated with the specified element.AbstractSVGBridge.getInstance()Returns a new instance of this bridge.Bridge.getInstance()Returns a new instance of this bridge.GraphicsNodeBridge.getInstance()Returns the Bridge instance to be used for a single DOM element.SVGAElementBridge.getInstance()Returns a new instance of this bridge.SVGAnimateColorElementBridge.getInstance()Returns a new instance of this bridge.SVGAnimateElementBridge.getInstance()Returns a new instance of this bridge.SVGAnimateMotionElementBridge.getInstance()Returns a new instance of this bridge.SVGAnimateTransformElementBridge.getInstance()Returns a new instance of this bridge.SVGCircleElementBridge.getInstance()Returns a new instance of this bridge.SVGDescElementBridge.getInstance()Returns a new instance of this bridge.SVGDocumentBridge.getInstance()Returns a new instance of this bridge.SVGEllipseElementBridge.getInstance()Returns a new instance of this bridge.SVGGElementBridge.getInstance()Returns a new instance of this bridge.SVGImageElementBridge.getInstance()Returns a new instance of this bridge.SVGLineElementBridge.getInstance()Returns a new instance of this bridge.SVGPathElementBridge.getInstance()Returns a new instance of this bridge.SVGPolygonElementBridge.getInstance()Returns a new instance of this bridge.SVGPolylineElementBridge.getInstance()Returns a new instance of this bridge.SVGRectElementBridge.getInstance()Returns a new instance of this bridge.SVGSetElementBridge.getInstance()Returns a new instance of this bridge.SVGSVGElementBridge.getInstance()Returns a new instance of this bridge.SVGSwitchElementBridge.getInstance()Returns a new instance of this bridge.SVGTextElementBridge.AbstractTextChildSVGContext.getInstance()Returns a new instance of this bridge.SVGTextElementBridge.getInstance()Returns a new instance of this bridge.SVGTitleElementBridge.getInstance()Returns a new instance of this bridge.SVGUseElementBridge.getInstance()Returns a new instance of this bridge.Methods in org.apache.batik.bridge with parameters of type BridgeModifier and TypeMethodDescriptionvoidAssociates the specifiedBridgeobject with the specified namespace URI and local name.voidAssociates the specifiedBridgeobject with it's namespace URI and local name.voidBridgeContext.setDefaultBridge(Bridge bridge) Sets theBridgeobject 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 BridgeModifier and TypeClassDescriptionclassBridge class for foreign namespace elements that can be bound with sXBL.classBridge class for SVG 'text' elements with support for text content that has been specified with XBL.classBridge class for the <flowRoot> element.protected classBridge class for flow text children that contain text.classBridge class for the <multiImage> element.classBridge class for a regular polygon element.classBridge class for the <xbl:content> element.classBridge class for the <xbl:shadowTree> element.Methods in org.apache.batik.bridge.svg12 that return BridgeModifier and TypeMethodDescriptionBindableElementBridge.getInstance()Returns a new instance of this bridge.SVG12TextElementBridge.getInstance()Returns a new instance of this bridge.SVGFlowRootElementBridge.getInstance()Returns a new instance of this bridge.SVGMultiImageElementBridge.getInstance()Returns a new instance of this bridge.XBLContentElementBridge.getInstance()Returns a new instance of this 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 BridgeModifier and TypeClassDescriptionclassBridge class for the <flowText> element.protected classBridge class for flow text children that contain text.classBridge class for a histogram normalization element.classBridge class for a regular polygon element.classBridge class for a star element.classBridge class for the "color switch" extension element.Methods in org.apache.batik.extension.svg that return BridgeModifier and TypeMethodDescriptionBatikFlowTextElementBridge.getInstance()Returns a new instance of this bridge.BatikHistogramNormalizationElementBridge.getInstance()Returns a new instance of this bridge.BatikRegularPolygonElementBridge.getInstance()Returns a new instance of this bridge.BatikStarElementBridge.getInstance()Returns a new instance of this bridge.