com.mxgraph.analysis
Class mxGraphProperties
java.lang.Object
   com.mxgraph.analysis.mxGraphProperties
com.mxgraph.analysis.mxGraphProperties
- public class mxGraphProperties 
- extends Object
Constants for graph structure properties
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TRAVERSE_VISIBLE
public static String 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 to 1or0
 
 
DEFAULT_TRAVERSE_VISIBLE
public static boolean DEFAULT_TRAVERSE_VISIBLE
DIRECTED
public static String DIRECTED
- Whether or not to take into account the direction on edges. 
 The value associated with this key should evaluate as a 
 string to 1or0
 
 
DEFAULT_DIRECTED
public static boolean DEFAULT_DIRECTED
mxGraphProperties
public mxGraphProperties()
isTraverseVisible
public static boolean isTraverseVisible(Map<String,Object> properties,
                                        boolean defaultValue)
- 
- Parameters:
- properties-
- defaultValue-
- Returns:
 
setTraverseVisible
public static void setTraverseVisible(Map<String,Object> properties,
                                      boolean isTraverseVisible)
- 
- Parameters:
- properties-
- isTraverseVisible-
 
isDirected
public static boolean isDirected(Map<String,Object> properties,
                                 boolean defaultValue)
- 
- Parameters:
- properties-
- Returns:
 
setDirected
public static void setDirected(Map<String,Object> properties,
                               boolean isDirected)
- 
- Parameters:
- properties-
- isTraverseVisible-
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.