org.apache.fop.render.java2d

Class Java2DGraphics2DAdapter

Implemented Interfaces:
Graphics2DAdapter

public class Java2DGraphics2DAdapter
extends java.lang.Object
implements Graphics2DAdapter

Graphics2DAdapter implementation for Java2D.

Method Summary

void
paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)

Method Details

paintImage

public void paintImage(Graphics2DImagePainter painter,
                       RendererContext context,
                       int x,
                       int y,
                       int width,
                       int height)
            throws IOException

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