public static enum mxGraphProperties.GraphType extends Enum<mxGraphProperties.GraphType>
Modifier and Type | Method and Description |
---|---|
static mxGraphProperties.GraphType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static mxGraphProperties.GraphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final mxGraphProperties.GraphType FULLY_CONNECTED
public static final mxGraphProperties.GraphType RANDOM_CONNECTED
public static final mxGraphProperties.GraphType TREE
public static final mxGraphProperties.GraphType FLOW
public static final mxGraphProperties.GraphType NULL
public static final mxGraphProperties.GraphType COMPLETE
public static final mxGraphProperties.GraphType NREGULAR
public static final mxGraphProperties.GraphType GRID
public static final mxGraphProperties.GraphType BIPARTITE
public static final mxGraphProperties.GraphType COMPLETE_BIPARTITE
public static final mxGraphProperties.GraphType BASIC_TREE
public static final mxGraphProperties.GraphType SIMPLE_RANDOM
public static final mxGraphProperties.GraphType BFS_DIR
public static final mxGraphProperties.GraphType BFS_UNDIR
public static final mxGraphProperties.GraphType DFS_DIR
public static final mxGraphProperties.GraphType DFS_UNDIR
public static final mxGraphProperties.GraphType DIJKSTRA
public static final mxGraphProperties.GraphType MAKE_TREE_DIRECTED
public static final mxGraphProperties.GraphType SIMPLE_RANDOM_TREE
public static final mxGraphProperties.GraphType KNIGHT_TOUR
public static final mxGraphProperties.GraphType KNIGHT
public static final mxGraphProperties.GraphType GET_ADJ_MATRIX
public static final mxGraphProperties.GraphType FROM_ADJ_MATRIX
public static final mxGraphProperties.GraphType PETERSEN
public static final mxGraphProperties.GraphType WHEEL
public static final mxGraphProperties.GraphType STAR
public static final mxGraphProperties.GraphType PATH
public static final mxGraphProperties.GraphType FRIENDSHIP_WINDMILL
public static final mxGraphProperties.GraphType FULL_WINDMILL
public static final mxGraphProperties.GraphType INDEGREE
public static final mxGraphProperties.GraphType OUTDEGREE
public static final mxGraphProperties.GraphType IS_CUT_VERTEX
public static final mxGraphProperties.GraphType IS_CUT_EDGE
public static final mxGraphProperties.GraphType RESET_STYLE
public static final mxGraphProperties.GraphType KING
public static final mxGraphProperties.GraphType BELLMAN_FORD
public static mxGraphProperties.GraphType[] values()
for (mxGraphProperties.GraphType c : mxGraphProperties.GraphType.values()) System.out.println(c);
public static mxGraphProperties.GraphType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright (c) 2010 Gaudenz Alder. All rights reserved.