|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NFChartDragListener
NFChartDragListener interface can be implemented by any object that wants to be notified of drag activity within a chart.
Method Summary | |
---|---|
void |
postDrag(java.lang.Object obj,
double newX,
double newY)
Method called when a NFChartEvent.POSTDRAG event occurs. |
boolean |
preDrag(java.lang.Object obj,
double curX,
double curY,
double newX,
double newY)
Method called when a NFChartEvent.PREDRAG event occurs. |
Methods inherited from interface netcharts.pro.event.NFChartActionListener |
---|
chartActionPerformed |
Method Detail |
---|
boolean preDrag(java.lang.Object obj, double curX, double curY, double newX, double newY)
obj
- The object being dragged.curX
- The current X value.curY
- The current Y value.newX
- The new X value.newY
- The new Y value.
void postDrag(java.lang.Object obj, double newX, double newY)
obj
- The object dragged.newX
- The new X value.newY
- The new Y value.
|
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 |