public class SquareRegularClustersIntoGrids
extends java.lang.Object
| Constructor and Description |
|---|
SquareRegularClustersIntoGrids(int minimumElements)
Configures class
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SquareGrid> |
getGrids()
Returns a list of all the square grids it found
|
boolean |
isVerbose() |
void |
process(java.util.List<java.util.List<SquareNode>> clusters)
Converts the set of provided clusters into ordered grids.
|
void |
setVerbose(boolean verbose) |
public SquareRegularClustersIntoGrids(int minimumElements)
minimumElements - The minimum number of elements which must be in a cluster for it to be acceptedpublic void process(java.util.List<java.util.List<SquareNode>> clusters)
clusters - List of clustered nodespublic java.util.List<SquareGrid> getGrids()
public boolean isVerbose()
public void setVerbose(boolean verbose)