Uses of Class
com.openinventor.inventor.drawers.SoPolyLineScreenDrawer
-
Packages that use SoPolyLineScreenDrawer Package Description com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space. -
-
Uses of SoPolyLineScreenDrawer in com.openinventor.inventor.drawers
Subclasses of SoPolyLineScreenDrawer in com.openinventor.inventor.drawers Modifier and Type Class Description class
SoEllipseScreenDrawer
Interactively draw an ellipse in normalized screen space.class
SoLassoScreenDrawer
Interactively draw a lasso in normalized screen space.class
SoPolygonScreenDrawer
Interactively draws a polygon in normalized screen space.class
SoRectangleScreenDrawer
Interactively draws a rectangle in normalized screen space.Methods in com.openinventor.inventor.drawers that return SoPolyLineScreenDrawer Modifier and Type Method Description SoPolyLineScreenDrawer
SoPolyLineScreenDrawer.EventArg. getSource()
Returns the drawer.Constructors in com.openinventor.inventor.drawers with parameters of type SoPolyLineScreenDrawer Constructor Description EventArg(SoHandleEventAction action, SoPolyLineScreenDrawer drawer)
Default constructor.
-