Uses of Enum
com.mxgraph.analysis.mxGraphProperties.GraphType
Packages that use mxGraphProperties.GraphType
Package
Description
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
-
Uses of mxGraphProperties.GraphType in com.mxgraph.analysis
Subclasses with type arguments of type mxGraphProperties.GraphType in com.mxgraph.analysisMethods in com.mxgraph.analysis that return mxGraphProperties.GraphTypeModifier and TypeMethodDescriptionstatic mxGraphProperties.GraphTypeReturns 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.