org.jzy3d.chart.controllers
Class AbstractController
java.lang.Object
org.jzy3d.chart.controllers.AbstractController
- Direct Known Subclasses:
- AbstractCameraController, AWTScreenshotKeyController, NewtScreenshotKeyController
public class AbstractController
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targets
protected List<Chart> targets
controllerListeners
protected Vector<ControllerEventListener> controllerListeners
AbstractController
public AbstractController()
AbstractController
public AbstractController(Chart chart)
register
public void register(Chart chart)
unregister
public void unregister(Chart chart)
chart
protected Chart chart()
dispose
public void dispose()
addControllerEventListener
public void addControllerEventListener(ControllerEventListener listener)
removeControllerEventListener
public void removeControllerEventListener(ControllerEventListener listener)
fireControllerEvent
protected void fireControllerEvent(ControllerType type,
Object value)
Copyright © 2013. All rights reserved.