org.apache.fop.svg
Class PDFANode
CompositeGraphicsNode
org.apache.fop.svg.PDFANode
public class PDFANode
extends CompositeGraphicsNode
A graphics node that represents an image described as a graphics node.
PDFANode() - Constructs a new empty PDFANode.
|
void | paint(Graphics2D g2d) - Paints this node if visible.
|
void | setDestination(String dest) - Set the destination String.
|
void | setTransform(AffineTransform tf) - Set the current transform of this node.
|
PDFANode
public PDFANode()
Constructs a new empty PDFANode.
paint
public void paint(Graphics2D g2d)
Paints this node if visible.
g2d
- the Graphics2D to use
setDestination
public void setDestination(String dest)
Set the destination String.
dest
- the target destination
setTransform
public void setTransform(AffineTransform tf)
Set the current transform of this node.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.