com.jzy3d.surfedit.surface.model
Class Highlighter

java.lang.Object
  extended by com.jzy3d.surfedit.surface.model.Highlighter

public class Highlighter
extends java.lang.Object


Constructor Summary
Highlighter(int ni, int nj)
           
 
Method Summary
 SelectionRectangle getMaximalSelectionRectangle()
           
 SelectionRectangle getMaximalSelectionRectangle(int iAdd, int jAdd)
           
 int getNI()
           
 int getNJ()
           
 boolean hasAnySelection()
           
 boolean isHighlighted(int i, int j)
           
 void reset()
           
 void reset(boolean status)
           
 void setHighlighted(int i, int j, boolean status)
           
 void setHighlighted(SelectionRectangle rect, boolean status)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Highlighter

public Highlighter(int ni,
                   int nj)
Method Detail

setHighlighted

public void setHighlighted(int i,
                           int j,
                           boolean status)

setHighlighted

public void setHighlighted(SelectionRectangle rect,
                           boolean status)

isHighlighted

public boolean isHighlighted(int i,
                             int j)

reset

public void reset()

reset

public void reset(boolean status)

getNI

public int getNI()

getNJ

public int getNJ()

getMaximalSelectionRectangle

public SelectionRectangle getMaximalSelectionRectangle()

getMaximalSelectionRectangle

public SelectionRectangle getMaximalSelectionRectangle(int iAdd,
                                                       int jAdd)

hasAnySelection

public boolean hasAnySelection()