org.apache.fop.svg

Class PDFImageElementBridge.Graphics2DNode

Enclosing Class:
PDFImageElementBridge

public class PDFImageElementBridge.Graphics2DNode
extends AbstractGraphicsNode

A node that holds a Graphics2D image.

Constructor Summary

Graphics2DNode(ImageGraphics2D g2d)
Create a new Graphics2D node.

Method Summary

Rectangle2D
getGeometryBounds()
Shape
getOutline()
Rectangle2D
getPrimitiveBounds()
Rectangle2D
getSensitiveBounds()
void
primitivePaint(Graphics2D g2d)

Constructor Details

Graphics2DNode

public Graphics2DNode(ImageGraphics2D g2d)
Create a new Graphics2D node.
Parameters:
g2d - the Graphics2D image

Method Details

getGeometryBounds

public Rectangle2D getGeometryBounds()

getOutline

public Shape getOutline()

getPrimitiveBounds

public Rectangle2D getPrimitiveBounds()

getSensitiveBounds

public Rectangle2D getSensitiveBounds()

primitivePaint

public void primitivePaint(Graphics2D g2d)

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