Uses of Class
com.mxgraph.analysis.mxGraphAnalysis
Packages that use mxGraphAnalysis
Package
Description
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 mxGraphAnalysisModifier and TypeFieldDescriptionprotected static mxGraphAnalysismxGraphAnalysis.instanceHolds the shared instance of this class.Methods in com.mxgraph.analysis that return mxGraphAnalysisMethods in com.mxgraph.analysis with parameters of type mxGraphAnalysisModifier and TypeMethodDescriptionstatic voidmxGraphAnalysis.setInstance(mxGraphAnalysis instance) Sets the shared instance of this class.