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 and Description |
---|---|
mxGeneratorFunction |
mxGraphGenerator.getGeneratorFunction() |
static mxGeneratorFunction |
mxGraphGenerator.getGeneratorFunction(mxGraph graph,
boolean weighted,
double minWeight,
double maxWeight) |
Constructor and Description |
---|
mxGraphGenerator(mxGeneratorFunction generatorFunction,
mxCostFunction costFunction) |
Modifier and Type | Class and Description |
---|---|
class |
mxGeneratorConstFunction |
class |
mxGeneratorRandomFunction |
class |
mxGeneratorRandomIntFunction |
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.