Package ghidra.graph
Class ProgramGraphDisplayOptions
- java.lang.Object
-
- ghidra.service.graph.GraphDisplayOptions
-
- ghidra.graph.ProgramGraphDisplayOptions
-
- All Implemented Interfaces:
OptionsChangeListener
public class ProgramGraphDisplayOptions extends GraphDisplayOptions
-
-
Field Summary
-
Fields inherited from class ghidra.service.graph.GraphDisplayOptions
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description ProgramGraphDisplayOptions(ProgramGraphType graphType, PluginTool tool)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initializeDefaults()
-
Methods inherited from class ghidra.service.graph.GraphDisplayOptions
addChangeListener, configureEdgeType, configureVertexType, 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, removeChangeListener, setArrowLength, setDefaultEdgeColor, setDefaultLayoutAlgorithmName, setDefaultVertexColor, setDefaultVertexShape, setEdgeColor, setEdgeColorOverrideAttributeKey, setEdgeSelectionColor, setFavoredEdgeType, setFont, setLabelPosition, setMaxNodeCount, setUsesIcons, setVertexColor, setVertexColorOverrideAttributeKey, setVertexLabelOverrideAttributeKey, setVertexSelectionColor, setVertexShape, setVertexShapeOverrideAttributeKey, usesIcons
-
-
-
-
Constructor Detail
-
ProgramGraphDisplayOptions
public ProgramGraphDisplayOptions(ProgramGraphType graphType, PluginTool tool)
constructor- Parameters:
graphType
- the specific ProgramGraphType subclass for these optionstool
- if non-null, will load values from tool options
-
-
Method Detail
-
initializeDefaults
protected void initializeDefaults()
- Overrides:
initializeDefaults
in classGraphDisplayOptions
-
-