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 TypeInterfaceDescriptioninterface
Factory class for vendingShape
objects that represents a clipping area.interface
Interface for bridge classes that operate on Document nodes.interface
Bridge class for vendingFilter
objects.interface
Factory class for vendingFilter
objects that represents a filter primitive.interface
A tagging interface that bridges for elements child ofGraphicsNodeBridge
should implement.interface
Bridge class for creating, building, and updating aGraphicsNode
according to anElement
.interface
Factory class for vendingMarker
objects.interface
Factory class for vendingMask
objects.interface
Bridge class for vendingPaint
objects.Classes in org.apache.batik.bridge that implement BridgeModifier and TypeClassDescriptionclass
The base bridge class for SVG graphics node.class
The base bridge class for SVG elements.class
The base bridge class for SVG filter primitives.class
Bridge class for vending gradients.static class
Bridge class for the gradient <stop> element.class
Bridge class for the <feDiffuseLighting> element.protected static class
The base bridge class for light element.static class
Bridge class for the <feDistantLight> element.static class
Bridge class for the <fePointLight> element.static class
Bridge class for the <feSpotLight> element.class
Abstract bridge class for animatable elements that do not produce a GraphicsNode.class
Abstract bridge class for those elements that can be animated.class
Bridge class for the <a> element.class
Bridge class for the <altGlyph> element.class
Bridge class for the 'animateColor' animation element.class
Bridge class for the 'animate' animation element.class
Bridge class for the 'animateMotion' animation element.class
Bridge class for the 'animateTransform' animation element.class
An abstract base class for the SVG animation element bridges.class
Bridge class for the <circle> element.class
Bridge class for the <clipPath> element.class
This class bridges an SVGcolor-profile
element with anICC_ColorSpace
object.class
The base bridge class for decorated shapes.class
Bridge class for the <desc> element.class
Base class for 'descriptive' elements, mostly title and desc.class
Bridge class for an SVGDocument node.class
Bridge class for the <ellipse> element.class
Bridge class for the <feBlend> element.class
Bridge class for the <feColorMatrix> element.class
Bridge class for the <feComponentTransfer> element.static class
Bridge class for the <feFuncA> element.static class
Bridge class for the <feFuncB> element.protected static class
The base bridge class for component transfer function.static class
Bridge class for the <feFuncG> element.static class
Bridge class for the <feFuncR> element.class
Bridge class for the <feComposite> element.class
Bridge class for the <feConvolveMatrix> element.class
Bridge class for the <feDiffuseLighting> element.class
Bridge class for the <feDisplacementMap> element.class
Bridge class for the <feFlood> element.class
Bridge class for the <feGaussianBlur> element.class
Bridge class for the <feImage> element.class
Bridge class for the <feMerge> element.static class
Bridge class for the <feMergeNode> element.class
Bridge class for the <feMorphology> element.class
Bridge class for the <feOffset> element.class
Bridge class for the <feSpecularLighting> element.class
Bridge class for the <feTile> element.class
Bridge class for the <feTurbulence> element.class
Bridge class for the <filter> element.class
Bridge class for the <font> element.class
Bridge class for the <font-face> element.class
Bridge class for the <g> element.class
Bridge class for the <glyph> element.class
Bridge class for the <hkern> element.class
Bridge class for the <image> element.class
A base Bridge class for the kerning elements.class
Bridge class for the <linearGradient> element.class
Bridge class for the <line> element.class
Bridge class for the <marker> element.class
Bridge class for the <mask> element.class
Bridge class for the <missing-glyph> element.class
Bridge class for the <path> element.class
Bridge class for the <pattern> element.class
Bridge class for the <polygon> element.class
Bridge class for the <polyline> element.class
Bridge class for the <radialGradient> element.class
Bridge class for the <rect> element.class
A bridge class for the 'set' animation element.class
The base bridge class for shapes.class
Bridge class for the <svg> element.class
Bridge class for the <switch> element.class
Bridge class for the <text> element.protected class
Implementation for theBridgeUpdateHandler
for the child elements of <text>.static class
Implementation ofSVGContext
for the children of <text>protected class
protected class
BridgeUpdateHandle for <textPath> element.protected class
BridgeUpdateHandle for <tref> element.protected class
BridgeUpdateHandle for <tspan> element.class
Bridge class for the <textPath> element.class
Bridge class for the <title> element.class
Bridge class for the <use> element.class
Bridge 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 TypeMethodDescriptionvoid
Associates the specifiedBridge
object with the specified namespace URI and local name.void
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 BridgeModifier and TypeClassDescriptionclass
Bridge class for foreign namespace elements that can be bound with sXBL.class
Bridge class for SVG 'text' elements with support for text content that has been specified with XBL.class
Bridge class for the <flowRoot> element.protected class
Bridge class for flow text children that contain text.class
Bridge class for the <multiImage> element.class
Bridge class for a regular polygon element.class
Bridge class for the <xbl:content> element.class
Bridge 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 TypeClassDescriptionclass
Bridge class for the <flowText> element.protected class
Bridge class for flow text children that contain text.class
Bridge class for a histogram normalization element.class
Bridge class for a regular polygon element.class
Bridge class for a star element.class
Bridge 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.