Uses of Class
plugins.big.bigsnake3d.roi.ActionPlane

Packages that use ActionPlane
plugins.big.bigsnake3d.keeper   
plugins.big.bigsnake3d.roi   
 

Uses of ActionPlane in plugins.big.bigsnake3d.keeper
 

Methods in plugins.big.bigsnake3d.keeper with parameters of type ActionPlane
 void SnakeKeeper.setActionPlane(ActionPlane actionPlane)
           
 void KeepersList.setActionPlane(ActionPlane actionPlane)
          Sets the ActionPlane to all elements of SnakeKeeper contained in the list.
 

Uses of ActionPlane in plugins.big.bigsnake3d.roi
 

Methods in plugins.big.bigsnake3d.roi that return ActionPlane
static ActionPlane ActionPlane.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionPlane[] ActionPlane.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in plugins.big.bigsnake3d.roi with parameters of type ActionPlane
 void ROI3DSnake.setActionPlane(ActionPlane actionPlane)