Class mxGraphProperties

java.lang.Object
com.mxgraph.analysis.mxGraphProperties

public class mxGraphProperties extends Object
Constants for graph structure properties
  • Field Details

    • 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 1 or 0
    • 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 1 or 0
    • DEFAULT_DIRECTED

      public static boolean DEFAULT_DIRECTED
  • Constructor Details

    • mxGraphProperties

      public mxGraphProperties()
  • Method Details

    • 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 -