| 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 | Description |
|---|---|---|
mxCostFunction |
mxGraphGenerator.getCostFunction() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
mxGraphGenerator.setCostFunction(mxCostFunction costFunction) |
| Constructor | Description |
|---|---|
mxGraphGenerator(mxGeneratorFunction generatorFunction,
mxCostFunction costFunction) |
| Modifier and Type | Class | 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-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.