org.apache.fop.svg
Class PDFANode

java.lang.Object
  extended byCompositeGraphicsNode
      extended byorg.apache.fop.svg.PDFANode

public class PDFANode
extends CompositeGraphicsNode

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

Author:
Keiron Liddle
See Also:
Serialized Form

Constructor Summary
PDFANode()
          Constructs a new empty PDFANode.
 
Method Summary
 void paint(java.awt.Graphics2D g2d)
          Paints this node if visible.
 void setDestination(java.lang.String dest)
          Set the destination String.
 void setTransform(java.awt.geom.AffineTransform tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFANode

public PDFANode()
Constructs a new empty PDFANode.

Method Detail

setDestination

public void setDestination(java.lang.String dest)
Set the destination String.


setTransform

public void setTransform(java.awt.geom.AffineTransform tf)

paint

public void paint(java.awt.Graphics2D g2d)
Paints this node if visible.

Parameters:
g2d - the Graphics2D to use


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.