|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The action interface for JClass Chart 3D. The methods in this interface are called by the JCChart3dArea object when a user action is started, annimated, reanimated, ended, or cancelled.
| Method Summary | |
void |
animate(InputEvent event,
int x,
int y)
Called by JCChart3dArea when the action is to be animated. |
void |
cancel()
Called by JCChart3dArea when the action is cancelled |
void |
end(InputEvent event,
int x,
int y)
Called by JCChart3dArea when the action is over. |
com.klg.jclass.chart3d.JCChart3dArea |
getChart3dArea()
Returns the associated JCChart3dArea object |
void |
initialize(Object object)
Called by JCChart3dArea when the action is initialized. |
void |
reanimate(int x,
int y)
Called by JCChart3dArea when the chart area has been refreshed
and the animation must be redrawn. |
void |
setChart3dArea(com.klg.jclass.chart3d.JCChart3dArea chart3dArea)
Sets the associated JCChart3dArea object |
void |
start(InputEvent event,
int x,
int y)
Called by JCChart3dArea when the action is started. |
| Method Detail |
public void setChart3dArea(com.klg.jclass.chart3d.JCChart3dArea chart3dArea)
chart3dArea - The new JCChart3dArea objectpublic com.klg.jclass.chart3d.JCChart3dArea getChart3dArea()
public void initialize(Object object)
JCChart3dArea when the action is initialized.
object - Initialization parameters
public void start(InputEvent event,
int x,
int y)
JCChart3dArea when the action is started.
event - The InputEvent that triggered this actionx - The x position to start the actiony - The y position to start the action
public void animate(InputEvent event,
int x,
int y)
JCChart3dArea when the action is to be animated.
event - The InputEvent that triggered this actionx - The current x position to animate the actiony - The current y position to animate the action
public void reanimate(int x,
int y)
JCChart3dArea when the chart area has been refreshed
and the animation must be redrawn.
x - The x position to re-animate the actiony - The y position to re-animate the action
public void end(InputEvent event,
int x,
int y)
JCChart3dArea when the action is over.
event - The InputEvent that triggered this actionx - The x position to end the actiony - The y position to end the actionpublic void cancel()
JCChart3dArea when the action is cancelled
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||