Uses of Class
com.mxgraph.analysis.mxGraphGenerator
-
Packages that use mxGraphGenerator Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. -
-
Uses of mxGraphGenerator in com.mxgraph.analysis
Fields in com.mxgraph.analysis declared as mxGraphGenerator Modifier and Type Field Description protected mxGraphGenerator
mxAnalysisGraph. generator
Methods in com.mxgraph.analysis that return mxGraphGenerator Modifier and Type Method Description mxGraphGenerator
mxAnalysisGraph. getGenerator()
Methods in com.mxgraph.analysis with parameters of type mxGraphGenerator Modifier and Type Method Description void
mxAnalysisGraph. setGenerator(mxGraphGenerator generator)
-