Uses of Interface
org.apache.batik.gvt.GraphicsNode
-
Packages that use GraphicsNode Package Description org.apache.batik.apps.svgbrowser 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 org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects.org.apache.batik.gvt.font org.apache.batik.gvt.renderer org.apache.batik.swing.gvt 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 GraphicsNode in org.apache.batik.apps.svgbrowser
Fields in org.apache.batik.apps.svgbrowser declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeFindDialog. gvtRootThe GVT root into which text is searched.Methods in org.apache.batik.apps.svgbrowser that return GraphicsNode Modifier and Type Method Description protected GraphicsNodeFindDialog. getNext(java.lang.String text)Returns the next GraphicsNode that matches the specified string or null if any.Methods in org.apache.batik.apps.svgbrowser with parameters of type GraphicsNode Modifier and Type Method Description protected CanvasGraphicsNodeThumbnailDialog. getCanvasGraphicsNode(GraphicsNode gn)protected java.awt.RectangleElementOverlayManager. getElementBounds(GraphicsNode node)The bounds of a given graphics node.protected intFindDialog. match(GraphicsNode node, java.lang.String text, int index)Returns the index inside the specified TextNode of the specified text, or -1 if not found.voidFindDialog. setGraphicsNode(GraphicsNode gvtRoot)Sets the graphics node into which text is searched. -
Uses of GraphicsNode in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GraphicsNode Modifier and Type Class Description classFlowTextNodeOne line Class Desc Complete Class DescclassMultiResGraphicsNodeRasterRable This is used to wrap a Rendered Image back into the RenderableImage world.static classSVGPatternElementBridge.PatternGraphicsNodeclassTextNodeA graphics node that represents text.Fields in org.apache.batik.bridge declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeUpdateManager. graphicsNodeThe GraphicsNode whose updates are to be tracked.protected GraphicsNodeAbstractGraphicsNodeBridge. nodeThe graphics node constructed by this bridge.protected GraphicsNodeBridgeException. nodeThe graphics node that represents the current state of the GVT tree.private GraphicsNodeStyleReference. node(package private) GraphicsNodeSVGPatternElementBridge.PatternGraphicsNode. pcnprivate GraphicsNodeConcreteTextSelector. selectionNodeMethods in org.apache.batik.bridge that return GraphicsNode Modifier and Type Method Description GraphicsNodeGVTBuilder. build(BridgeContext ctx, org.w3c.dom.Document document)Builds using the specified bridge context the specified SVG document.GraphicsNodeGVTBuilder. build(BridgeContext ctx, org.w3c.dom.Element e)Builds using the specified bridge context the specified Element.protected GraphicsNodeSVGImageElementBridge. 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.(package private) GraphicsNodeSVGImageElementBridge. createBrokenImageNode(BridgeContext ctx, org.w3c.dom.Element e, java.lang.String uri, java.lang.String message)GraphicsNodeAbstractGraphicsNodeBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeGraphicsNodeBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGGElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGImageElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates a graphics node using the specified BridgeContext and for the specified element.GraphicsNodeSVGShapeElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates a graphics node using the specified BridgeContext and for the specified element.GraphicsNodeSVGSVGElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGSwitchElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGTextElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGUseElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.protected GraphicsNodeSVGImageElementBridge. createImageGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, ParsedURL purl)protected GraphicsNodeSVGImageElementBridge. createRasterImageNode(BridgeContext ctx, org.w3c.dom.Element e, Filter img, ParsedURL purl)Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected GraphicsNodeSVGImageElementBridge. createSVGImageNode(BridgeContext ctx, org.w3c.dom.Element e, org.w3c.dom.svg.SVGDocument imgDocument)Returns a GraphicsNode that represents a svg document as an image.GraphicsNodeBridgeContext. getGraphicsNode(org.w3c.dom.Node node)Returns the GraphicsNode associated to the specified Node or null if any.GraphicsNodeBridgeException. getGraphicsNode()Returns the graphics node that represents the current GVT tree built.GraphicsNodeMultiResGraphicsNode. getGraphicsNode(int idx)GraphicsNodeStyleReference. getGraphicsNode()Returns the graphics node.protected abstract GraphicsNodeAbstractGraphicsNodeBridge. instantiateGraphicsNode()Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.protected GraphicsNodeSVGGElementBridge. instantiateGraphicsNode()Creates aCompositeGraphicsNode.protected GraphicsNodeSVGImageElementBridge. instantiateGraphicsNode()Creates anImageNode.protected GraphicsNodeSVGShapeElementBridge. instantiateGraphicsNode()Creates aShapeNode.protected GraphicsNodeSVGSVGElementBridge. instantiateGraphicsNode()Creates aCompositeGraphicsNode.protected GraphicsNodeSVGTextElementBridge. instantiateGraphicsNode()Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.protected GraphicsNodeSVGUseElementBridge. instantiateGraphicsNode()Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.Methods in org.apache.batik.bridge with parameters of type GraphicsNode Modifier and Type Method Description protected voidAbstractGraphicsNodeBridge. associateSVGContext(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Associates theSVGContextwith the element.voidBridgeContext. bind(org.w3c.dom.Node node, GraphicsNode gn)Binds the specified GraphicsNode to the specified Node.protected static FilterSVGFilterElementBridge. 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 abstract java.awt.PaintAbstractSVGGradientElementBridge. 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 java.awt.PaintSVGLinearGradientElementBridge. 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.protected java.awt.PaintSVGRadialGradientElementBridge. 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.voidAbstractGraphicsNodeBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidGraphicsNodeBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGAElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGShapeElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGSVGElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGTextElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGUseElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.protected static FilterSVGFilterElementBridge. 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.protected voidSVGTextElementBridge. computeLaidoutText(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Recompute the layout of the <text> node.static ClipRableCSSUtilities. convertClipPath(org.w3c.dom.Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx)Returns aClipreferenced by the specified element and which applies on the specified graphics node.static java.awt.PaintPaintServer. convertFillPaint(org.w3c.dom.Element filledElement, GraphicsNode filledNode, BridgeContext ctx)Converts for the specified element, its fill paint properties to a Paint object.static FilterCSSUtilities. convertFilter(org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)Returns aFilterreferenced by the specified element and which applies on the specified graphics node.static java.awt.geom.Rectangle2DSVGUtilities. 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.Rectangle2DSVGUtilities. 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 java.awt.geom.Rectangle2DSVGUtilities. convertFilterPrimitiveRegion(org.w3c.dom.Element filterPrimitiveElement, org.w3c.dom.Element filterElement, 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 MaskCSSUtilities. convertMask(org.w3c.dom.Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)Returns aMaskreferenced by the specified element and which applies on the specified graphics node.static java.awt.geom.Rectangle2DSVGUtilities. 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.PaintPaintServer. convertPaint(org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)Converts a Paint definition to a concretejava.awt.Paintinstance according to the specified parameters.static java.awt.geom.Rectangle2DSVGUtilities. 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.protected static java.awt.geom.Rectangle2DSVGUtilities. convertRegion(java.lang.String xStr, java.lang.String yStr, java.lang.String wStr, java.lang.String hStr, short unitsType, GraphicsNode targetNode, UnitProcessor.Context uctx)Returns a rectangle that represents the region defined by the specified coordinates.static java.awt.PaintPaintServer. 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.PaintPaintServer. convertURIPaint(org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)Converts a Paint specified as a URI.ClipRableClipBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)Creates aClipaccording to the specified parameters.ClipRableSVGClipPathElementBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)Creates aClipaccording to the specified parameters.protected static FilterSVGFilterElementBridge. createEmptyFilter(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)Creates a new returns a new filter that fills its output with transparent black.FilterFilterBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)Creates aFilteraccording to the specified parameters.FilterFilterPrimitiveBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeBlendElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeColorMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeComponentTransferElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeCompositeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeConvolveMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDiffuseLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDisplacementMapElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeFloodElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeGaussianBlurElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeImageElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge.SVGFeMergeNodeElementBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)Creates aFilteraccording to the specified parameters.FilterSVGFeMorphologyElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeOffsetElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeSpecularLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTileElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTurbulenceElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFilterElementBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)Creates aFilteraccording to the specified parameters.MaskMaskBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.Element maskedElement, GraphicsNode maskedNode)Creates aMaskaccording to the specified parameters.MaskSVGMaskElementBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.Element maskedElement, GraphicsNode maskedNode)Creates aMaskaccording to the specified parameters.java.awt.PaintAbstractSVGGradientElementBridge. createPaint(BridgeContext ctx, org.w3c.dom.Element paintElement, org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, float opacity)Creates aPaintaccording to the specified parameters.java.awt.PaintPaintBridge. createPaint(BridgeContext ctx, org.w3c.dom.Element paintElement, org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, float opacity)Creates aPaintaccording to the specified parameters.java.awt.PaintSVGPatternElementBridge. createPaint(BridgeContext ctx, org.w3c.dom.Element patternElement, org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, float opacity)Creates aPaintaccording to the specified parameters.protected static FilterSVGFeImageElementBridge. 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 java.awt.geom.Rectangle2DSVGUtilities. extendRegion(java.lang.String dxStr, java.lang.String dyStr, java.lang.String dwStr, java.lang.String dhStr, short unitsType, GraphicsNode filteredNode, java.awt.geom.Rectangle2D region, UnitProcessor.Context uctx)Returns a rectangle that represents the region extended by the specified differential coordinates.protected static java.util.ListSVGFeMergeElementBridge. 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.static java.awt.geom.Rectangle2DSVGUtilities. getBaseFilterPrimitiveRegion(org.w3c.dom.Element filterPrimitiveElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, java.awt.geom.Rectangle2D defaultRegion, BridgeContext ctx)org.w3c.dom.ElementBridgeContext. getElement(GraphicsNode gn)Returns the Node associated to the specified GraphicsNode or null if any.protected org.w3c.dom.ElementBridgeEventSupport.Listener. getEventTarget(GraphicsNode node, java.awt.geom.Point2D pt)Returns the element that is the target of the specified event or null if any.(package private) static FilterAbstractSVGFilterPrimitiveElementBridge. getFilterSource(org.w3c.dom.Element filterElement, java.lang.String s, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, java.util.Map filterMap, BridgeContext ctx)Returns the filter source according to the specified parameters.protected static FilterAbstractSVGFilterPrimitiveElementBridge. 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 FilterAbstractSVGFilterPrimitiveElementBridge. 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.protected TextPaintInfoSVGTextElementBridge. getTextPaintInfo(org.w3c.dom.Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx)Constructs a TextDecoration object for the specified element.protected voidAbstractGraphicsNodeBridge. initializeDynamicSupport(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)This method is invoked during the build phase if the document is dynamic.protected voidSVGImageElementBridge. initializeDynamicSupport(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)This method is invoked during the build phase if the document is dynamic.protected voidSVGTextElementBridge. initializeDynamicSupport(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)This method ensures that any modification to a text element and its children is going to be reflected into the GVT tree.protected static voidSVGImageElementBridge. 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.voidSVGTextElementBridge. setBaseTextPaintInfo(TextPaintInfo pi, org.w3c.dom.Element element, GraphicsNode node, BridgeContext ctx)voidBridgeException. setGraphicsNode(GraphicsNode node)Sets the graphics node that represents the current GVT tree built.protected voidAbstractGraphicsNodeBridge. setTransform(GraphicsNode n, org.w3c.dom.Element e, BridgeContext ctx)Sets the graphics node's transform to the current animated transform value.static java.awt.PaintPaintServer. 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.geom.AffineTransformSVGUtilities. toObjectBBox(java.awt.geom.AffineTransform Tx, GraphicsNode node)Returns an AffineTransform to move to the objectBoundingBox coordinate system.static java.awt.geom.Rectangle2DSVGUtilities. toObjectBBox(java.awt.geom.Rectangle2D r, GraphicsNode node)Returns the specified a Rectangle2D move to the objectBoundingBox coordinate system of the specified graphics node.Constructors in org.apache.batik.bridge with parameters of type GraphicsNode Constructor Description PatternGraphicsNode(GraphicsNode gn)StyleReference(GraphicsNode node, java.lang.String styleAttribute)Creates a newStyleReference.UpdateManager(BridgeContext ctx, GraphicsNode gn, org.w3c.dom.Document doc)Creates a new update manager. -
Uses of GraphicsNode in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 that return GraphicsNode Modifier and Type Method Description GraphicsNodeBindableElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGFlowRootElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeSVGMultiImageElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates a graphics node using the specified BridgeContext and for the specified element.GraphicsNodeXBLContentElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeXBLShadowTreeElementBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)Creates aGraphicsNodeaccording to the specified parameters.protected GraphicsNodeBindableElementBridge. instantiateGraphicsNode()Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.protected GraphicsNodeSVGFlowRootElementBridge. instantiateGraphicsNode()Creates the graphics node for this element.protected GraphicsNodeXBLContentElementBridge. instantiateGraphicsNode()Creates aCompositeGraphicsNode.protected GraphicsNodeXBLShadowTreeElementBridge. instantiateGraphicsNode()Creates aCompositeGraphicsNode.Methods in org.apache.batik.bridge.svg12 with parameters of type GraphicsNode Modifier and Type Method Description voidBindableElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGFlowRootElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGMultiImageElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)voidXBLContentElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidXBLShadowTreeElementBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.protected voidSVGFlowRootElementBridge. computeLaidoutText(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)java.awt.PaintSVGSolidColorElementBridge. createPaint(BridgeContext ctx, org.w3c.dom.Element paintElement, org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, float opacity)Creates aPaintaccording to the specified parameters.protected voidSVGMultiImageElementBridge. initializeDynamicSupport(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)This method is invoked during the build phase if the document is dynamic. -
Uses of GraphicsNode in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement GraphicsNode Modifier and Type Class Description classFlowExtTextNodeOne line Class Desc Complete Class DescMethods in org.apache.batik.extension.svg that return GraphicsNode Modifier and Type Method Description protected GraphicsNodeBatikFlowTextElementBridge. instantiateGraphicsNode()Methods in org.apache.batik.extension.svg with parameters of type GraphicsNode Modifier and Type Method Description FilterBatikHistogramNormalizationElementBridge. 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 aFilterprimitive according to the specified parameters.java.awt.PaintColorSwitchBridge. createPaint(BridgeContext ctx, org.w3c.dom.Element paintElement, org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, float opacity)Creates aPaintaccording to the specified parameters. -
Uses of GraphicsNode in org.apache.batik.gvt
Classes in org.apache.batik.gvt that implement GraphicsNode Modifier and Type Class Description classAbstractGraphicsNodeA partial implementation of theGraphicsNodeinterface.classCanvasGraphicsNodeThe graphics node container with a background color.classCompositeGraphicsNodeA CompositeGraphicsNode is a graphics node that can contain graphics nodes.classImageNodeA graphics node that represents an image described as a graphics node.classProxyGraphicsNodeA graphics node which provides a placeholder for another graphics node.classRasterImageNodeA graphics node that represents a raster image.classRootGraphicsNodeThe top-level graphics node of the GVT tree.classShapeNodeA graphics node that represents a shape.Fields in org.apache.batik.gvt declared as GraphicsNode Modifier and Type Field Description protected GraphicsNode[]CompositeGraphicsNode. childrenThe children of this composite graphics node.protected GraphicsNodeGVTTreeWalker. currentNodeThe current GraphicsNode.protected GraphicsNodeGVTTreeWalker. gvtRootThe GVT root into which text is searched.protected GraphicsNodeMarker. markerNodeGraphicsNode this marker is associated toprivate GraphicsNodePatternPaint. nodeTheGraphicsNodethat thisPaintuses to produce the pixel patternprotected GraphicsNodeProxyGraphicsNode. sourceThe graphics node to proxy.protected GraphicsNodeGVTTreeWalker. treeRootThe root of the subtree of the GVT which is traversed.Methods in org.apache.batik.gvt that return GraphicsNode Modifier and Type Method Description GraphicsNodeGVTTreeWalker. firstChild()Returns the first child of the currentGraphicsNode.GraphicsNodeGVTTreeWalker. getCurrentGraphicsNode()Returns the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker. getFirstChild(GraphicsNode node)GraphicsNodePatternPaint. getGraphicsNode()Returns the graphics node that define the pattern.GraphicsNodeGVTTreeWalker. getGVTRoot()Returns the GVT root graphics node.GraphicsNodeImageNode. getImage()Returns the graphics node that represents the image.protected static GraphicsNodeGVTTreeWalker. getLastChild(GraphicsNode node)GraphicsNodeMarker. getMarkerNode()Returns theGraphicsNodethat draws this marker.protected GraphicsNodeGVTTreeWalker. getNextGraphicsNode(GraphicsNode node)GraphicsNodeGVTTreeWalker. getNextSibling()Returns the next sibling of the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker. getNextSibling(GraphicsNode node)protected GraphicsNodeGVTTreeWalker. getPreviousGraphicsNode(GraphicsNode node)GraphicsNodeGVTTreeWalker. getPreviousSibling()Returns the next previous of the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker. getPreviousSibling(GraphicsNode node)GraphicsNodeGVTTreeWalker. getRoot()Returns the root graphics node.GraphicsNodeProxyGraphicsNode. getSource()Returns the proxied graphics node.GraphicsNodeGVTTreeWalker. lastChild()Returns the last child of the currentGraphicsNode.GraphicsNodeGVTTreeWalker. nextGraphicsNode()Returns the nextGraphicsNode.GraphicsNodeAbstractGraphicsNode. nodeHitAt(java.awt.geom.Point2D p)Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.GraphicsNodeCompositeGraphicsNode. nodeHitAt(java.awt.geom.Point2D p)Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.GraphicsNodeGraphicsNode. nodeHitAt(java.awt.geom.Point2D p)Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.GraphicsNodeImageNode. nodeHitAt(java.awt.geom.Point2D p)Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.GraphicsNodeGVTTreeWalker. parentGraphicsNode()Returns the parent of the currentGraphicsNode.GraphicsNodeGVTTreeWalker. previousGraphicsNode()Returns the previousGraphicsNode.Methods in org.apache.batik.gvt with parameters of type GraphicsNode Modifier and Type Method Description voidAbstractGraphicsNode. fireGraphicsNodeChangeStarted(GraphicsNode changeSrc)protected static GraphicsNodeGVTTreeWalker. getFirstChild(GraphicsNode node)protected static GraphicsNodeGVTTreeWalker. getLastChild(GraphicsNode node)protected GraphicsNodeGVTTreeWalker. getNextGraphicsNode(GraphicsNode node)protected static GraphicsNodeGVTTreeWalker. getNextSibling(GraphicsNode node)java.awt.geom.Rectangle2DUpdateTracker. getNodeDirtyRegion(GraphicsNode gn)java.awt.geom.Rectangle2DUpdateTracker. getNodeDirtyRegion(GraphicsNode gn, java.awt.geom.AffineTransform at)This returns the dirty region for gn in the coordinate system given byat.protected GraphicsNodeGVTTreeWalker. getPreviousGraphicsNode(GraphicsNode node)protected static GraphicsNodeGVTTreeWalker. getPreviousSibling(GraphicsNode node)voidGVTTreeWalker. setCurrentGraphicsNode(GraphicsNode node)Sets the current GraphicsNode to the specified node.voidImageNode. setImage(GraphicsNode newImage)Sets the graphics node that represents the image.voidProxyGraphicsNode. setSource(GraphicsNode source)Sets the graphics node to proxy to the specified graphics node.Constructors in org.apache.batik.gvt with parameters of type GraphicsNode Constructor Description GVTTreeWalker(GraphicsNode treeRoot)Constructs a newGVTTreeWalker.Marker(GraphicsNode markerNode, java.awt.geom.Point2D ref, double orient)Constructs a new marker.PatternPaint(GraphicsNode node, java.awt.geom.Rectangle2D patternRegion, boolean overflow, java.awt.geom.AffineTransform patternTransform)Constructs a newPatternPaint. -
Uses of GraphicsNode in org.apache.batik.gvt.event
Fields in org.apache.batik.gvt.event declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeGraphicsNodeChangeEvent. changeSourceprotected GraphicsNodeAWTEventDispatcher. currentKeyEventTargetThe current GraphicsNode targeted by an key events.protected GraphicsNodeAWTEventDispatcher. lastHitThe lastest node which has been targeted by an event.(package private) GraphicsNodeGraphicsNodeMouseEvent. relatedNodeAdditional information.protected GraphicsNodeAWTEventDispatcher. rootThe root GraphicsNode as determined by setRootNode().Methods in org.apache.batik.gvt.event that return GraphicsNode Modifier and Type Method Description GraphicsNodeGraphicsNodeChangeEvent. getChangeSrc()GraphicsNodeGraphicsNodeEvent. getGraphicsNode()Returns the graphics node where the event is originated.GraphicsNodeGraphicsNodeMouseEvent. getRelatedNode()Returns the related node for thisGraphicsNodeMouseEvent.GraphicsNodeAWTEventDispatcher. getRootNode()Returns the root node for MouseEvent dispatch containment searches and field selections.GraphicsNodeEventDispatcher. getRootNode()Returns the root node for MouseEvent dispatch containment searches and field selections.Methods in org.apache.batik.gvt.event with parameters of type GraphicsNode Modifier and Type Method Description voidGraphicsNodeChangeEvent. setChangeSrc(GraphicsNode gn)voidAWTEventDispatcher. setRootNode(GraphicsNode root)Sets the root node for MouseEvent dispatch containment searches and field selections.voidEventDispatcher. setRootNode(GraphicsNode root)Sets the root node for MouseEvent dispatch containment searches and field selections.Constructors in org.apache.batik.gvt.event with parameters of type GraphicsNode Constructor Description GraphicsNodeChangeEvent(GraphicsNode source, int id)Constructs a new graphics node event with the specified source and ID.GraphicsNodeEvent(GraphicsNode source, int id)Constructs a new graphics node event with the specified source and ID.GraphicsNodeFocusEvent(GraphicsNode source, int id)Constructs a new graphics node focus event.GraphicsNodeInputEvent(GraphicsNode source, int id, long when, int modifiers, int lockState)Constructs a new graphics node input event.GraphicsNodeInputEvent(GraphicsNode source, java.awt.event.InputEvent evt, int lockState)Constructs a new graphics node input event from an AWT InputEvent.GraphicsNodeKeyEvent(GraphicsNode source, int id, long when, int modifiers, int lockState, int keyCode, char keyChar, int keyLocation)Constructs a new graphics node key event.GraphicsNodeMouseEvent(GraphicsNode source, int id, long when, int modifiers, int lockState, int button, float x, float y, int clientX, int clientY, int screenX, int screenY, int clickCount, GraphicsNode relatedNode)Constructs a new graphics node mouse event.GraphicsNodeMouseEvent(GraphicsNode source, java.awt.event.MouseEvent evt, int button, int lockState)Constructs a new graphics node mouse event from an AWT MouseEvent.GraphicsNodeMouseWheelEvent(GraphicsNode source, int id, long when, int modifiers, int lockState, int wheelDelta)Constructs a new graphics node mouse wheel event. -
Uses of GraphicsNode in org.apache.batik.gvt.filter
Fields in org.apache.batik.gvt.filter declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeMaskRable8Bit. maskThe node who's outline specifies our mask.private GraphicsNodeBackgroundRable8Bit. nodeGraphicsNode this image can renderprivate GraphicsNodeGraphicsNodeRable8Bit. nodeGraphicsNode this image can renderprivate GraphicsNodeGraphicsNodeRed8Bit. nodeGraphicsNode this image can renderMethods in org.apache.batik.gvt.filter that return GraphicsNode Modifier and Type Method Description GraphicsNodeBackgroundRable8Bit. getGraphicsNode()Returns theGraphicsNoderendered by this imageGraphicsNodeGraphicsNodeRable. getGraphicsNode()Returns theGraphicsNodefor which a rendering can be obtainedGraphicsNodeGraphicsNodeRable8Bit. getGraphicsNode()Returns theGraphicsNoderendered by this imageGraphicsNodeMask. getMaskNode()Returns the Graphics node that the mask operation will use to define the masking image.GraphicsNodeMaskRable8Bit. getMaskNode()Returns the Graphics node that the mask operation will use to define the masking image.Methods in org.apache.batik.gvt.filter with parameters of type GraphicsNode Modifier and Type Method Description (package private) static java.awt.geom.Rectangle2DBackgroundRable8Bit. addBounds(CompositeGraphicsNode cgn, GraphicsNode child, java.awt.geom.Rectangle2D init)GraphicsNodeRableConcreteGraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.GraphicsNodeRableGraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.FilterBackgroundRable8Bit. getBackground(GraphicsNode gn, GraphicsNode child, java.awt.geom.Rectangle2D aoi)Returns a filter that represents the background image forchild.(package private) static java.awt.geom.Rectangle2DBackgroundRable8Bit. getBoundsRecursive(GraphicsNode gn, GraphicsNode child)(package private) static java.awt.geom.Rectangle2DBackgroundRable8Bit. getViewportBounds(GraphicsNode gn, GraphicsNode child)voidBackgroundRable8Bit. setGraphicsNode(GraphicsNode node)Sets theGraphicsNodethis image should rendervoidGraphicsNodeRable. setGraphicsNode(GraphicsNode node)Sets theGraphicsNodeassociated with this image.voidGraphicsNodeRable8Bit. setGraphicsNode(GraphicsNode node)Sets theGraphicsNodethis image should rendervoidMask. setMaskNode(GraphicsNode gn)Set the masking image to that described by gn.voidMaskRable8Bit. setMaskNode(GraphicsNode mask)Set the masking image to that described by gn.Constructors in org.apache.batik.gvt.filter with parameters of type GraphicsNode Constructor Description BackgroundRable8Bit(GraphicsNode node)GraphicsNodeRable8Bit(GraphicsNode node)GraphicsNodeRable8Bit(GraphicsNode node, boolean usePrimitivePaint)GraphicsNodeRable8Bit(GraphicsNode node, java.util.Map props)GraphicsNodeRed8Bit(GraphicsNode node, java.awt.geom.AffineTransform node2dev, boolean usePrimitivePaint, java.awt.RenderingHints hints)MaskRable8Bit(Filter src, GraphicsNode mask, java.awt.geom.Rectangle2D filterRegion) -
Uses of GraphicsNode in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as GraphicsNode Modifier and Type Field Description private GraphicsNodeGlyph. glyphChildrenNodeConstructors in org.apache.batik.gvt.font with parameters of type GraphicsNode Constructor Description Glyph(java.lang.String unicode, java.util.List names, java.lang.String orientation, java.lang.String arabicForm, java.lang.String lang, java.awt.geom.Point2D horizOrigin, java.awt.geom.Point2D vertOrigin, float horizAdvX, float vertAdvY, int glyphCode, TextPaintInfo tpi, java.awt.Shape dShape, GraphicsNode glyphChildrenNode)Constructs a Glyph with the specified parameters. -
Uses of GraphicsNode in org.apache.batik.gvt.renderer
Fields in org.apache.batik.gvt.renderer declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeMacRenderer. rootGNprotected GraphicsNodeStaticRenderer. rootGNTree this Renderer paints.Methods in org.apache.batik.gvt.renderer that return GraphicsNode Modifier and Type Method Description GraphicsNodeMacRenderer. getTree()Returns the GVT tree associated with this rendererGraphicsNodeRenderer. getTree()Returns the GVT tree associated with this rendererGraphicsNodeStaticRenderer. getTree()Methods in org.apache.batik.gvt.renderer with parameters of type GraphicsNode Modifier and Type Method Description voidMacRenderer. setTree(GraphicsNode treeRoot)This associates the given GVT Tree with this renderer.voidRenderer. setTree(GraphicsNode treeRoot)This associates the given GVT Tree with this renderer.voidStaticRenderer. setTree(GraphicsNode rootGN)This associates the given GVT Tree with this renderer. -
Uses of GraphicsNode in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeJGVTComponent. gvtRootThe GVT tree root.Methods in org.apache.batik.swing.gvt that return GraphicsNode Modifier and Type Method Description GraphicsNodeJGVTComponent. getGraphicsNode()Returns the root of the GVT tree displayed by this component, if any.Methods in org.apache.batik.swing.gvt with parameters of type GraphicsNode Modifier and Type Method Description voidJGVTComponent. setGraphicsNode(GraphicsNode gn)Sets the GVT tree to display.protected voidJGVTComponent. setGraphicsNode(GraphicsNode gn, boolean createDispatcher)Sets the GVT tree to display. -
Uses of GraphicsNode in org.apache.batik.swing.svg
Fields in org.apache.batik.swing.svg declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeGVTTreeBuilderEvent. gvtRootThe GVT root.protected GraphicsNodeSVGLoadEventDispatcherEvent. gvtRootThe GVT root.protected GraphicsNodeSVGLoadEventDispatcher. rootThe root graphics node.Methods in org.apache.batik.swing.svg that return GraphicsNode Modifier and Type Method Description GraphicsNodeGVTTreeBuilderEvent. getGVTRoot()Returns the GVT tree root, or null if the gvt construction was not completed or just started.GraphicsNodeSVGLoadEventDispatcherEvent. getGVTRoot()Returns the GVT tree root, or null if the gvt construction was not completed or just started.Methods in org.apache.batik.swing.svg with parameters of type GraphicsNode Modifier and Type Method Description protected CanvasGraphicsNodeJSVGComponent. getCanvasGraphicsNode(GraphicsNode gn)voidJSVGComponent. setGraphicsNode(GraphicsNode gn, boolean createDispatcher)protected voidJSVGComponent. startSVGLoadEventDispatcher(GraphicsNode root)Starts a SVGLoadEventDispatcher thread.Constructors in org.apache.batik.swing.svg with parameters of type GraphicsNode Constructor Description GVTTreeBuilderEvent(java.lang.Object source, GraphicsNode root)Creates a new GVTTreeBuilderEvent.SVGLoadEventDispatcher(GraphicsNode gn, org.w3c.dom.svg.SVGDocument doc, BridgeContext bc, UpdateManager um)Creates a new SVGLoadEventDispatcher.SVGLoadEventDispatcherEvent(java.lang.Object source, GraphicsNode root)Creates a new SVGLoadEventDispatcherEvent. -
Uses of GraphicsNode in org.apache.batik.transcoder
Fields in org.apache.batik.transcoder declared as GraphicsNode Modifier and Type Field Description protected GraphicsNodeSVGAbstractTranscoder. rootCurrent GVT Tree, i.e., the GVT tree representing the page being printed currently.Methods in org.apache.batik.transcoder with parameters of type GraphicsNode Modifier and Type Method Description protected CanvasGraphicsNodeSVGAbstractTranscoder. getCanvasGraphicsNode(GraphicsNode gn)
-