|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ChartEventGenerator
is used to generate
ActionEvent commands for ChartEntity
s 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 |
public java.lang.String generateActionCommand(ChartPanel chartPanel, org.jfree.chart.entity.ChartEntity chartEntity)
chartPanel
- - the ChartPanel containing the JFreeChartchartEntity
- - the specific ChartEntity.
public java.lang.String generateToolTip(ChartPanel chartPanel, org.jfree.chart.entity.ChartEntity chartEntity)
chartPanel
- - the ChartPanel containing the JFreeChartchartEntity
- - the specific ChartEntity.
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |