artofillusion.view
Class ViewChangedEvent

java.lang.Object
  extended by 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.


Constructor Summary
ViewChangedEvent(ViewerCanvas source)
          Create a ViewChangedEvent.
 
Method Summary
 ViewerCanvas getSource()
          Get the ViewerCanvas which generated this event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewChangedEvent

public ViewChangedEvent(ViewerCanvas source)
Create a ViewChangedEvent.

Method Detail

getSource

public ViewerCanvas getSource()
Get the ViewerCanvas which generated this event.



Copyright © 1999-2011 by Peter Eastman.