org.apache.fop.render.afp

Class AFPGraphics2DAdapter

Implemented Interfaces:
Graphics2DAdapter

public class AFPGraphics2DAdapter
extends AbstractGraphics2DAdapter

Graphics2DAdapter implementation for AFP.

Constructor Summary

AFPGraphics2DAdapter()
Main constructor

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

Constructor Details

AFPGraphics2DAdapter

public AFPGraphics2DAdapter()
Main constructor

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.