mxGraph 2.5.0.2


com.mxgraph.costfunction
Class mxConstCostFunction

java.lang.Object
  extended by com.mxgraph.costfunction.mxCostFunction
      extended by com.mxgraph.costfunction.mxConstCostFunction
All Implemented Interfaces:
mxICostFunction

public class mxConstCostFunction
extends mxCostFunction


Constructor Summary
mxConstCostFunction(double cost)
           
 
Method Summary
 double getCost(mxCellState state)
          Evaluates the cost of the given cell state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mxConstCostFunction

public mxConstCostFunction(double cost)
Method Detail

getCost

public double getCost(mxCellState state)
Description copied from interface: mxICostFunction
Evaluates the cost of the given cell state.

Parameters:
state - The cell state to be evaluated
Returns:
Returns the cost to traverse the given cell state.

mxGraph 2.5.0.2


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.