public class mxGraphProperties extends 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 String |
DIRECTED
Whether or not to take into account the direction on edges.
|
static 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(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) |
public static String TRAVERSE_VISIBLE
1
or
0
public static boolean DEFAULT_TRAVERSE_VISIBLE
public static String DIRECTED
1
or 0
public static boolean DEFAULT_DIRECTED
public static boolean isTraverseVisible(Map<String,Object> properties, boolean defaultValue)
properties
- defaultValue
- public static void setTraverseVisible(Map<String,Object> properties, boolean isTraverseVisible)
properties
- isTraverseVisible
- public static boolean isDirected(Map<String,Object> properties, boolean defaultValue)
properties
- Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.