|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.demo.helper.DemoDrawable
A simple implementation of the Drawable interface, used for a report demonstration.
Constructor Summary | |
DemoDrawable()
Default constructor. |
Method Summary | |
void |
draw(java.awt.Graphics2D graphics,
java.awt.geom.Rectangle2D bounds)
Draws the item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DemoDrawable()
Method Detail |
public void draw(java.awt.Graphics2D graphics, java.awt.geom.Rectangle2D bounds)
draw
in interface org.jfree.ui.Drawable
graphics
- the graphics implementation.bounds
- the bounds.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |