|
|||||||||
| Home >> All >> echopoint >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
echopoint.event
Interface ChartEventGenerator

- All Known Implementing Classes:
- DefaultChartEventGenerator
- 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(echopoint.ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
Called the generate an action command string for the given ChartEntity. |
java.lang.String |
generateToolTip(echopoint.ChartPanel chartPanel,
org.jfree.chart.entity.ChartEntity chartEntity)
Called the generate a tool tip the given ChartEntity. |
| Method Detail |
generateActionCommand
public java.lang.String generateActionCommand(echopoint.ChartPanel chartPanel, org.jfree.chart.entity.ChartEntity chartEntity)
- Called the generate an action command string for the given ChartEntity.
generateToolTip
public java.lang.String generateToolTip(echopoint.ChartPanel chartPanel, org.jfree.chart.entity.ChartEntity chartEntity)
- Called the generate a tool tip the given ChartEntity.
|
|||||||||
| Home >> All >> echopoint >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC