java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.imp.viewhandler.SelectionEventFactory
de.grogra.imp3d.Selection3DEventFactory
- All Implemented Interfaces:
DisposableViewEventFactory,Manageable,Shareable
It defines the activation events that trigger the selection mode.
The default activation events are:
- Left mouse button pressed over an object in the scene.
- Left mouse button dragged with the Left shift pressed.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.grogra.imp.viewhandler.DisposableViewEventFactory
init
-
Field Details
-
$TYPE
-
-
Constructor Details
-
Selection3DEventFactory
public Selection3DEventFactory()
-
-
Method Details
-
createEvent
- Specified by:
createEventin interfaceDisposableViewEventFactory- Overrides:
createEventin classSelectionEventFactory
-
isActivationEvent
- Specified by:
isActivationEventin interfaceDisposableViewEventFactory- Overrides:
isActivationEventin classSelectionEventFactory
-
getManageableType
- Specified by:
getManageableTypein interfaceManageable- Overrides:
getManageableTypein classSelectionEventFactory
-