|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.chart.controllers.ChartCameraController org.jzy3d.chart.controllers.thread.ChartThreadController
public class ChartThreadController
The ViewAnimatedController provides a Thread for controlling the Camera and make it turn around the view point along its the azimuth dimension.
Constructor Summary | |
---|---|
ChartThreadController()
|
|
ChartThreadController(Chart chart)
|
Method Summary | |
---|---|
void |
dispose()
|
void |
run()
Run the animation. |
void |
start()
Start the animation. |
void |
stop()
Stop the animation. |
Methods inherited from class org.jzy3d.chart.controllers.ChartCameraController |
---|
addControllerEventListener, addTarget, removeControllerEventListener, removeTarget |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartThreadController()
public ChartThreadController(Chart chart)
Method Detail |
---|
public void dispose()
dispose
in class ChartCameraController
public void start()
public void stop()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |