com.mindfusion.diagramming.jlayout
Interface RoutingGrid


public interface RoutingGrid


Method Summary
 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()
           
 

Method Detail

getCostGrid

short[][] getCostGrid()
Returns the grid of costs assigned to diagram locations.


getClosedGrid

PathNode[][] getClosedGrid()
Returns the grid of closed path nodes.

Returns:

getOpenGrid

PathNode[][] getOpenGrid()
Returns the grid of open path nodes.


getRowCount

int getRowCount()

getColumnCount

int getColumnCount()