Package org.jzy3d.events
Class ViewModeChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jzy3d.events.ViewModeChangedEvent
-
- All Implemented Interfaces:
Serializable
public class ViewModeChangedEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ViewModeChangedEvent(Object source, ViewPositionMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewPositionMode
getMode()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ViewModeChangedEvent
public ViewModeChangedEvent(Object source, ViewPositionMode mode)
-
-
Method Detail
-
getMode
public ViewPositionMode getMode()
-
-