Uses of Interface
org.apache.batik.gvt.GraphicsNode
Packages that use GraphicsNode
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
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 GraphicsNodeModifier and TypeFieldDescriptionprotected GraphicsNodeFindDialog.gvtRootThe GVT root into which text is searched.Methods in org.apache.batik.apps.svgbrowser that return GraphicsNodeModifier and TypeMethodDescriptionprotected GraphicsNodeReturns the next GraphicsNode that matches the specified string or null if any.Methods in org.apache.batik.apps.svgbrowser with parameters of type GraphicsNodeModifier and TypeMethodDescriptionprotected CanvasGraphicsNodeThumbnailDialog.getCanvasGraphicsNode(GraphicsNode gn) protected RectangleElementOverlayManager.getElementBounds(GraphicsNode node) The bounds of a given graphics node.protected intFindDialog.match(GraphicsNode node, 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 GraphicsNodeModifier and TypeClassDescriptionclassOne line Class Desc Complete Class DescclassRasterRable This is used to wrap a Rendered Image back into the RenderableImage world.static classclassA graphics node that represents text.Fields in org.apache.batik.bridge declared as GraphicsNodeModifier and TypeFieldDescriptionprotected 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.Methods in org.apache.batik.bridge that return GraphicsNodeModifier and TypeMethodDescriptionGVTBuilder.build(BridgeContext ctx, Document document) Builds using the specified bridge context the specified SVG document.GVTBuilder.build(BridgeContext ctx, Element e) Builds using the specified bridge context the specified Element.protected GraphicsNodeSVGImageElementBridge.buildImageGraphicsNode(BridgeContext ctx, Element e) Create a Graphics node according to the resource pointed by the href : RasterImageNode for bitmaps, CompositeGraphicsNode for svg files.AbstractGraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGGElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates a graphics node using the specified BridgeContext and for the specified element.SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates a graphics node using the specified BridgeContext and for the specified element.SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGTextElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGUseElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.protected GraphicsNodeSVGImageElementBridge.createImageGraphicsNode(BridgeContext ctx, Element e, ParsedURL purl) protected GraphicsNodeSVGImageElementBridge.createRasterImageNode(BridgeContext ctx, Element e, Filter img, ParsedURL purl) Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected GraphicsNodeSVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element e, org.w3c.dom.svg.SVGDocument imgDocument) Returns a GraphicsNode that represents a svg document as an image.BridgeContext.getGraphicsNode(Node node) Returns the GraphicsNode associated to the specified Node or null if any.BridgeException.getGraphicsNode()Returns the graphics node that represents the current GVT tree built.MultiResGraphicsNode.getGraphicsNode(int idx) StyleReference.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 GraphicsNodeModifier and TypeMethodDescriptionprotected voidAbstractGraphicsNodeBridge.associateSVGContext(BridgeContext ctx, Element e, GraphicsNode node) Associates theSVGContextwith the element.voidBridgeContext.bind(Node node, GraphicsNode gn) Binds the specified GraphicsNode to the specified Node.protected static FilterSVGFilterElementBridge.buildFilterPrimitives(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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 PaintAbstractSVGGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, AffineTransform transform, Color[] colors, float[] offsets, BridgeContext ctx) Builds a concrete gradient according to the specified parameters.protected PaintSVGLinearGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, AffineTransform transform, Color[] colors, float[] offsets, BridgeContext ctx) Builds a linear gradient according to the specified parameters.protected PaintSVGRadialGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, AffineTransform transform, Color[] colors, float[] offsets, BridgeContext ctx) Builds a radial gradient according to the specified parameters.voidAbstractGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGAElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGShapeElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGSVGElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGTextElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGUseElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.protected static FilterSVGFilterElementBridge.buildLocalFilterPrimitives(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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, Element e, GraphicsNode node) Recompute the layout of the <text> node.static ClipRableCSSUtilities.convertClipPath(Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx) Returns aClipreferenced by the specified element and which applies on the specified graphics node.static PaintPaintServer.convertFillPaint(Element filledElement, GraphicsNode filledNode, BridgeContext ctx) Converts for the specified element, its fill paint properties to a Paint object.static FilterCSSUtilities.convertFilter(Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx) Returns aFilterreferenced by the specified element and which applies on the specified graphics node.static Rectangle2DSVGUtilities.convertFilterChainRegion(Element filterElement, 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 Rectangle2DSVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement, Element filteredElement, GraphicsNode filteredNode, Rectangle2D defaultRegion, Rectangle2D filterRegion, BridgeContext ctx) Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.static Rectangle2DSVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Rectangle2D defaultRegion, Rectangle2D filterRegion, BridgeContext ctx) Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.static MaskCSSUtilities.convertMask(Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx) Returns aMaskreferenced by the specified element and which applies on the specified graphics node.static Rectangle2DSVGUtilities.convertMaskRegion(Element maskElement, Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx) Returns the mask region according to the x, y, width, height, and maskUnits attributes.static PaintPaintServer.convertPaint(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 Rectangle2DSVGUtilities.convertPatternRegion(Element patternElement, Element paintedElement, GraphicsNode paintedNode, BridgeContext ctx) Returns the pattern region according to the x, y, width, height, and patternUnits attributes.protected static Rectangle2DSVGUtilities.convertRegion(String xStr, String yStr, String wStr, String hStr, short unitsType, GraphicsNode targetNode, UnitProcessor.Context uctx) Returns a rectangle that represents the region defined by the specified coordinates.static PaintPaintServer.convertStrokePaint(Element strokedElement, GraphicsNode strokedNode, BridgeContext ctx) Converts for the specified element, its stroke paint properties to a Paint object.static PaintPaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx) Converts a Paint specified as a URI.ClipBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode) Creates aClipaccording to the specified parameters.SVGClipPathElementBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode) Creates aClipaccording to the specified parameters.protected static FilterSVGFilterElementBridge.createEmptyFilter(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx) Creates a new returns a new filter that fills its output with transparent black.FilterBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording to the specified parameters.FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap) Creates aFilteraccording to the specified parameters.SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTileElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFilterElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording to the specified parameters.MaskBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode) Creates aMaskaccording to the specified parameters.SVGMaskElementBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode) Creates aMaskaccording to the specified parameters.AbstractSVGGradientElementBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity) Creates aPaintaccording to the specified parameters.PaintBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity) Creates aPaintaccording to the specified parameters.SVGPatternElementBridge.createPaint(BridgeContext ctx, Element patternElement, Element paintedElement, GraphicsNode paintedNode, float opacity) Creates aPaintaccording to the specified parameters.protected static FilterSVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx, Rectangle2D primitiveRegion, Element refElement, boolean toBBoxNeeded, Element filterElement, GraphicsNode filteredNode) Returns a Filter that represents a svg document or element as an image.protected static Rectangle2DSVGUtilities.extendRegion(String dxStr, String dyStr, String dwStr, String dhStr, short unitsType, GraphicsNode filteredNode, Rectangle2D region, UnitProcessor.Context uctx) Returns a rectangle that represents the region extended by the specified differential coordinates.protected static ListSVGFeMergeElementBridge.extractFeMergeNode(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.static Rectangle2DSVGUtilities.getBaseFilterPrimitiveRegion(Element filterPrimitiveElement, Element filteredElement, GraphicsNode filteredNode, Rectangle2D defaultRegion, BridgeContext ctx) BridgeContext.getElement(GraphicsNode gn) Returns the Node associated to the specified GraphicsNode or null if any.protected ElementBridgeEventSupport.Listener.getEventTarget(GraphicsNode node, Point2D pt) Returns the element that is the target of the specified event or null if any.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns the input source of the specified filter primitive element defined by its 'in' attribute.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn2(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns the input source of the specified filter primitive element defined by its 'in2' attribute.protected TextPaintInfoSVGTextElementBridge.getTextPaintInfo(Element element, GraphicsNode node, TextPaintInfo parentTPI, BridgeContext ctx) Constructs a TextDecoration object for the specified element.protected voidAbstractGraphicsNodeBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node) This method is invoked during the build phase if the document is dynamic.protected voidSVGImageElementBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node) This method is invoked during the build phase if the document is dynamic.protected voidSVGTextElementBridge.initializeDynamicSupport(BridgeContext ctx, 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, Element e, GraphicsNode node, float[] vb, Rectangle2D bounds) Initializes according to the specified element, the specified graphics node with the specified bounds.voidSVGTextElementBridge.setBaseTextPaintInfo(TextPaintInfo pi, 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, Element e, BridgeContext ctx) Sets the graphics node's transform to the current animated transform value.static PaintPaintServer.silentConvertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx) Converts a Paint specified by URI without sending any error.static AffineTransformSVGUtilities.toObjectBBox(AffineTransform Tx, GraphicsNode node) Returns an AffineTransform to move to the objectBoundingBox coordinate system.static Rectangle2DSVGUtilities.toObjectBBox(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 GraphicsNodeModifierConstructorDescriptionStyleReference(GraphicsNode node, String styleAttribute) Creates a newStyleReference.UpdateManager(BridgeContext ctx, GraphicsNode gn, 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 GraphicsNodeModifier and TypeMethodDescriptionBindableElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGFlowRootElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.SVGMultiImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates a graphics node using the specified BridgeContext and for the specified element.XBLContentElementBridge.createGraphicsNode(BridgeContext ctx, Element e) Creates aGraphicsNodeaccording to the specified parameters.XBLShadowTreeElementBridge.createGraphicsNode(BridgeContext ctx, 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 GraphicsNodeModifier and TypeMethodDescriptionvoidBindableElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGFlowRootElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidSVGMultiImageElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) voidXBLContentElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.voidXBLShadowTreeElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node) Builds using the specified BridgeContext and element, the specified graphics node.protected voidSVGFlowRootElementBridge.computeLaidoutText(BridgeContext ctx, Element e, GraphicsNode node) SVGSolidColorElementBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity) Creates aPaintaccording to the specified parameters.protected voidSVGMultiImageElementBridge.initializeDynamicSupport(BridgeContext ctx, 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 GraphicsNodeMethods in org.apache.batik.extension.svg that return GraphicsNodeModifier and TypeMethodDescriptionprotected GraphicsNodeBatikFlowTextElementBridge.instantiateGraphicsNode()Methods in org.apache.batik.extension.svg with parameters of type GraphicsNodeModifier and TypeMethodDescriptionBatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.ColorSwitchBridge.createPaint(BridgeContext ctx, Element paintElement, 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 GraphicsNodeModifier and TypeClassDescriptionclassA partial implementation of theGraphicsNodeinterface.classThe graphics node container with a background color.classA CompositeGraphicsNode is a graphics node that can contain graphics nodes.classA graphics node that represents an image described as a graphics node.classA graphics node which provides a placeholder for another graphics node.classA graphics node that represents a raster image.classThe top-level graphics node of the GVT tree.classA graphics node that represents a shape.Fields in org.apache.batik.gvt declared as GraphicsNodeModifier and TypeFieldDescriptionprotected 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 toprotected 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 GraphicsNodeModifier and TypeMethodDescriptionGVTTreeWalker.firstChild()Returns the first child of the currentGraphicsNode.GVTTreeWalker.getCurrentGraphicsNode()Returns the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker.getFirstChild(GraphicsNode node) PatternPaint.getGraphicsNode()Returns the graphics node that define the pattern.GVTTreeWalker.getGVTRoot()Returns the GVT root graphics node.ImageNode.getImage()Returns the graphics node that represents the image.protected static GraphicsNodeGVTTreeWalker.getLastChild(GraphicsNode node) Marker.getMarkerNode()Returns theGraphicsNodethat draws this marker.protected GraphicsNodeGVTTreeWalker.getNextGraphicsNode(GraphicsNode node) /////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////GVTTreeWalker.getNextSibling()Returns the next sibling of the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker.getNextSibling(GraphicsNode node) protected GraphicsNodeGVTTreeWalker.getPreviousGraphicsNode(GraphicsNode node) GVTTreeWalker.getPreviousSibling()Returns the next previous of the currentGraphicsNode.protected static GraphicsNodeGVTTreeWalker.getPreviousSibling(GraphicsNode node) GVTTreeWalker.getRoot()Returns the root graphics node.ProxyGraphicsNode.getSource()Returns the proxied graphics node.GVTTreeWalker.lastChild()Returns the last child of the currentGraphicsNode.GVTTreeWalker.nextGraphicsNode()Returns the nextGraphicsNode.Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.GVTTreeWalker.parentGraphicsNode()Returns the parent of the currentGraphicsNode.GVTTreeWalker.previousGraphicsNode()Returns the previousGraphicsNode.Methods in org.apache.batik.gvt with parameters of type GraphicsNodeModifier and TypeMethodDescriptionvoidAbstractGraphicsNode.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) UpdateTracker.getNodeDirtyRegion(GraphicsNode gn) UpdateTracker.getNodeDirtyRegion(GraphicsNode gn, 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 GraphicsNodeModifierConstructorDescriptionGVTTreeWalker(GraphicsNode treeRoot) Constructs a newGVTTreeWalker.Marker(GraphicsNode markerNode, Point2D ref, double orient) Constructs a new marker.PatternPaint(GraphicsNode node, Rectangle2D patternRegion, boolean overflow, AffineTransform patternTransform) Constructs a newPatternPaint. -
Uses of GraphicsNode in org.apache.batik.gvt.event
Fields in org.apache.batik.gvt.event declared as GraphicsNodeModifier and TypeFieldDescriptionprotected GraphicsNodeGraphicsNodeChangeEvent.changeSourceprotected GraphicsNodeAWTEventDispatcher.currentKeyEventTargetThe current GraphicsNode targeted by an key events.protected GraphicsNodeAWTEventDispatcher.lastHitThe lastest node which has been targeted by an event.protected GraphicsNodeAWTEventDispatcher.rootThe root GraphicsNode as determined by setRootNode().Methods in org.apache.batik.gvt.event that return GraphicsNodeModifier and TypeMethodDescriptionGraphicsNodeChangeEvent.getChangeSrc()GraphicsNodeEvent.getGraphicsNode()Returns the graphics node where the event is originated.GraphicsNodeMouseEvent.getRelatedNode()Returns the related node for thisGraphicsNodeMouseEvent.AWTEventDispatcher.getRootNode()Returns the root node for MouseEvent dispatch containment searches and field selections.EventDispatcher.getRootNode()Returns the root node for MouseEvent dispatch containment searches and field selections.Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeModifier and TypeMethodDescriptionvoidGraphicsNodeChangeEvent.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 GraphicsNodeModifierConstructorDescriptionGraphicsNodeChangeEvent(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.protectedGraphicsNodeInputEvent(GraphicsNode source, int id, long when, int modifiers, int lockState) Constructs a new graphics node input event.protectedGraphicsNodeInputEvent(GraphicsNode source, 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, 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 GraphicsNodeModifier and TypeFieldDescriptionprotected GraphicsNodeMaskRable8Bit.maskThe node who's outline specifies our mask.Methods in org.apache.batik.gvt.filter that return GraphicsNodeModifier and TypeMethodDescriptionBackgroundRable8Bit.getGraphicsNode()Returns theGraphicsNoderendered by this imageGraphicsNodeRable.getGraphicsNode()Returns theGraphicsNodefor which a rendering can be obtainedGraphicsNodeRable8Bit.getGraphicsNode()Returns theGraphicsNoderendered by this imageMask.getMaskNode()Returns the Graphics node that the mask operation will use to define the masking image.MaskRable8Bit.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 GraphicsNodeModifier and TypeMethodDescriptionConcreteGraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node) Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.GraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node) Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.BackgroundRable8Bit.getBackground(GraphicsNode gn, GraphicsNode child, Rectangle2D aoi) Returns a filter that represents the background image forchild.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 GraphicsNodeModifierConstructorDescriptionGraphicsNodeRable8Bit(GraphicsNode node, boolean usePrimitivePaint) GraphicsNodeRable8Bit(GraphicsNode node, Map props) GraphicsNodeRed8Bit(GraphicsNode node, AffineTransform node2dev, boolean usePrimitivePaint, RenderingHints hints) MaskRable8Bit(Filter src, GraphicsNode mask, Rectangle2D filterRegion) -
Uses of GraphicsNode in org.apache.batik.gvt.font
Constructors in org.apache.batik.gvt.font with parameters of type GraphicsNodeModifierConstructorDescriptionGlyph(String unicode, List names, String orientation, String arabicForm, String lang, Point2D horizOrigin, Point2D vertOrigin, float horizAdvX, float vertAdvY, int glyphCode, TextPaintInfo tpi, 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 GraphicsNodeModifier and TypeFieldDescriptionprotected GraphicsNodeMacRenderer.rootGNprotected GraphicsNodeStaticRenderer.rootGNTree this Renderer paints.Methods in org.apache.batik.gvt.renderer that return GraphicsNodeModifier and TypeMethodDescriptionMacRenderer.getTree()Returns the GVT tree associated with this rendererRenderer.getTree()Returns the GVT tree associated with this rendererStaticRenderer.getTree()Methods in org.apache.batik.gvt.renderer with parameters of type GraphicsNodeModifier and TypeMethodDescriptionvoidMacRenderer.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 GraphicsNodeMethods in org.apache.batik.swing.gvt that return GraphicsNodeModifier and TypeMethodDescriptionJGVTComponent.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 GraphicsNodeModifier and TypeMethodDescriptionvoidJGVTComponent.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 GraphicsNodeModifier and TypeFieldDescriptionprotected GraphicsNodeGVTTreeBuilderEvent.gvtRootThe GVT root.protected GraphicsNodeSVGLoadEventDispatcherEvent.gvtRootThe GVT root.protected GraphicsNodeSVGLoadEventDispatcher.rootThe root graphics node.Methods in org.apache.batik.swing.svg that return GraphicsNodeModifier and TypeMethodDescriptionGVTTreeBuilderEvent.getGVTRoot()Returns the GVT tree root, or null if the gvt construction was not completed or just started.SVGLoadEventDispatcherEvent.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 GraphicsNodeModifier and TypeMethodDescriptionprotected 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 GraphicsNodeModifierConstructorDescriptionGVTTreeBuilderEvent(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(Object source, GraphicsNode root) Creates a new SVGLoadEventDispatcherEvent. -
Uses of GraphicsNode in org.apache.batik.transcoder
Fields in org.apache.batik.transcoder declared as GraphicsNodeModifier and TypeFieldDescriptionprotected 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 GraphicsNodeModifier and TypeMethodDescriptionprotected CanvasGraphicsNodeSVGAbstractTranscoder.getCanvasGraphicsNode(GraphicsNode gn)