Package org.jfree.ui
Interface Drawable
-
- All Known Subinterfaces:
ExtendedDrawable
public interface Drawable
An interface for an object that can draw itself within an area on a Graphics2D.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)
Draws the object.
-