Uses of Interface org.apache.fop.render.Graphics2DImagePainter

Uses in package org.apache.fop.render.pdf

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

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

Uses in package org.apache.fop.render.java2d

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

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

Uses in package org.apache.fop.render.ps

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

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

Uses in package org.apache.fop.render.pcl

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

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

Uses in package org.apache.fop.render

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

void
Graphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
Paints an arbitrary images on a given Graphics2D instance.
BufferedImage
AbstractGraphics2DAdapter.paintToBufferedImage(Graphics2DImagePainter painter, RendererContext.RendererContextWrapper context, int resolution, boolean gray, boolean withAlpha)
Paints the image to a BufferedImage and returns that.

Uses in package org.apache.fop.render.afp

Methods with parameter type org.apache.fop.render.Graphics2DImagePainter

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

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