Class SoPolyLineScreenDrawer.EventArg
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.drawers.SoPolyLineScreenDrawer.EventArg
-
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
- SoPolyLineScreenDrawer
public static class SoPolyLineScreenDrawer.EventArg extends Inventor implements SbEventArg
-
-
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
Constructors Constructor Description EventArg(SoHandleEventAction action, SoPolyLineScreenDrawer drawer)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoHandleEventAction
getAction()
Returns the handle event action related to the drawing.SoPolyLineScreenDrawer
getSource()
Returns the drawer.void
setValue(SoPolyLineScreenDrawer.EventArg copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
EventArg
public EventArg(SoHandleEventAction action, SoPolyLineScreenDrawer drawer)
Default constructor.
-
-
Method Detail
-
setValue
public void setValue(SoPolyLineScreenDrawer.EventArg copyFrom)
-
getSource
public SoPolyLineScreenDrawer getSource()
Returns the drawer.- Specified by:
getSource
in interfaceSbEventArg
-
getAction
public SoHandleEventAction getAction()
Returns the handle event action related to the drawing.
-
-