Uses of Class
com.jzy3d.surfedit.controllers.SelectionMode

Packages that use SelectionMode
com.jzy3d.surfedit.controllers   
 

Uses of SelectionMode in com.jzy3d.surfedit.controllers
 

Methods in com.jzy3d.surfedit.controllers that return SelectionMode
 SelectionMode MouseController.getSelectionMode()
           
static SelectionMode SelectionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SelectionMode[] SelectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jzy3d.surfedit.controllers with parameters of type SelectionMode
 void MouseController.setSelectionMode(SelectionMode mode)