|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChartEventGenerator
ChartEventGenerator is used to generate
ActionEvent commands for ChartEntitys within a
ChartPanel such as lines, bars pie sections etc..
Each entity in the JFreeChart will be enumerated and this
interface will be called to generate a unqiue action command
string for that ChartEntity.
| Method Summary | |
|---|---|
java.lang.String |
generateActionCommand(ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
Called the generate an action command string for the given ChartEntity. |
java.lang.String |
generateToolTip(ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
Called the generate a tool tip the given ChartEntity. |
| Method Detail |
|---|
java.lang.String generateActionCommand(ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
chartPanel - - the ChartPanel containing the JFreeChartchartEntity - - the specific ChartEntity.
java.lang.String generateToolTip(ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
chartPanel - - the ChartPanel containing the JFreeChartchartEntity - - the specific ChartEntity.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||