Package com.mxgraph.analysis
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 boolean
isDirected
(Map<String, Object> properties, boolean defaultValue) static boolean
isTraverseVisible
(Map<String, Object> properties, boolean defaultValue) static void
setDirected
(Map<String, Object> properties, boolean isDirected) static void
setTraverseVisible
(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 to1
or0
-
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 to1
or0
-
DEFAULT_DIRECTED
public static boolean DEFAULT_DIRECTED
-
-
Constructor Details
-
mxGraphProperties
public mxGraphProperties()
-
-
Method Details
-
isTraverseVisible
- Parameters:
properties
-defaultValue
-- Returns:
-
setTraverseVisible
- Parameters:
properties
-isTraverseVisible
-
-
isDirected
- Parameters:
properties
-- Returns:
-
setDirected
- Parameters:
properties
-isTraverseVisible
-
-