Package ghidra.graph
Class ProgramGraphDisplayOptions
java.lang.Object
ghidra.service.graph.GraphDisplayOptions
ghidra.graph.ProgramGraphDisplayOptions
- All Implemented Interfaces:
OptionsChangeListener
-
Constructor Summary
ConstructorDescriptionProgramGraphDisplayOptions
(ProgramGraphType graphType, PluginTool tool) constructor -
Method Summary
Methods inherited from class ghidra.service.graph.GraphDisplayOptions
addChangeListener, configureEdgeType, configureEdgeType, configureVertexType, configureVertexType, displayEditor, getArrowLength, getDefaultEdgeColor, getDefaultLayoutAlgorithmNameLayout, getDefaultVertexColor, getDefaultVertexShape, getEdgeColor, getEdgeColor, getEdgeColorOverrideAttributeKey, getEdgePriority, getEdgeSelectionColor, getFavoredEdgeType, getFont, getGraphType, getLabelPosition, getMaxNodeCount, getRootOptionsName, getVertexColor, getVertexColor, getVertexColorOverrideAttributeKey, getVertexLabel, getVertexLabelOverride, getVertexSelectionColor, getVertexShape, getVertexShape, getVertexShapeOverrideAttributeKey, initializeFromOptions, isRegisteredWithTool, optionsChanged, registerOptions, registerOptions, removeChangeListener, setArrowLength, setDefaultEdgeColor, setDefaultEdgeColor, setDefaultLayoutAlgorithmName, setDefaultVertexColor, setDefaultVertexColor, setDefaultVertexShape, setEdgeColor, setEdgeColor, setEdgeColorOverrideAttributeKey, setEdgeSelectionColor, setEdgeSelectionColor, setFavoredEdgeType, setFont, setFont, setLabelPosition, setMaxNodeCount, setUsesIcons, setVertexColor, setVertexColor, setVertexColorOverrideAttributeKey, setVertexLabelOverrideAttributeKey, setVertexSelectionColor, setVertexSelectionColor, setVertexShape, setVertexShapeOverrideAttributeKey, usesIcons
-
Constructor Details
-
ProgramGraphDisplayOptions
constructor- Parameters:
graphType
- the specific ProgramGraphType subclass for these optionstool
- if non-null, will load values from tool options
-
-
Method Details
-
initializeDefaults
protected void initializeDefaults()- Overrides:
initializeDefaults
in classGraphDisplayOptions
-