artofillusion.view
Class ViewChangedEvent
java.lang.Object
artofillusion.view.ViewChangedEvent
public class ViewChangedEvent
- extends java.lang.Object
A ViewChangedEvent is dispatched by a ViewerCanvas to indicate that some element of the
view settings has changed. This includes the camera position or orientation, the zoom
level, the projection mode, etc.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewChangedEvent
public ViewChangedEvent(ViewerCanvas source)
- Create a ViewChangedEvent.
getSource
public ViewerCanvas getSource()
- Get the ViewerCanvas which generated this event.
Copyright © 1999-2011 by Peter Eastman.