org.jzy3d.chart.controllers.thread
Class ChartThreadController

java.lang.Object
  extended by org.jzy3d.chart.controllers.ChartCameraController
      extended by org.jzy3d.chart.controllers.thread.ChartThreadController
All Implemented Interfaces:
java.lang.Runnable

public class ChartThreadController
extends ChartCameraController
implements java.lang.Runnable

The ViewAnimatedController provides a Thread for controlling the Camera and make it turn around the view point along its the azimuth dimension.

Author:
Martin Pernollet

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

ChartThreadController

public ChartThreadController()

ChartThreadController

public ChartThreadController(Chart chart)
Method Detail

dispose

public void dispose()
Overrides:
dispose in class ChartCameraController

start

public void start()
Start the animation.


stop

public void stop()
Stop the animation.


run

public void run()
Run the animation.

Specified by:
run in interface java.lang.Runnable