org.jzy3d.events
Class ViewPointChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jzy3d.events.ViewPointChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ViewPointChangedEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
ViewPointChangedEvent(java.lang.Object source, Coord3d viewPoint)
           
 
Method Summary
 Coord3d getViewPoint()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewPointChangedEvent

public ViewPointChangedEvent(java.lang.Object source,
                             Coord3d viewPoint)
Method Detail

getViewPoint

public Coord3d getViewPoint()