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 mxGraphAnalysis
mxGraphAnalysis.instance
Holds 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 void
mxGraphAnalysis.setInstance
(mxGraphAnalysis instance) Sets the shared instance of this class.