Quaqua 5.4.1 2009-07-14

ch.randelshofer.quaqua.ext.batik.ext.awt.image.renderable
Interface PaintRable


public interface PaintRable

Interface for Rable's that can more efficently represent there action as a paint method instead of a RenderedImage when going to a Graphics2D anyways.

Version:
$Id: PaintRable.java 478363 2006-11-22 23:01:13Z dvholten $

Method Summary
 boolean paintRable(java.awt.Graphics2D g2d)
          Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
 

Method Detail

paintRable

boolean paintRable(java.awt.Graphics2D g2d)
Should perform the equivilent action as createRendering followed by drawing the RenderedImage.

Parameters:
g2d - The Graphics2D to draw to.
Returns:
true if the paint call succeeded, false if for some reason the paint failed (in which case a createRendering should be used).

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.