com.jrefinery.report.ext.junit
Class TestDrawable

java.lang.Object
  extended bycom.jrefinery.report.ext.junit.TestDrawable
All Implemented Interfaces:
org.jfree.ui.Drawable

public class TestDrawable
extends java.lang.Object
implements org.jfree.ui.Drawable


Constructor Summary
TestDrawable()
           
 
Method Summary
 void draw(java.awt.Graphics2D graphics, java.awt.geom.Rectangle2D bounds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDrawable

public TestDrawable()
Method Detail

draw

public void draw(java.awt.Graphics2D graphics,
                 java.awt.geom.Rectangle2D bounds)
Specified by:
draw in interface org.jfree.ui.Drawable