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 classSoEllipseScreenDrawerInteractively draw an ellipse in normalized screen space.classSoLassoScreenDrawerInteractively draw a lasso in normalized screen space.classSoPolygonScreenDrawerInteractively draws a polygon in normalized screen space.classSoRectangleScreenDrawerInteractively draws a rectangle in normalized screen space.Methods in com.openinventor.inventor.drawers that return SoPolyLineScreenDrawer Modifier and Type Method Description SoPolyLineScreenDrawerSoPolyLineScreenDrawer.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.
-