public class DeviceTools
extends Object
| Constructor and Description |
|---|
DeviceTools() |
| Modifier and Type | Method and Description |
|---|---|
static List<Tile> |
getAllTilesInRectangle(Tile lowerLeft,
Tile upperRight)
Creates a list of tiles within the rectangle created by the two provided tiles (inclusive).
|
static void |
printFanout(RouteNode start,
int depth) |
public static void printFanout(RouteNode start, int depth)
public static List<Tile> getAllTilesInRectangle(Tile lowerLeft, Tile upperRight)
lowerLeft - The lower left tile in the rectangleupperRight - The upper right tile in the rectangle