org.apache.fop.render.java2d

Class Java2DGraphics2DAdapter

Implemented Interfaces:
Graphics2DAdapter

public class Java2DGraphics2DAdapter
extends AbstractGraphics2DAdapter

Graphics2DAdapter implementation for Java2D.

Method Summary

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

Methods inherited from class org.apache.fop.render.AbstractGraphics2DAdapter

paintImage, paintToBufferedImage, setRenderingHintsForBufferedImage

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.