|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BridgeContext | |
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 | |
org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
org.apache.batik.swing.svg | |
org.apache.batik.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
Uses of BridgeContext in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as BridgeContext | |
protected BridgeContext |
UpdateManager.bridgeContext
The bridge context. |
protected BridgeContext |
UnitProcessor.DefaultContext.ctx
|
protected BridgeContext |
SVGUseElementBridge.CursorMouseOverListener.ctx
|
protected BridgeContext |
SVGTextElementBridge.AbstractTextChildSVGContext.ctx
Bridge Context |
protected BridgeContext |
SVGFontFamily.ctx
|
protected BridgeContext |
DocumentLoader.bridgeContext
The bridge context. |
protected BridgeContext |
CursorManager.ctx
BridgeContext associated with this CursorManager |
protected BridgeContext |
BridgeEventSupport.Listener.context
|
protected BridgeContext |
BaseScriptingEnvironment.bridgeContext
The bridge context. |
protected BridgeContext |
AbstractGraphicsNodeBridge.ctx
The bridge context to use for dynamic updates. |
Methods in org.apache.batik.bridge that return BridgeContext | |
BridgeContext |
UpdateManager.getBridgeContext()
Returns the bridge context. |
BridgeContext |
ScriptingEnvironment.Window.getBridgeContext()
Returns the current BridgeContext. |
BridgeContext |
BaseScriptingEnvironment.Window.getBridgeContext()
Returns the current BridgeContext. |
Methods in org.apache.batik.bridge with parameters of type BridgeContext | |
static UnitProcessor.Context |
UnitProcessor.createContext(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a context for the specified element. |
static java.util.ArrayList |
TextUtilities.svgHorizontalCoordinateArrayToUserSpace(org.w3c.dom.Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
Returns the float list that represents a set of horizontal values or percentage. |
static java.util.ArrayList |
TextUtilities.svgVerticalCoordinateArrayToUserSpace(org.w3c.dom.Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
Returns the float list that represents a set of values or percentage. |
static java.util.ArrayList |
TextUtilities.svgRotateArrayToFloats(org.w3c.dom.Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
|
GraphicsNode |
SVGUseElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
CompositeGraphicsNode |
SVGUseElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode gn)
Creates a GraphicsNode from the input element and populates the input CompositeGraphicsNode |
protected java.awt.geom.AffineTransform |
SVGUseElementBridge.computeTransform(org.w3c.dom.Element e,
BridgeContext ctx)
Computes the AffineTransform for the node |
void |
SVGUseElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
void |
SVGTitleElementBridge.handleElement(BridgeContext ctx,
org.w3c.dom.Element e)
Invoked to handle an Element for a given BridgeContext. |
TextPath |
SVGTextPathElementBridge.createTextPath(BridgeContext ctx,
org.w3c.dom.Element textPathElement)
Creates a TextPath object that represents the path along which the text is to be rendered. |
GraphicsNode |
SVGTextElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
protected java.awt.geom.Point2D |
SVGTextElementBridge.getLocation(BridgeContext ctx,
org.w3c.dom.Element e)
Returns the text node location according to the 'x' and 'y' attributes of the specified text element. |
void |
SVGTextElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
protected void |
SVGTextElementBridge.initializeDynamicSupport(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
This method insures that any modification to a text element and its children is going to be reflected into the GVT tree. |
protected void |
SVGTextElementBridge.addContextToChild(BridgeContext ctx,
org.w3c.dom.Element e)
Add to the element children of the node, a SVGContext to support dynamic updated . |
protected void |
SVGTextElementBridge.computeLaidoutText(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Recompute the layout of the <text> node. |
protected void |
SVGTextElementBridge.addNullPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
This creates 'dummy' TPI objects for each element and records them in the elemTPI map so we can later update them with the correct paint attributes. |
protected void |
SVGTextElementBridge.addChildNullPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
|
protected java.text.AttributedString |
SVGTextElementBridge.buildAttributedString(BridgeContext ctx,
org.w3c.dom.Element element)
Creates the attributed string which represents the given text element children. |
protected void |
SVGTextElementBridge.fillAttributedStringBuffer(BridgeContext ctx,
org.w3c.dom.Element element,
boolean top,
TextPath textPath,
java.lang.Integer bidiLevel,
SVGTextElementBridge.AttributedStringBuffer asb)
Fills the given AttributedStringBuffer. |
protected void |
SVGTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
Adds glyph position attributes to an AttributedString. |
protected void |
SVGTextElementBridge.addChildGlyphPositionAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
|
protected void |
SVGTextElementBridge.addPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
TextNode node,
TextPaintInfo pi,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
protected void |
SVGTextElementBridge.addChildPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
|
protected java.util.Map |
SVGTextElementBridge.getAttributeMap(BridgeContext ctx,
org.w3c.dom.Element element,
TextPath textPath,
java.lang.Integer bidiLevel)
Returns the map to pass to the current characters. |
protected TextPaintInfo |
SVGTextElementBridge.getTextPaintInfo(org.w3c.dom.Element element,
GraphicsNode node,
TextPaintInfo parent,
BridgeContext ctx)
Constructs a TextDecoration object for the specified element. |
void |
SVGTextElementBridge.setBaseTextPaintInfo(TextPaintInfo pi,
org.w3c.dom.Element element,
GraphicsNode node,
BridgeContext ctx)
|
GraphicsNode |
SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
SVGSwitchElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
GraphicsNode |
SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
SVGSVGElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
GraphicsNode |
SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a graphics node using the specified BridgeContext and for the specified element. |
void |
SVGShapeElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
protected ShapePainter |
SVGShapeElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Creates the shape painter associated to the specified element. |
protected abstract void |
SVGShapeElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode node)
Initializes the specified ShapeNode's shape defined by the specified Element and using the specified bridge context. |
protected void |
SVGRectElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a rectangle according to the specified parameters. |
protected ShapePainter |
SVGRectElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
|
protected java.awt.Paint |
SVGRadialGradientElementBridge.buildGradient(org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
MultipleGradientPaint.CycleMethodEnum spreadMethod,
MultipleGradientPaint.ColorSpaceEnum colorSpace,
java.awt.geom.AffineTransform transform,
java.awt.Color[] colors,
float[] offsets,
BridgeContext ctx)
Builds a radial gradient according to the specified parameters. |
protected void |
SVGPolylineElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a polyline according to the specified parameters. |
protected void |
SVGPolygonElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a polygon according to the specified parameters. |
java.awt.Paint |
SVGPatternElementBridge.createPaint(BridgeContext ctx,
org.w3c.dom.Element patternElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
protected static CompositeGraphicsNode |
SVGPatternElementBridge.extractPatternContent(org.w3c.dom.Element patternElement,
BridgeContext ctx)
Returns the content of the specified pattern element. |
protected static CompositeGraphicsNode |
SVGPatternElementBridge.extractLocalPatternContent(org.w3c.dom.Element e,
BridgeContext ctx)
Returns the content of the specified pattern element or null if any. |
protected void |
SVGPathElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a path according to the specified parameters. |
Mask |
SVGMaskElementBridge.createMask(BridgeContext ctx,
org.w3c.dom.Element maskElement,
org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters. |
Marker |
SVGMarkerElementBridge.createMarker(BridgeContext ctx,
org.w3c.dom.Element markerElement,
org.w3c.dom.Element paintedElement)
Creates a Marker according to the specified parameters. |
protected void |
SVGLineElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a line according to the specified parameters. |
protected java.awt.Paint |
SVGLinearGradientElementBridge.buildGradient(org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
MultipleGradientPaint.CycleMethodEnum spreadMethod,
MultipleGradientPaint.ColorSpaceEnum colorSpace,
java.awt.geom.AffineTransform transform,
java.awt.Color[] colors,
float[] offsets,
BridgeContext ctx)
Builds a linear gradient according to the specified parameters. |
Kern |
SVGKernElementBridge.createKern(BridgeContext ctx,
org.w3c.dom.Element kernElement,
SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element. |
GraphicsNode |
SVGImageElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a graphics node using the specified BridgeContext and for the specified element. |
protected GraphicsNode |
SVGImageElementBridge.buildImageGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Create a Graphics node according to the resource pointed by the href : RasterImageNode for bitmaps, CompositeGraphicsNode for svg files. |
protected GraphicsNode |
SVGImageElementBridge.createImageGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
ParsedURL purl)
|
protected void |
SVGImageElementBridge.initializeDynamicSupport(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
This method is invoked during the build phase if the document is dynamic. |
protected static GraphicsNode |
SVGImageElementBridge.createRasterImageNode(BridgeContext ctx,
org.w3c.dom.Element e,
Filter img)
Returns a GraphicsNode that represents an raster image in JPEG or PNG format. |
protected static GraphicsNode |
SVGImageElementBridge.createSVGImageNode(BridgeContext ctx,
org.w3c.dom.Element e,
SVGDocument imgDocument)
Returns a GraphicsNode that represents a svg document as an image. |
protected static void |
SVGImageElementBridge.initializeViewport(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node,
float[] vb,
java.awt.geom.Rectangle2D bounds)
Initializes according to the specified element, the specified graphics node with the specified bounds. |
protected static ICCColorSpaceExt |
SVGImageElementBridge.extractColorSpace(org.w3c.dom.Element element,
BridgeContext ctx)
Analyzes the color-profile property and builds an ICCColorSpaceExt object from it. |
protected static java.awt.geom.Rectangle2D |
SVGImageElementBridge.getImageBounds(BridgeContext ctx,
org.w3c.dom.Element element)
Returns the bounds of the specified image element. |
Glyph |
SVGGlyphElementBridge.createGlyph(BridgeContext ctx,
org.w3c.dom.Element glyphElement,
org.w3c.dom.Element textElement,
int glyphCode,
float fontSize,
GVTFontFace fontFace,
TextPaintInfo tpi)
Constructs a new Glyph that represents the specified <glyph> element at the requested size. |
static java.lang.String |
SVGUtilities.getChainableAttributeNS(org.w3c.dom.Element element,
java.lang.String namespaceURI,
java.lang.String attrName,
BridgeContext ctx)
Returns the value of the specified attribute specified on the specified element or one of its ancestor. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertMaskRegion(org.w3c.dom.Element maskElement,
org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode,
BridgeContext ctx)
Returns the mask region according to the x, y, width, height, and maskUnits attributes. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertPatternRegion(org.w3c.dom.Element patternElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
BridgeContext ctx)
Returns the pattern region according to the x, y, width, height, and patternUnits attributes. |
static float[] |
SVGUtilities.convertFilterRes(org.w3c.dom.Element filterElement,
BridgeContext ctx)
Returns an array of 2 float numbers that describes the filter resolution of the specified filter element. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertFilterChainRegion(org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
BridgeContext ctx)
Returns the filter region according to the x, y, width, height, dx, dy, dw, dh and filterUnits attributes. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertFilterPrimitiveRegion(org.w3c.dom.Element filterPrimitiveElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
java.awt.geom.Rectangle2D defaultRegion,
java.awt.geom.Rectangle2D filterRegion,
BridgeContext ctx)
Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes. |
static void |
SVGUtilities.bridgeChildren(BridgeContext ctx,
org.w3c.dom.Element elt)
Scans the children of the input e element and invokes any registered bridge found for the children. |
GraphicsNode |
SVGGElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
static java.util.List |
SVGFontUtilities.getFontFaces(org.w3c.dom.Document doc,
BridgeContext ctx)
|
static GVTFontFamily |
SVGFontUtilities.getFontFamily(org.w3c.dom.Element textElement,
BridgeContext ctx,
java.lang.String fontFamilyName,
java.lang.String fontWeight,
java.lang.String fontStyle)
Given a font family name tries to find a matching SVG font object. |
static boolean |
SVGFontFamily.isComplex(org.w3c.dom.Element fontElement,
BridgeContext ctx)
|
SVGFontFace |
SVGFontFaceElementBridge.createFontFace(BridgeContext ctx,
org.w3c.dom.Element fontFaceElement)
Creates an SVGFontFace that repesents the specified <font-face> element. |
GVTFontFamily |
SVGFontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element. |
protected org.w3c.dom.Element |
SVGFontFace.getBaseElement(BridgeContext ctx)
Default implementation uses the root element of the document associated with BridgeContext. |
SVGGVTFont |
SVGFontElementBridge.createFont(BridgeContext ctx,
org.w3c.dom.Element fontElement,
org.w3c.dom.Element textElement,
float size,
GVTFontFace fontFace)
Constructs a new SVGGVTFont that represents the specified <font> element at the requested size. |
Filter |
SVGFilterElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter according to the specified parameters. |
protected static Filter |
SVGFilterElementBridge.buildFilterPrimitives(org.w3c.dom.Element filterElement,
java.awt.geom.Rectangle2D filterRegion,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter in,
java.util.Map filterNodeMap,
BridgeContext ctx)
Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created. |
protected static Filter |
SVGFilterElementBridge.buildLocalFilterPrimitives(org.w3c.dom.Element filterElement,
java.awt.geom.Rectangle2D filterRegion,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter in,
java.util.Map filterNodeMap,
BridgeContext ctx)
Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified. |
Filter |
SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeTileElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeOffsetElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMergeElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
protected static java.util.List |
SVGFeMergeElementBridge.extractFeMergeNode(org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.util.Map filterMap,
BridgeContext ctx)
Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element. |
Filter |
SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.util.Map filterMap)
Creates a Filter according to the specified parameters. |
Filter |
SVGFeImageElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
protected static Filter |
SVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx,
java.awt.geom.Rectangle2D primitiveRegion,
org.w3c.dom.Element refElement,
boolean toBBoxNeeded,
org.w3c.dom.Element filterElement,
GraphicsNode filteredNode)
Returns a Filter that represents a svg document or element as an image. |
protected static Filter |
SVGFeImageElementBridge.createRasterFeImage(BridgeContext ctx,
java.awt.geom.Rectangle2D primitiveRegion,
ParsedURL purl)
Returns a Filter that represents an raster image (JPG or PNG). |
Filter |
SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeFloodElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeCompositeElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeBlendElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
protected void |
SVGEllipseElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs an ellipse according to the specified parameters. |
protected ShapePainter |
SVGEllipseElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
|
void |
SVGDescElementBridge.handleElement(BridgeContext ctx,
org.w3c.dom.Element e)
Invoked to handle an Element for a given BridgeContext. |
protected ShapePainter |
SVGDecoratedShapeElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Creates the shape painter associated to the specified element. |
ICCColorSpaceExt |
SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx,
org.w3c.dom.Element paintedElement,
java.lang.String iccProfileName)
Creates an ICC_ColorSpace according to the specified parameters. |
ClipRable |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
org.w3c.dom.Element clipElement,
org.w3c.dom.Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
protected void |
SVGCircleElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a circle according to the specified parameters. |
protected ShapePainter |
SVGCircleElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
|
void |
SVGBridgeExtension.registerTags(BridgeContext ctx)
This method should update the BridgeContext with support for the tags in this extension. |
Glyph[] |
SVGAltGlyphElementBridge.createAltGlyphArray(BridgeContext ctx,
org.w3c.dom.Element altGlyphElement,
float fontSize,
java.text.AttributedCharacterIterator aci)
Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size. |
void |
SVGAElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
static ShapePainter |
PaintServer.convertMarkers(org.w3c.dom.Element e,
ShapeNode node,
BridgeContext ctx)
Returns a ShapePainter defined on the specified element and for the specified shape node. |
static Marker |
PaintServer.convertMarker(org.w3c.dom.Element e,
Value v,
BridgeContext ctx)
Returns a Marker defined on the specified element by the specified value, and for the specified shape node. |
static ShapePainter |
PaintServer.convertFillAndStroke(org.w3c.dom.Element e,
ShapeNode node,
BridgeContext ctx)
Returns a ShapePainter defined on the specified element and for the specified shape node, and using the specified bridge context. |
static java.awt.Paint |
PaintServer.convertStrokePaint(org.w3c.dom.Element strokedElement,
GraphicsNode strokedNode,
BridgeContext ctx)
Converts for the specified element, its stroke paint properties to a Paint object. |
static java.awt.Paint |
PaintServer.convertFillPaint(org.w3c.dom.Element filledElement,
GraphicsNode filledNode,
BridgeContext ctx)
Converts for the specified element, its fill paint properties to a Paint object. |
static java.awt.Paint |
PaintServer.convertPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters. |
static java.awt.Paint |
PaintServer.silentConvertURIPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified by URI without sending any error. |
static java.awt.Paint |
PaintServer.convertURIPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified as a URI. |
static java.awt.Color |
PaintServer.convertRGBICCColor(org.w3c.dom.Element paintedElement,
Value colorDef,
ICCColor iccColor,
float opacity,
BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason. |
static java.awt.Color |
PaintServer.convertICCColor(org.w3c.dom.Element e,
ICCColor c,
float opacity,
BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's ICC color value or null if the related color profile could not be used or loaded for any reason. |
java.awt.Paint |
PaintBridge.createPaint(BridgeContext ctx,
org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
Mask |
MaskBridge.createMask(BridgeContext ctx,
org.w3c.dom.Element maskElement,
org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters. |
Marker |
MarkerBridge.createMarker(BridgeContext ctx,
org.w3c.dom.Element markerElement,
org.w3c.dom.Element paintedElement)
Creates a Marker according to the specified parameters. |
GraphicsNode |
GVTBuilder.build(BridgeContext ctx,
org.w3c.dom.Document document)
Builds using the specified bridge context the specified SVG document. |
GraphicsNode |
GVTBuilder.build(BridgeContext ctx,
org.w3c.dom.Element e)
Builds using the specified bridge context the specified Element. |
protected void |
GVTBuilder.buildComposite(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode parentNode)
Builds a composite Element. |
protected void |
GVTBuilder.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode parentNode)
Builds a 'leaf' Element. |
GraphicsNode |
GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
GraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
void |
GenericBridge.handleElement(BridgeContext ctx,
org.w3c.dom.Element e)
Invoked to handle an Element for a given BridgeContext. |
GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element. |
protected GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx,
ParsedURL purl)
Tries to build a GVTFontFamily from a URL reference |
protected org.w3c.dom.Element |
FontFace.getBaseElement(BridgeContext ctx)
Default implementation uses the root element of the document associated with BridgeContext. |
Filter |
FilterPrimitiveBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
FilterBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter according to the specified parameters. |
void |
DocumentLoader.setBridgeContext(BridgeContext bc)
Sets the bridge context. |
static java.awt.Cursor |
CSSUtilities.convertCursor(org.w3c.dom.Element e,
BridgeContext ctx)
Returns the Cursor corresponding to the input element's cursor property |
static Filter |
CSSUtilities.convertFilter(org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
BridgeContext ctx)
Returns a Filter referenced by the specified element and which applies on the specified graphics node. |
static ClipRable |
CSSUtilities.convertClipPath(org.w3c.dom.Element clippedElement,
GraphicsNode clippedNode,
BridgeContext ctx)
Returns a Clip referenced by the specified element and which applies on the specified graphics node. |
static Mask |
CSSUtilities.convertMask(org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode,
BridgeContext ctx)
Returns a Mask referenced by the specified element and which applies on the specified graphics node. |
static java.awt.Color |
CSSUtilities.convertLightingColor(org.w3c.dom.Element e,
BridgeContext ctx)
Converts the color defined on the specified lighting filter element to a Color. |
static java.awt.Color |
CSSUtilities.convertFloodColor(org.w3c.dom.Element e,
BridgeContext ctx)
Converts the color defined on the specified <feFlood> element to a Color. |
static java.awt.Color |
CSSUtilities.convertStopColor(org.w3c.dom.Element e,
float opacity,
BridgeContext ctx)
Converts the color defined on the specified <stop> element to a Color. |
GVTFontFamily |
CSSFontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element. |
ClipRable |
ClipBridge.createClip(BridgeContext ctx,
org.w3c.dom.Element clipElement,
org.w3c.dom.Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
void |
BridgeExtension.registerTags(BridgeContext ctx)
This method should update the BridgeContext with support for the tags in this extension. |
static void |
BridgeEventSupport.addGVTListener(BridgeContext ctx,
org.w3c.dom.Document doc)
Is called only for the root element in order to dispatch GVT events to the DOM. |
static void |
BridgeContext.registerSVGBridges(BridgeContext ctx)
Registers the bridges to handle SVG 1.0 elements. |
protected static Light |
AbstractSVGLightingElementBridge.extractLight(org.w3c.dom.Element filterElement,
BridgeContext ctx)
Returns the light from the specified lighting filter primitive element or null if any |
abstract Light |
AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.createLight(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element lightElement,
java.awt.Color color)
Creates a Light according to the specified parameters. |
Light |
AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge.createLight(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element lightElement,
java.awt.Color color)
Creates a Light according to the specified parameters. |
Light |
AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge.createLight(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element lightElement,
java.awt.Color color)
Creates a Light according to the specified parameters. |
Light |
AbstractSVGLightingElementBridge.SVGFePointLightElementBridge.createLight(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element lightElement,
java.awt.Color color)
Creates a Light according to the specified parameters. |
java.awt.Paint |
AbstractSVGGradientElementBridge.createPaint(BridgeContext ctx,
org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
protected abstract java.awt.Paint |
AbstractSVGGradientElementBridge.buildGradient(org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
MultipleGradientPaint.CycleMethodEnum spreadMethod,
MultipleGradientPaint.ColorSpaceEnum colorSpace,
java.awt.geom.AffineTransform transform,
java.awt.Color[] colors,
float[] offsets,
BridgeContext ctx)
Builds a concrete gradient according to the specified parameters. |
protected static java.util.List |
AbstractSVGGradientElementBridge.extractStop(org.w3c.dom.Element paintElement,
float opacity,
BridgeContext ctx)
Returns the stops elements of the specified gradient element. |
protected static java.util.List |
AbstractSVGGradientElementBridge.extractLocalStop(org.w3c.dom.Element gradientElement,
float opacity,
BridgeContext ctx)
Returns a list of Stop elements, children of the specified paintElement can have or null if any. |
AbstractSVGGradientElementBridge.Stop |
AbstractSVGGradientElementBridge.SVGStopElementBridge.createStop(BridgeContext ctx,
org.w3c.dom.Element gradientElement,
org.w3c.dom.Element stopElement,
float opacity)
Creates a Stop according to the specified parameters. |
protected static Filter |
AbstractSVGFilterPrimitiveElementBridge.getIn(org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.util.Map filterMap,
BridgeContext ctx)
Returns the input source of the specified filter primitive element defined by its 'in' attribute. |
protected static Filter |
AbstractSVGFilterPrimitiveElementBridge.getIn2(org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.util.Map filterMap,
BridgeContext ctx)
Returns the input source of the specified filter primitive element defined by its 'in2' attribute. |
GraphicsNode |
AbstractGraphicsNodeBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
AbstractGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
protected void |
AbstractGraphicsNodeBridge.initializeDynamicSupport(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
This method is invoked during the build phase if the document is dynamic. |
Constructors in org.apache.batik.bridge with parameters of type BridgeContext | |
UpdateManager(BridgeContext ctx,
GraphicsNode gn,
org.w3c.dom.Document doc)
Creates a new update manager. |
|
UnitProcessor.DefaultContext(BridgeContext ctx,
org.w3c.dom.Element e)
|
|
SVGUseElementBridge.CursorMouseOverListener(BridgeContext ctx)
|
|
SVGTextElementBridge.AbstractTextChildSVGContext(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the SVGContext implementation
with the bridgeContext, the parent bridge, and the
element supervised by this context |
|
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the BridgeUpdateHandler implementation. |
|
SVGTextElementBridge.AbstractTextChildTextContent(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
Initialize the AbstractTextChildBridgeUpdateHandler implementation. |
|
SVGTextElementBridge.TRefBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
|
SVGTextElementBridge.TextPathBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
|
SVGTextElementBridge.TspanBridge(BridgeContext ctx,
SVGTextElementBridge parent,
org.w3c.dom.Element e)
|
|
SVGFontFamily(GVTFontFace fontFace,
org.w3c.dom.Element fontElement,
BridgeContext ctx)
Constructs an SVGFontFamily. |
|
SVGGVTFont(float fontSize,
GVTFontFace fontFace,
java.lang.String[] glyphUnicodes,
java.lang.String[] glyphNames,
java.lang.String[] glyphLangs,
java.lang.String[] glyphOrientations,
java.lang.String[] glyphForms,
BridgeContext ctx,
org.w3c.dom.Element[] glyphElements,
org.w3c.dom.Element missingGlyphElement,
org.w3c.dom.Element[] hkernElements,
org.w3c.dom.Element[] vkernElements,
org.w3c.dom.Element textElement)
Constructs a new SVGGVTFont of the specified size. |
|
SVGAltGlyphHandler(BridgeContext ctx,
org.w3c.dom.Element textElement)
Constructs an SVGAltGlyphHandler. |
|
ScriptingEnvironment(BridgeContext ctx)
Creates a new ScriptingEnvironment. |
|
CursorManager(BridgeContext ctx)
Constructor |
|
BridgeEventSupport.Listener(BridgeContext ctx,
UserAgent u)
|
|
BridgeContext.EventListenerMememto(org.w3c.dom.events.EventTarget t,
java.lang.String s,
org.w3c.dom.events.EventListener l,
boolean b,
BridgeContext ctx)
|
|
BaseScriptingEnvironment(BridgeContext ctx)
Creates a new BaseScriptingEnvironment. |
Uses of BridgeContext in org.apache.batik.extension.svg |
Methods in org.apache.batik.extension.svg with parameters of type BridgeContext | |
protected java.awt.geom.Point2D |
SVGFlowTextElementBridge.getLocation(BridgeContext ctx,
org.w3c.dom.Element e)
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region). |
protected java.text.AttributedString |
SVGFlowTextElementBridge.buildAttributedString(BridgeContext ctx,
org.w3c.dom.Element element)
Creates the attributed string which represents the given text element children. |
protected void |
SVGFlowTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
Adds glyph position attributes to an AttributedString. |
protected void |
SVGFlowTextElementBridge.addChildGlyphPositionAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
|
protected void |
SVGFlowTextElementBridge.addNullPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
|
protected void |
SVGFlowTextElementBridge.addChildNullPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
BridgeContext ctx)
|
protected void |
SVGFlowTextElementBridge.addPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
protected void |
SVGFlowTextElementBridge.addChildPaintAttributes(java.text.AttributedString as,
org.w3c.dom.Element element,
TextNode node,
TextPaintInfo parentPI,
BridgeContext ctx)
|
protected java.text.AttributedString |
SVGFlowTextElementBridge.getFlowDiv(BridgeContext ctx,
org.w3c.dom.Element element)
|
protected java.text.AttributedString |
SVGFlowTextElementBridge.gatherFlowPara(BridgeContext ctx,
org.w3c.dom.Element div)
|
protected java.util.List |
SVGFlowTextElementBridge.getRegions(BridgeContext ctx,
org.w3c.dom.Element element)
|
protected void |
SVGFlowTextElementBridge.gatherRegionInfo(BridgeContext ctx,
org.w3c.dom.Element rgn,
float verticalAlign,
java.util.List regions)
|
protected void |
SVGFlowTextElementBridge.fillAttributedStringBuffer(BridgeContext ctx,
org.w3c.dom.Element element,
boolean top,
java.lang.Integer bidiLevel,
SVGTextElementBridge.AttributedStringBuffer asb,
java.util.List lnLocs)
Fills the given AttributedStringBuffer. |
protected java.util.Map |
SVGFlowTextElementBridge.getAttributeMap(BridgeContext ctx,
org.w3c.dom.Element element,
TextPath textPath,
java.lang.Integer bidiLevel)
Returns the map to pass to the current characters. |
java.awt.Paint |
SolidColorBridge.createPaint(BridgeContext ctx,
org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
protected static float |
SolidColorBridge.extractOpacity(org.w3c.dom.Element paintElement,
float opacity,
BridgeContext ctx)
|
protected static java.awt.Color |
SolidColorBridge.extractColor(org.w3c.dom.Element paintElement,
float opacity,
BridgeContext ctx)
|
java.awt.Paint |
ColorSwitchBridge.createPaint(BridgeContext ctx,
org.w3c.dom.Element paintElement,
org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
protected void |
BatikStarElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a star polygone according to the specified parameters. |
protected void |
BatikRegularPolygonElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode)
Constructs a regular polygone according to the specified parameters. |
GraphicsNode |
BatikMultiImageElementBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Creates a graphics node using the specified BridgeContext and for the specified element. |
void |
BatikMultiImageElementBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
|
protected void |
BatikMultiImageElementBridge.initializeDynamicSupport(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node)
This method is invoked during the build phase if the document is dynamic. |
Filter |
BatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Creates a Filter primitive according to the specified parameters. |
void |
BatikBridgeExtension.registerTags(BridgeContext ctx)
This method should update the BridgeContext with support for the tags in this extension. |
Constructors in org.apache.batik.extension.svg with parameters of type BridgeContext | |
MultiResGraphicsNode(org.w3c.dom.Element multiImgElem,
java.awt.geom.Rectangle2D bounds,
org.w3c.dom.Element[] srcElems,
java.awt.Dimension[] minSz,
java.awt.Dimension[] maxSz,
BridgeContext ctx)
|
Uses of BridgeContext in org.apache.batik.script |
Methods in org.apache.batik.script that return BridgeContext | |
BridgeContext |
Window.getBridgeContext()
Returns the current BridgeContext. |
Uses of BridgeContext in org.apache.batik.swing.svg |
Fields in org.apache.batik.swing.svg declared as BridgeContext | |
protected BridgeContext |
SVGLoadEventDispatcher.bridgeContext
The bridge context to use. |
protected BridgeContext |
JSVGComponent.bridgeContext
The current bridge context. |
protected BridgeContext |
GVTTreeBuilder.bridgeContext
The bridge context to use. |
Methods in org.apache.batik.swing.svg that return BridgeContext | |
protected BridgeContext |
JSVGComponent.createBridgeContext()
Creates a new bridge context. |
Constructors in org.apache.batik.swing.svg with parameters of type BridgeContext | |
SVGLoadEventDispatcher(GraphicsNode gn,
SVGDocument doc,
BridgeContext bc,
UpdateManager um)
Creates a new SVGLoadEventDispatcher. |
|
GVTTreeBuilder(SVGDocument doc,
BridgeContext bc)
Creates a new GVTTreeBuilder. |
Uses of BridgeContext in org.apache.batik.transcoder |
Fields in org.apache.batik.transcoder declared as BridgeContext | |
protected BridgeContext |
SVGAbstractTranscoder.ctx
Current bridge context |
Methods in org.apache.batik.transcoder that return BridgeContext | |
protected BridgeContext |
SVGAbstractTranscoder.createBridgeContext()
Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |