public class mxGraphProperties
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
mxGraphProperties.GraphType |
| Modifier and Type | Field | 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 | Description |
|---|---|
mxGraphProperties() |
| Modifier and Type | Method | 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 - Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.