Package org.jfree.chart.ui
Interface Drawable
-
- All Known Subinterfaces:
Block
- All Known Implementing Classes:
BlockContainer,ColorBlock,CompositeTitle,DateTitle,EmptyBlock,ImageTitle,JFreeChart,LabelBlock,LegendGraphic,LegendItemBlockContainer,LegendTitle,PaintScaleLegend,ShortTextTitle,TextTitle,Title
public interface DrawableAn 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(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)Draws the object.
-