Class mxGraphProperties
java.lang.Object
com.mxgraph.analysis.mxGraphProperties
Constants for graph structure properties
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDirected(Map<String, Object> properties, boolean defaultValue) static booleanisTraverseVisible(Map<String, Object> properties, boolean defaultValue) static voidsetDirected(Map<String, Object> properties, boolean isDirected) static voidsetTraverseVisible(Map<String, Object> properties, boolean isTraverseVisible)
-
Field Details
-
TRAVERSE_VISIBLE
Whether or not to navigate the graph raw graph structure or the visible structure. The value associated with this key should evaluate as a string to1or0 -
DEFAULT_TRAVERSE_VISIBLE
public static boolean DEFAULT_TRAVERSE_VISIBLE -
DIRECTED
Whether or not to take into account the direction on edges. The value associated with this key should evaluate as a string to1or0 -
DEFAULT_DIRECTED
public static boolean DEFAULT_DIRECTED
-
-
Constructor Details
-
mxGraphProperties
public mxGraphProperties()
-
-
Method Details
-
isTraverseVisible
-
setTraverseVisible
-
isDirected
-
setDirected
-