org.apache.fop.svg
Class PDFANode

java.lang.Object
  |
  +--org.apache.batik.gvt.AbstractGraphicsNode
        |
        +--org.apache.batik.gvt.CompositeGraphicsNode
              |
              +--org.apache.fop.svg.PDFANode
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, org.apache.batik.gvt.GraphicsNode, java.util.List

public class PDFANode
extends org.apache.batik.gvt.CompositeGraphicsNode

A graphics node that represents an image described as a graphics node.

Author:
Keiron Liddle

Fields inherited from class org.apache.batik.gvt.CompositeGraphicsNode
backgroundEnableRgn, children, count, modCount, VIEWPORT
 
Fields inherited from class org.apache.batik.gvt.AbstractGraphicsNode
clip, composite, filter, gnr, hints, hitDetector, inverseTransform, isVisible, listeners, mask, parent, root, transform
 
Fields inherited from interface org.apache.batik.gvt.GraphicsNode
IDENTITY
 
Constructor Summary
PDFANode()
          Constructs a new empty PDFANode.
 
Method Summary
 void paint(java.awt.Graphics2D g2d, org.apache.batik.gvt.GraphicsNodeRenderContext rc)
          Paints this node if visible.
 
Methods inherited from class org.apache.batik.gvt.CompositeGraphicsNode
add, add, addAll, addAll, addCompositeGraphicsNodeListener, clear, contains, contains, containsAll, dispatchEvent, ensureCapacity, get, getBackgroundEnable, getChildren, getGeometryBounds, getOutline, getPrimitiveBounds, getTransformedGeometryBounds, getTransformedPrimitiveBounds, indexOf, invalidateGeometryCache, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nodeHitAt, primitivePaint, processCompositeEvent, remove, remove, removeAll, removeCompositeGraphicsNodeListener, renderingClone, retainAll, set, setBackgroundEnable, setRoot, size, subList, toArray, toArray
 
Methods inherited from class org.apache.batik.gvt.AbstractGraphicsNode
acceptEvent, addGraphicsNodeKeyListener, addGraphicsNodeMouseListener, getBounds, getClip, getComposite, getFilter, getGlobalTransform, getGraphicsNodeHitDetector, getInverseTransform, getListeners, getMask, getParent, getRenderingHints, getRoot, getTransform, getTransformedBounds, intersects, isAntialiasedClip, isOffscreenBufferNeeded, isVisible, processKeyEvent, processMouseEvent, removeGraphicsNodeKeyListener, removeGraphicsNodeMouseListener, setClip, setComposite, setFilter, setGraphicsNodeHitDetector, setMask, setParent, setRenderingHint, setRenderingHints, setRenderingHints, setTransform, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

PDFANode

public PDFANode()
Constructs a new empty PDFANode.
Method Detail

paint

public void paint(java.awt.Graphics2D g2d,
                  org.apache.batik.gvt.GraphicsNodeRenderContext rc)
Paints this node if visible.
Overrides:
paint in class org.apache.batik.gvt.AbstractGraphicsNode
Parameters:
g2d - the Graphics2D to use
rc - the GraphicsNodeRenderContext to use


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.