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

Packages that use SelectionRectangle
com.jzy3d.surfedit.surface.model   
 

Uses of SelectionRectangle in com.jzy3d.surfedit.surface.model
 

Methods in com.jzy3d.surfedit.surface.model that return SelectionRectangle
 SelectionRectangle Highlighter.getMaximalSelectionRectangle()
           
 SelectionRectangle Highlighter.getMaximalSelectionRectangle(int iAdd, int jAdd)
           
 

Methods in com.jzy3d.surfedit.surface.model with parameters of type SelectionRectangle
 void Highlighter.setHighlighted(SelectionRectangle rect, boolean status)