Uses of Interface
org.apache.batik.gvt.GraphicsNode

Packages that use GraphicsNode
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.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
protected  GraphicsNode FindDialog.gvtRoot
          The GVT root into which text is searched.
 

Methods in org.apache.batik.apps.svgbrowser that return GraphicsNode
protected  GraphicsNode FindDialog.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
 void FindDialog.setGraphicsNode(GraphicsNode gvtRoot)
          Sets the graphics node into which text is searched.
protected  int FindDialog.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.
 

Uses of GraphicsNode in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as GraphicsNode
protected  GraphicsNode AbstractGraphicsNodeBridge.node
          The graphics node constructed by this bridge.
protected  GraphicsNode BridgeException.node
          The graphics node that represents the current state of the GVT tree.
protected  GraphicsNode UpdateManager.graphicsNode
          The GraphicsNode whose updates are to be tracked.
 

Methods in org.apache.batik.bridge that return GraphicsNode
 GraphicsNode AbstractGraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected abstract  GraphicsNode AbstractGraphicsNodeBridge.instantiateGraphicsNode()
          Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
 GraphicsNode SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
protected  GraphicsNode SVGShapeElementBridge.instantiateGraphicsNode()
          Creates a ShapeNode.
 GraphicsNode SVGImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
protected  GraphicsNode SVGImageElementBridge.instantiateGraphicsNode()
          Creates an ImageNode.
protected static GraphicsNode SVGImageElementBridge.createRasterImageNode(BridgeContext ctx, Element e, ParsedURL purl)
          Returns a GraphicsNode that represents an raster image in JPEG or PNG format.
protected static GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element e, SVGDocument imgDocument)
          Returns a GraphicsNode that represents a svg document as an image.
 GraphicsNode GVTBuilder.build(BridgeContext ctx, Document document)
          Builds using the specified bridge context the specified SVG document.
 GraphicsNode GVTBuilder.build(BridgeContext ctx, Element e)
          Builds using the specified bridge context the specified Element.
 GraphicsNode SVGGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected  GraphicsNode SVGGElementBridge.instantiateGraphicsNode()
          Creates a CompositeGraphicsNode.
 GraphicsNode SVGUseElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected  GraphicsNode SVGUseElementBridge.instantiateGraphicsNode()
          Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
 GraphicsNode GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 GraphicsNode StyleReference.getGraphicsNode()
          Returns the graphics node.
 GraphicsNode SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 GraphicsNode SVGTextElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected  GraphicsNode SVGTextElementBridge.instantiateGraphicsNode()
          Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
 GraphicsNode BridgeException.getGraphicsNode()
          Returns the graphics node that represents the current GVT tree built.
 GraphicsNode BridgeContext.getGraphicsNode(Element element)
          Returns the GraphicsNode associated to the specified Element or null if any.
protected  GraphicsNode SVGAElementBridge.instantiateGraphicsNode()
          Creates a CompositeGraphicsNode.
 GraphicsNode SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 

Methods in org.apache.batik.bridge with parameters of type GraphicsNode
 void AbstractGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  void AbstractGraphicsNodeBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node)
          This method is invoked during the build phase if the document is dynamic.
 void SVGShapeElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  void SVGImageElementBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node)
          This method is invoked during the build phase if the document is dynamic.
