|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jzy3d.surfedit.controllers.SelectionRectangle
public class SelectionRectangle
| Field Summary | |
|---|---|
int |
maxI
|
int |
maxJ
|
int |
minI
|
int |
minJ
|
| Constructor Summary | |
|---|---|
SelectionRectangle()
|
|
SelectionRectangle(int minI,
int maxI,
int minJ,
int maxJ)
|
|
| Method Summary | |
|---|---|
void |
add(int i,
int j)
|
int |
ncell()
|
String |
toString()
|
boolean |
valid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int minI
public int maxI
public int minJ
public int maxJ
| Constructor Detail |
|---|
public SelectionRectangle()
public SelectionRectangle(int minI,
int maxI,
int minJ,
int maxJ)
| Method Detail |
|---|
public void add(int i,
int j)
public boolean valid()
public int ncell()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||