Uses of Class
com.mxgraph.analysis.mxGraphAnalysis
-
Packages that use mxGraphAnalysis Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. -
-
Uses of mxGraphAnalysis in com.mxgraph.analysis
Fields in com.mxgraph.analysis declared as mxGraphAnalysis Modifier and Type Field Description protected static mxGraphAnalysis
mxGraphAnalysis. instance
Holds the shared instance of this class.Methods in com.mxgraph.analysis that return mxGraphAnalysis Modifier and Type Method Description static mxGraphAnalysis
mxGraphAnalysis. getInstance()
Methods in com.mxgraph.analysis with parameters of type mxGraphAnalysis Modifier and Type Method Description static void
mxGraphAnalysis. setInstance(mxGraphAnalysis instance)
Sets the shared instance of this class.
-