|
mxGraph 2.4.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.4.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |