GraphDisplay

Package: ghidra.service.graph
Type: class

10.4_PUBLIC

addedmethod: getActions
java.util.Collection<docking.action.DockingActionIf> getActions()
removedfield: ALIGN_CENTER
static int ALIGN_CENTER
removedfield: ALIGN_LEFT
static int ALIGN_LEFT
removedfield: ALIGN_RIGHT
static int ALIGN_RIGHT
removedfield: DISPLAY_VERTICES_AS_ICONS
static java.lang.String DISPLAY_VERTICES_AS_ICONS
removedfield: EDGE_TYPE_PRIORITY_LIST
static java.lang.String EDGE_TYPE_PRIORITY_LIST
removedfield: ENABLE_EDGE_SELECTION
static java.lang.String ENABLE_EDGE_SELECTION
removedfield: FAVORED_EDGES
static java.lang.String FAVORED_EDGES
removedfield: INITIAL_LAYOUT_ALGORITHM
static java.lang.String INITIAL_LAYOUT_ALGORITHM
removedfield: SELECTED_EDGE_COLOR
static java.lang.String SELECTED_EDGE_COLOR
removedfield: SELECTED_VERTEX_COLOR
static java.lang.String SELECTED_VERTEX_COLOR
removedfield: VERTEX_LABEL_POSITION
static java.lang.String VERTEX_LABEL_POSITION

10.1_PUBLIC

addedmethod: setGraph
void setGraph(ghidra.service.graph.AttributedGraph graph, ghidra.service.graph.GraphDisplayOptions options, java.lang.String title, boolean append, ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: defineEdgeAttribute
void defineEdgeAttribute(java.lang.String name)
removedmethod: defineVertexAttribute
void defineVertexAttribute(java.lang.String name)
removedmethod: setVertexLabelAttribute
void setVertexLabelAttribute(java.lang.String attributeName, int alignment, int size, boolean monospace, int maxLines)

10.0_PUBLIC

addedmethod: addAction
void addAction(docking.action.DockingActionIf action)
addedfield: DISPLAY_VERTICES_AS_ICONS
static java.lang.String DISPLAY_VERTICES_AS_ICONS
addedfield: EDGE_TYPE_PRIORITY_LIST
static java.lang.String EDGE_TYPE_PRIORITY_LIST
addedfield: ENABLE_EDGE_SELECTION
static java.lang.String ENABLE_EDGE_SELECTION
addedfield: FAVORED_EDGES
static java.lang.String FAVORED_EDGES
addedfield: INITIAL_LAYOUT_ALGORITHM
static java.lang.String INITIAL_LAYOUT_ALGORITHM
addedfield: SELECTED_EDGE_COLOR
static java.lang.String SELECTED_EDGE_COLOR
addedfield: SELECTED_VERTEX_COLOR
static java.lang.String SELECTED_VERTEX_COLOR
addedmethod: setVertexLabelAttribute
void setVertexLabelAttribute(java.lang.String attributeName, int alignment, int size, boolean monospace, int maxLines)
addedfield: VERTEX_LABEL_POSITION
static java.lang.String VERTEX_LABEL_POSITION
removedmethod: addAction
void addAction(docking.action.DockingAction action)
removedmethod: setVertexLabel
void setVertexLabel(java.lang.String attributeName, int alignment, int size, boolean monospace, int maxLines)

9.2_PUBLIC

introducedInitial version