protected static void SVGImageElementBridge.initializeViewport(BridgeContext ctx, 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.
 java.awt.Paint AbstractSVGGradientElementBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected abstract  java.awt.Paint AbstractSVGGradientElementBridge.buildGradient(Element paintElement, 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.Paint SVGRadialGradientElementBridge.buildGradient(Element paintElement, 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 static Filter AbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, 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(Element filterElement, 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.
 Filter SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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, Element filterElement, 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 SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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, Element filterElement, 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 GraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 Filter SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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 SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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, Element refElement, boolean toBBoxNeeded, Element filterElement, GraphicsNode filteredNode)
          Returns a Filter that represents a svg document or element as an image.
static java.awt.geom.Rectangle2D SVGUtilities.convertMaskRegion(Element maskElement, 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(Element patternElement, Element paintedElement, GraphicsNode paintedNode, BridgeContext ctx)
          Returns the pattern region according to the x, y, width, height, and patternUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterChainRegion(Element filterElement, Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns the filter region according to the x, y, width, height, and filterUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement, 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.
protected static java.awt.geom.Rectangle2D SVGUtilities.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.geom.AffineTransform SVGUtilities.toObjectBBox(java.awt.geom.AffineTransform Tx, GraphicsNode node)
          Returns an AffineTransform to move to the objectBoundingBox coordinate system.
static java.awt.geom.Rectangle2D SVGUtilities.toObjectBBox(java.awt.geom.Rectangle2D r, GraphicsNode node)
          Returns the specified a Rectangle2D move to the objectBoundingBox coordinate system of the specified graphics node.
static java.awt.Paint PaintServer.convertStrokePaint(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(Element filledElement, GraphicsNode filledNode, BridgeContext ctx)
          Converts for the specified element, its fill paint properties to a Paint object.
protected static java.awt.Paint PaintServer.convertPaint(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(Element paintedElement, GraphicsNode paintedNode, ListValue paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified by URI without sending any error.
static java.awt.Paint PaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified as a URI.
 Filter SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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 SVGSwitchElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 Filter SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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 SVGTextElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  void SVGTextElementBridge.initializeDynamicSupport(BridgeContext ctx, 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  SVGTextElementBridge.TextDecoration SVGTextElementBridge.getTextDecoration(Element element, GraphicsNode node, SVGTextElementBridge.TextDecoration parent, BridgeContext ctx)
          Constructs a TextDecoration object for the specified element.
static Filter CSSUtilities.convertFilter(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(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(Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
          Returns a Mask referenced by the specified element and which applies on the specified graphics node.
 java.awt.Paint PaintBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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, Element filterElement, 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 SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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 SVGFilterElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
protected static Filter SVGFilterElementBridge.buildFilterPrimitives(Element filterElement, java.awt.geom.Rectangle2D filterRegion, 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(Element filterElement, java.awt.geom.Rectangle2D filterRegion, 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 SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 ClipRable SVGClipPathElementBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 Filter SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 java.awt.Paint SVGPatternElementBridge.createPaint(BridgeContext ctx, Element patternElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 void BridgeException.setGraphicsNode(GraphicsNode node)
          Sets the graphics node that represents the current GVT tree built.
 Mask MaskBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 Filter FilterBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
 ClipRable ClipBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 void BridgeContext.bind(Element element, GraphicsNode node)
          Binds the specified GraphicsNode to the specified Element.
 Element BridgeContext.getElement(GraphicsNode node)
          Returns the Element associated to the specified GraphicsNode or null if any.
 void SVGAElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 void SVGSVGElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 Mask SVGMaskElementBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 Filter SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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, Element filterElement, 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(Element filterElement, 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, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)
          Creates a Filter according to the specified parameters.
 Filter SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, 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  Element BridgeEventSupport.Listener.getEventTarget(GraphicsNode node, java.awt.geom.Point2D coords)
          Returns the element that is the target of the specified event or null if any.
protected  java.awt.Paint SVGLinearGradientElementBridge.buildGradient(Element paintElement, 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.
 

Constructors in org.apache.batik.bridge with parameters of type GraphicsNode
StyleReference(GraphicsNode node, java.lang.String styleAttribute)
          Creates a new StyleReference.
UpdateManager(BridgeContext ctx, GraphicsNode gn, Document doc)
          Creates a new update manager.
 

Uses of GraphicsNode in org.apache.batik.extension.svg
 

Methods in org.apache.batik.extension.svg that return GraphicsNode
 GraphicsNode BatikMultiImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
 

Methods in org.apache.batik.extension.svg with parameters of type GraphicsNode
 java.awt.Paint ColorSwitchBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter BatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 java.awt.Paint SolidColorBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 

Uses of GraphicsNode in org.apache.batik.gvt
 

Classes in org.apache.batik.gvt that implement GraphicsNode
 class AbstractGraphicsNode
          A partial implementation of the GraphicsNode interface.
 class CanvasGraphicsNode
          The graphics node container with a background color.
 class CompositeGraphicsNode
          A CompositeGraphicsNode is a graphics node that can contain graphics nodes.
 class ImageNode
          A graphics node that represents an image described as a graphics node.
 class ProxyGraphicsNode
          A graphics node which provides a placeholder for another graphics node.
 class RasterImageNode
          A graphics node that represents a raster image.
 class RootGraphicsNode
          The top-level graphics node of the GVT tree.
 class ShapeNode
          A graphics node that represents a shape.
 class TextNode
          A graphics node that represents text.
 

Fields in org.apache.batik.gvt declared as GraphicsNode
protected  GraphicsNode[] CompositeGraphicsNode.children
          The children of this composite graphics node.
protected  GraphicsNode ProxyGraphicsNode.source
          The graphics node to proxy.
protected  GraphicsNode Marker.markerNode
          GraphicsNode this marker is associated to
protected  GraphicsNode GVTTreeWalker.gvtRoot
          The GVT root into which text is searched.
protected  GraphicsNode GVTTreeWalker.currentNode
          The current GraphicsNode.
 

Methods in org.apache.batik.gvt that return GraphicsNode
 GraphicsNode AbstractGraphicsNode.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.
 GraphicsNode CompositeGraphicsNode.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.
 GraphicsNode ImageNode.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.
 GraphicsNode ImageNode.getImage()
          Returns the graphics node that represents the image.
 GraphicsNode GraphicsNode.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.
 GraphicsNode ProxyGraphicsNode.getSource()
          Returns the proxied graphics node.
 GraphicsNode Marker.getMarkerNode()
          Returns the GraphicsNode that draws this marker.
 GraphicsNode PatternPaint.getGraphicsNode()
          Returns the graphics node that define the pattern.
 GraphicsNode GVTTreeWalker.getRoot()
          Returns the root graphics node.
 GraphicsNode GVTTreeWalker.getCurrentGraphicsNode()
          Returns the current GraphicsNode.
 GraphicsNode GVTTreeWalker.previousGraphicsNode()
          Returns the previous GraphicsNode.
 GraphicsNode GVTTreeWalker.nextGraphicsNode()
          Returns the next GraphicsNode.
 GraphicsNode GVTTreeWalker.parentGraphicsNode()
          Returns the parent of the current GraphicsNode.
 GraphicsNode GVTTreeWalker.getNextSibling()
          Returns the next sibling of the current GraphicsNode.
 GraphicsNode GVTTreeWalker.getPreviousSibling()
          Returns the next previous of the current GraphicsNode.
 GraphicsNode GVTTreeWalker.firstChild()
          Returns the first child of the current GraphicsNode.
 GraphicsNode GVTTreeWalker.lastChild()
          Returns the last child of the current GraphicsNode.
 

Methods in org.apache.batik.gvt with parameters of type GraphicsNode
 void ImageNode.setImage(GraphicsNode newImage)
          Sets the graphics node that represents the image.
 void ProxyGraphicsNode.setSource(GraphicsNode source)
          Sets the graphics node to proxy to the specified graphics node.
 void GVTTreeWalker.setCurrentGraphicsNode(GraphicsNode node)
          Sets the current GraphicsNode to the specified node.
 

Constructors in org.apache.batik.gvt with parameters of type GraphicsNode
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 new PatternPaint.
GVTTreeWalker(GraphicsNode gvtRoot)
          Constructs a new GVTTreeWalker.
 

Uses of GraphicsNode in org.apache.batik.gvt.event
 

Fields in org.apache.batik.gvt.event declared as GraphicsNode
protected  GraphicsNode AWTEventDispatcher.root
          The root GraphicsNode as determined by setRootNode().
protected  GraphicsNode AWTEventDispatcher.lastHit
          The lastest node which has been targeted by an event.
protected  GraphicsNode AWTEventDispatcher.dummyNode
          A dummy graphics node to dispacth "deselect" mouse events to.
protected  GraphicsNode AWTEventDispatcher.currentKeyEventTarget
          The current GraphicsNode targeted by an key events.
 

Methods in org.apache.batik.gvt.event that return GraphicsNode
 GraphicsNode GraphicsNodeEvent.getGraphicsNode()
          Returns the graphics node where the event is originated.
 GraphicsNode GraphicsNodeMouseEvent.getRelatedNode()
          Returns the related node for this GraphicsNodeMouseEvent.
 GraphicsNode EventDispatcher.getRootNode()
          Returns the root node for MouseEvent dispatch containment searches and field selections.
 GraphicsNode AWTEventDispatcher.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
 void EventDispatcher.setRootNode(GraphicsNode root)
          Sets the root node for MouseEvent dispatch containment searches and field selections.
 void AWTEventDispatcher.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
GraphicsNodeEvent(GraphicsNode source, int id)
          Constructs a new graphics node event with the specified source and ID.
GraphicsNodeInputEvent(GraphicsNode source, int id, long when, int modifiers)
          Constructs a new graphics node input event.
GraphicsNodeInputEvent(GraphicsNode source, java.awt.event.InputEvent evt)
          Constructs a new graphics node input event from an AWT InputEvent.
GraphicsNodeKeyEvent(GraphicsNode source, int id, long when, int modifiers, int keyCode, char keyChar)
          Constructs a new graphics node key event.
GraphicsNodeChangeEvent(GraphicsNode source, int id)
          Constructs a new graphics node event with the specified source and ID.
GraphicsNodeMouseEvent(GraphicsNode source, int id, long when, int modifiers, float x, float y, int screenX, int screenY, int clickCount, GraphicsNode relatedNode)
          Constructs a new graphics node mouse event.
GraphicsNodeMouseEvent(GraphicsNode source, java.awt.event.MouseEvent evt)
          Constructs a new graphics node mouse event from an AWT MouseEvent.
GraphicsNodeFocusEvent(GraphicsNode source, int id)
          Constructs a new graphics node focus event.
 

Uses of GraphicsNode in org.apache.batik.gvt.filter
 

Fields in org.apache.batik.gvt.filter declared as GraphicsNode
protected  GraphicsNode MaskRable8Bit.mask
          The node who's outline specifies our mask.
 

Methods in org.apache.batik.gvt.filter that return GraphicsNode
 GraphicsNode MaskRable8Bit.getMaskNode()
          Returns the Graphics node that the mask operation will use to define the masking image.
 GraphicsNode GraphicsNodeRable.getGraphicsNode()
          Returns the GraphicsNode for which a rendering can be obtained
 GraphicsNode Mask.getMaskNode()
          Returns the Graphics node that the mask operation will use to define the masking image.
 GraphicsNode GraphicsNodeRable8Bit.getGraphicsNode()
          Returns the GraphicsNode rendered by this image
 GraphicsNode BackgroundRable8Bit.getGraphicsNode()
          Returns the GraphicsNode rendered by this image
 

Methods in org.apache.batik.gvt.filter with parameters of type GraphicsNode
 void MaskRable8Bit.setMaskNode(GraphicsNode mask)
          Set the masking image to that described by gn.
 GraphicsNodeRable GraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 void GraphicsNodeRable.setGraphicsNode(GraphicsNode node)
          Sets the GraphicsNode associated with this image.
 GraphicsNodeRable ConcreteGraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 void Mask.setMaskNode(GraphicsNode gn)
          Set the masking image to that described by gn.
 void GraphicsNodeRable8Bit.setGraphicsNode(GraphicsNode node)
          Sets the GraphicsNode this image should render
 void BackgroundRable8Bit.setGraphicsNode(GraphicsNode node)
          Sets the GraphicsNode this image should render
 Filter BackgroundRable8Bit.getBackground(GraphicsNode gn, GraphicsNode child, java.awt.geom.Rectangle2D aoi)
          Returns a filter that represents the background image for child.
 

Constructors in org.apache.batik.gvt.filter with parameters of type GraphicsNode
GraphicsNodeRed8Bit(GraphicsNode node, java.awt.geom.AffineTransform node2dev, boolean usePrimitivePaint, java.awt.RenderingHints hints)
           
MaskRable8Bit(Filter src, GraphicsNode mask, java.awt.geom.Rectangle2D filterRegion)
           
GraphicsNodeRable8Bit(GraphicsNode node)
           
GraphicsNodeRable8Bit(GraphicsNode node, java.util.Map props)
           
GraphicsNodeRable8Bit(GraphicsNode node, boolean usePrimitivePaint)
           
BackgroundRable8Bit(GraphicsNode node)
           
 

Uses of GraphicsNode in org.apache.batik.gvt.font
 

Constructors in org.apache.batik.gvt.font with parameters of type GraphicsNode
Glyph(java.lang.String unicode, java.util.Vector 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, float kernScale, java.awt.Paint fillPaint, java.awt.Paint strokePaint, java.awt.Stroke stroke, 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
protected  GraphicsNode StaticRenderer.rootGN
          Tree this Renderer paints.
 

Methods in org.apache.batik.gvt.renderer that return GraphicsNode
 GraphicsNode StaticRenderer.getTree()
           
 GraphicsNode Renderer.getTree()
          Returns the GVT tree associated with this renderer
 

Methods in org.apache.batik.gvt.renderer with parameters of type GraphicsNode
 void StaticRenderer.setTree(GraphicsNode rootGN)
          This associates the given GVT Tree with this renderer.
 void Renderer.setTree(GraphicsNode treeRoot)
          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
protected  GraphicsNode JGVTComponent.gvtRoot
          The GVT tree root.
 

Methods in org.apache.batik.swing.gvt that return GraphicsNode
 GraphicsNode JGVTComponent.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
 void JGVTComponent.setGraphicsNode(GraphicsNode gn)
          Sets the GVT tree to display.
protected  void JGVTComponent.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
protected  GraphicsNode SVGLoadEventDispatcherEvent.gvtRoot
          The GVT root.
protected  GraphicsNode SVGLoadEventDispatcher.root
          The root graphics node.
protected  GraphicsNode GVTTreeBuilderEvent.gvtRoot
          The GVT root.
 

Methods in org.apache.batik.swing.svg that return GraphicsNode
 GraphicsNode SVGLoadEventDispatcherEvent.getGVTRoot()
          Returns the GVT tree root, or null if the gvt construction was not completed or just started.
 GraphicsNode GVTTreeBuilderEvent.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
protected  void JSVGComponent.startSVGLoadEventDispatcher(GraphicsNode root)
          Starts a SVGLoadEventDispatcher thread.
protected  void GVTTreeBuilder.fireCompletedEvent(GraphicsNode root)
          Fires a GVTTreeBuilderEvent.
protected  void GVTTreeBuilder.fireFailedEvent(GraphicsNode root)
          Fires a GVTTreeBuilderEvent.
 

Constructors in org.apache.batik.swing.svg with parameters of type GraphicsNode
SVGLoadEventDispatcherEvent(java.lang.Object source, GraphicsNode root)
          Creates a new SVGLoadEventDispatcherEvent.
SVGLoadEventDispatcher(GraphicsNode gn, SVGDocument doc, BridgeContext bc, UpdateManager um)
          Creates a new SVGLoadEventDispatcher.
GVTTreeBuilderEvent(java.lang.Object source, GraphicsNode root)
          Creates a new GVTTreeBuilderEvent.
 

Uses of GraphicsNode in org.apache.batik.transcoder
 

Fields in org.apache.batik.transcoder declared as GraphicsNode
protected  GraphicsNode SVGAbstractTranscoder.root
          Current GVT Tree, i.e., the GVT tree representing the page being printed currently.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.