com.mindfusion.diagramming.jlayout
Interface RoutingOptions

All Known Implementing Classes:
RoutingOptions

public interface RoutingOptions


Method Summary
 float getGridSize()
           
 boolean getIgnoreAnchoring()
           
 short getLengthCost()
           
 short getNodeVicinityCost()
           
 short getTurnCost()
           
 void setGridSize(float value)
           
 

Method Detail

getLengthCost

short getLengthCost()

getTurnCost

short getTurnCost()

getGridSize

float getGridSize()

setGridSize

void setGridSize(float value)

getNodeVicinityCost

short getNodeVicinityCost()

getIgnoreAnchoring

boolean getIgnoreAnchoring()