public class mxGraphProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
mxGraphProperties.GraphType |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_DIRECTED |
static boolean |
DEFAULT_TRAVERSE_VISIBLE |
static java.lang.String |
DIRECTED
Whether or not to take into account the direction on edges.
|
static java.lang.String |
TRAVERSE_VISIBLE
Whether or not to navigate the graph raw graph structure or
the visible structure.
|
| Constructor and Description |
|---|
mxGraphProperties() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDirected(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean defaultValue) |
static boolean |
isTraverseVisible(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean defaultValue) |
static void |
setDirected(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean isDirected) |
static void |
setTraverseVisible(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean isTraverseVisible) |
public static java.lang.String TRAVERSE_VISIBLE
1 or
0public static boolean DEFAULT_TRAVERSE_VISIBLE
public static java.lang.String DIRECTED
1 or 0public static boolean DEFAULT_DIRECTED
public static boolean isTraverseVisible(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean defaultValue)
properties - defaultValue - public static void setTraverseVisible(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean isTraverseVisible)
properties - isTraverseVisible - public static boolean isDirected(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean defaultValue)
properties - public static void setDirected(java.util.Map<java.lang.String,java.lang.Object> properties,
boolean isDirected)
properties - isTraverseVisible -