| org.jfree.ui.Drawable
Drawable | public interface Drawable (Code) | | An interface for an object that can draw itself within an area on a Graphics2D.
author: David Gilbert |
draw | public void draw(Graphics2D g2, Rectangle2D area)(Code) | | Draws the object.
Parameters: g2 - the graphics device. Parameters: area - the area inside which the object should be drawn. |
|
|