Class SoPolyLineScreenDrawer.EventArg
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.drawers.SoPolyLineScreenDrawer.EventArg
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
SoPolyLineScreenDrawer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
ConstructorsConstructorDescriptionEventArg
(SoHandleEventAction action, SoPolyLineScreenDrawer drawer) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the handle event action related to the drawing.Returns the drawer.void
setValue
(SoPolyLineScreenDrawer.EventArg copyFrom) Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
EventArg
Default constructor.
-
-
Method Details
-
setValue
-
getSource
Returns the drawer.- Specified by:
getSource
in interfaceSbEventArg
-
getAction
Returns the handle event action related to the drawing.
-