Uses of Class
com.mxgraph.analysis.mxGraphProperties.GraphType
-
Packages that use mxGraphProperties.GraphType Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. -
-
Uses of mxGraphProperties.GraphType in com.mxgraph.analysis
Methods in com.mxgraph.analysis that return mxGraphProperties.GraphType Modifier and Type Method Description static mxGraphProperties.GraphTypemxGraphProperties.GraphType. valueOf(java.lang.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.
-