public interface RoutingGrid
Modifier and Type | Method and Description |
---|---|
PathNode[][] |
getClosedGrid()
Returns the grid of closed path nodes.
|
int |
getColumnCount() |
short[][] |
getCostGrid()
Returns the grid of costs assigned to diagram locations.
|
PathNode[][] |
getOpenGrid()
Returns the grid of open path nodes.
|
int |
getRowCount() |
short[][] getCostGrid()
PathNode[][] getClosedGrid()
PathNode[][] getOpenGrid()
int getRowCount()
int getColumnCount()