|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionRenderer<E extends DatasetSelectionModel<?,?,?>>
This interface defines methods for all chart renderer which differ between selected and unselected data. Selected data is rendered in a highlighted way.
Method Summary | |
---|---|
Paint |
getSelectionOutlinePaint()
Returns the color, the selected data is outlined with. |
Paint |
getSelectionPaint()
Returns the color, the selected data is rendered with. |
void |
setSelectionOutlinePaint(Paint paint)
Sets the color, the selected data is outlined with. |
void |
setSelectionPaint(Paint paint)
Sets the color, the selected data is rendered with. |
Methods inherited from interface schmitzm.jfree.chart.selection.DatasetSelectionModelProvider |
---|
createSelectionModel, getSelectionModel, setSelectionModel |
Method Detail |
---|
Paint getSelectionPaint()
Paint getSelectionOutlinePaint()
void setSelectionPaint(Paint paint)
paint
- color for the selected datavoid setSelectionOutlinePaint(Paint paint)
paint
- color for the selected data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |