Package | Description |
---|---|
com.mxgraph.analysis |
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
|
com.mxgraph.costfunction |
Modifier and Type | Method and Description |
---|---|
mxCostFunction |
mxGraphGenerator.getCostFunction() |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphGenerator.setCostFunction(mxCostFunction costFunction) |
Constructor and Description |
---|
mxGraphGenerator(mxGeneratorFunction generatorFunction,
mxCostFunction costFunction) |
Modifier and Type | Class and Description |
---|---|
class |
mxConstCostFunction |
class |
mxDoubleValCostFunction
A cost function that assumes that edge value is of type "double" or "String" and returns that value.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.