Uses of Class
com.mxgraph.costfunction.mxCostFunction
Packages that use mxCostFunction
Package
Description
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
-
Uses of mxCostFunction in com.mxgraph.analysis
Methods in com.mxgraph.analysis that return mxCostFunctionMethods in com.mxgraph.analysis with parameters of type mxCostFunctionModifier and TypeMethodDescriptionvoidmxGraphGenerator.setCostFunction(mxCostFunction costFunction) Constructors in com.mxgraph.analysis with parameters of type mxCostFunctionModifierConstructorDescriptionmxGraphGenerator(mxGeneratorFunction generatorFunction, mxCostFunction costFunction) -
Uses of mxCostFunction in com.mxgraph.costfunction
Subclasses of mxCostFunction in com.mxgraph.costfunctionModifier and TypeClassDescriptionclassclassA cost function that assumes that edge value is of type "double" or "String" and returns that value.