org.apache.fop.svg

Class PDFANode


public class PDFANode
extends CompositeGraphicsNode

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(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.

Constructor Details

PDFANode

public PDFANode()
Constructs a new empty PDFANode.

Method Details

paint

public void paint(Graphics2D g2d)
Paints this node if visible.
Parameters:
g2d - the Graphics2D to use

setDestination

public void setDestination(String dest)
Set the destination String.
Parameters:
dest - the target destination

setTransform

public void setTransform(AffineTransform tf)
Set the current transform of this node.
Parameters:
tf - the transform

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.