Save This Page
Home » jcommon-1.0.13 » org.jfree.ui » [javadoc | source]
org.jfree.ui
public interface: Drawable [javadoc | source]

All Known Implementing Classes:
    ExtendedDrawable, BlockContainer, TextTitle, Title, ImageTitle, JFreeChart, ColorBlock, Block, EmptyBlock, SurveyScaleLegendItem, CompositeTitle, SurveyScale, DemoDrawable, LabelBlock, LegendItemBlockContainer, LegendGraphic, ShortTextTitle, PaintScaleLegend, TestDrawable, LegendTitle, DateTitle

An interface for an object that can draw itself within an area on a Graphics2D.
Method from org.jfree.ui.Drawable Summary:
draw
Method from org.jfree.ui.Drawable Detail:
 public  void draw(Graphics2D g2,
    Rectangle2D area)
    Draws the object.