-
- All Known Implementing Classes:
CompositeTitle,DateTitle,ImageTitle,JFreeChart,ShortTextTitle,TextTitle,Title
public interface Drawable
An interface for an object that can draw itself within an area on aGraphics2D.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw(Graphics2D g2, Rectangle2D area)Draws the object.
-
-
-
Method Detail
-
draw
void draw(Graphics2D g2, Rectangle2D area)
Draws the object.- Parameters:
g2- the graphics device.area- the area inside which the object should be drawn.
-
-