|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmathcomp.gridgeom.GreenClosure
public class GreenClosure
Implements the green closure by iteration. For example:
GreenClosure closure = new GreenClosure(); closure.setGf(gridRefiner); closure.close();
GridRefiner| Constructor Summary | |
|---|---|
GreenClosure()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the refinement. |
GridRefiner |
getGf()
Returns the gf. |
Grid |
getGrid()
Returns the grid. |
void |
setGf(GridRefiner gf)
Sets the gf. |
void |
setGrid(Grid grid)
Sets the grid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GreenClosure()
| Method Detail |
|---|
public void close()
public Grid getGrid()
public void setGrid(Grid grid)
grid - The grid to setpublic GridRefiner getGf()
public void setGf(GridRefiner gf)
gf - The gf to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||