org.apache.fop.render.java2d

Class Java2DGraphics2DAdapter

Implemented Interfaces:
Graphics2DAdapter

public class Java2DGraphics2DAdapter
extends java.lang.Object
implements Graphics2DAdapter

Graphics2DAdapter implementation for Java2D.

Constructor Summary

Java2DGraphics2DAdapter(Java2DGraphicsState state)
Main constructor

Method Summary

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

Constructor Details

Java2DGraphics2DAdapter

public Java2DGraphics2DAdapter(Java2DGraphicsState state)
Main constructor
Parameters:
state - the state tracker for this rendering run

Method Details

paintImage

public void paintImage(Graphics2DImagePainter painter,
                       RendererContext context,
                       int x,
                       int y,
                       int width,
                       int height)
            throws IOException
Specified by:
paintImage in interface Graphics2DAdapter

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