|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NFChartDwellListener
NFChartDwellListener interface can be implemented by any object that wants to be notified of dwell activity within a chart.
Method Summary | |
---|---|
boolean |
dwellDisplay(boolean onoff,
NFActiveLabel label)
Method called when a NFChartEvent.DWELL event occurs. |
boolean |
dwellPress(java.awt.Event evt,
int x,
int y,
NFActiveLabel label)
Method called when a NFChartEvent.DWELLPRESS event occurs. |
Methods inherited from interface netcharts.pro.event.NFChartActionListener |
---|
chartActionPerformed |
Method Detail |
---|
boolean dwellDisplay(boolean onoff, NFActiveLabel label)
When onoff is true, the label is about to be displayed. If true is returned, the label will NOT be displayed.
When onoff is false, the label should be erased by one of the observers.
onoff
- Whether the label is to be turned on or off.label
- The ActiveLabel.
boolean dwellPress(java.awt.Event evt, int x, int y, NFActiveLabel label)
evt
- The Event.x
- The x coordinate of the event.y
- The y coordinate of the event.label
- The ActiveLabel.
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |