Package ghidra.service.graph
Class LayoutAlgorithmNames
java.lang.Object
ghidra.service.graph.LayoutAlgorithmNames
Just a static list of graph layout algorithm names
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORCED_BALANCED
- See Also:
-
FORCE_DIRECTED
- See Also:
-
CIRCLE
- See Also:
-
COMPACT_HIERARCHICAL
- See Also:
-
COMPACT_RADIAL
- See Also:
-
MIN_CROSS_TOP_DOWN
- See Also:
-
MIN_CROSS_LONGEST_PATH
- See Also:
-
MIN_CROSS_NETWORK_SIMPLEX
- See Also:
-
MIN_CROSS_COFFMAN_GRAHAM
- See Also:
-
VERT_MIN_CROSS_TOP_DOWN
- See Also:
-
VERT_MIN_CROSS_LONGEST_PATH
- See Also:
-
VERT_MIN_CROSS_NETWORK_SIMPLEX
- See Also:
-
VERT_MIN_CROSS_COFFMAN_GRAHAM
- See Also:
-
HIERACHICAL
- See Also:
-
RADIAL
- See Also:
-
BALLOON
- See Also:
-
GEM
- See Also:
-
-
Constructor Details
-
LayoutAlgorithmNames
public LayoutAlgorithmNames()
-
-
Method Details
-
getLayoutAlgorithmNames
-