Package | Description |
---|---|
com.mxgraph.analysis |
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
|
Modifier and Type | Method and Description |
---|---|
static mxGraphProperties.GraphType |
mxGraphProperties.GraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static mxGraphProperties.GraphType[] |
mxGraphProperties.GraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.