org.apache.fop.svg
Class PDFANode
org.apache.fop.svg.PDFANode
- public class PDFANode
A graphics node that represents an image described as a graphics node.
- Author:
- Keiron Liddle
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)
|
PDFANode
public PDFANode()
- Constructs a new empty PDFANode.
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 userc
- the GraphicsNodeRenderContext to use
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.