|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--analysis.java.GraphicsModule
Class for handling visualization-related procedures, among which: Converting basins polygons to outlines Separating each basin into separate Raster object for output
| Constructor Summary | |
GraphicsModule()
Creates an module for visualization related procedures |
|
| Method Summary | |
void |
basinsToRaster(java.util.ArrayList list,
int rows,
int cols)
Turns an ArrayList of basins and basin cells to a Raster for each basin |
java.util.TreeMap |
getOutlines()
Gets a list of outline cells |
void |
outlinesToRaster(java.util.ArrayList list,
int rows,
int cols)
Turns a list of outlines into Raster objects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphicsModule()
| Method Detail |
public void outlinesToRaster(java.util.ArrayList list,
int rows,
int cols)
list - an ArrayList object with a list of basins and basin cellscols - # of columns
public void basinsToRaster(java.util.ArrayList list,
int rows,
int cols)
public java.util.TreeMap getOutlines()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||