org.apache.fop.render.pcl

Class PCLGraphics2DAdapter

Implemented Interfaces:
Graphics2DAdapter

public class PCLGraphics2DAdapter
extends AbstractGraphics2DAdapter

Graphics2DAdapter implementation for PCL and HP GL/2.

Constructor Summary

PCLGraphics2DAdapter()
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

paintToBufferedImage, setRenderingHintsForBufferedImage

Constructor Details

PCLGraphics2DAdapter

public PCLGraphics2DAdapter()
Main constructor

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.