| Package | Description |
|---|---|
| com.mxgraph.analysis |
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
|
| com.mxgraph.generatorfunction |
| Modifier and Type | Method | Description |
|---|---|---|
mxGeneratorFunction |
mxGraphGenerator.getGeneratorFunction() |
|
static mxGeneratorFunction |
mxGraphGenerator.getGeneratorFunction(mxGraph graph,
boolean weighted,
double minWeight,
double maxWeight) |
| Constructor | Description |
|---|---|
mxGraphGenerator(mxGeneratorFunction generatorFunction,
mxCostFunction costFunction) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
mxGeneratorConstFunction |
|
class |
mxGeneratorRandomFunction |
|
class |
mxGeneratorRandomIntFunction |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.