Package schmitzm.jfree.chart.renderer

Interface Summary
SelectionRenderer<E extends DatasetSelectionModel<?,?,?>> This interface defines methods for all chart renderer which differ between selected and unselected data.
 

Class Summary
PointSelectionCategoryRenderer Extends the LineAndShapeRenderer with the SelectionRenderer functionality.
PointSelectionXYRenderer Extends the XYLineAndShapeRenderer with the SelectionRenderer functionality.
SelectionXYLineAndShapeRenderer Deprecated. This class is not used anymore because the selection rendering is no longer realized by the origin dataset renderer (e.g. because the selected data items should be rendered in the foregound!).