org.jzy3d.events
Class ViewPointChangedEvent

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

public class ViewPointChangedEvent
extends EventObject

See Also:
Serialized Form

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

Constructor Detail

ViewPointChangedEvent

public ViewPointChangedEvent(Object source,
                             Coord3d viewPoint)
Method Detail

getViewPoint

public Coord3d getViewPoint()