mxGraph 2.5.0.2


Uses of Class
com.mxgraph.costfunction.mxCostFunction

Packages that use mxCostFunction
com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. 
com.mxgraph.costfunction   
 

Uses of mxCostFunction in com.mxgraph.analysis
 

Methods in com.mxgraph.analysis that return mxCostFunction
 mxCostFunction mxGraphGenerator.getCostFunction()
           
 

Methods in com.mxgraph.analysis with parameters of type mxCostFunction
 void mxGraphGenerator.setCostFunction(mxCostFunction costFunction)
           
 

Constructors in com.mxgraph.analysis with parameters of type mxCostFunction
mxGraphGenerator(mxGeneratorFunction generatorFunction, mxCostFunction costFunction)
           
 

Uses of mxCostFunction in com.mxgraph.costfunction
 

Subclasses of mxCostFunction in com.mxgraph.costfunction
 class mxConstCostFunction
           
 class mxDoubleValCostFunction
          A cost function that assumes that edge value is of type "double" or "String" and returns that value.
 


mxGraph 2.5.0.2


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