Package org.jfree.ui
Interface Drawable
-
- All Known Subinterfaces:
ExtendedDrawable
public interface DrawableAn 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 voiddraw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)Draws the object.
-