Package ghidra.service.graph
Class DefaultGraphDisplayOptions NEW
- java.lang.Object
-
- ghidra.service.graph.GraphDisplayOptions
-
- ghidra.service.graph.DefaultGraphDisplayOptions
-
- All Implemented Interfaces:
OptionsChangeListener
public class DefaultGraphDisplayOptions extends GraphDisplayOptions
Empty implementation of GraphDiaplayOptions. Used as an initial default to avoid null checks
-
-
Field Summary
-
Fields inherited from class ghidra.service.graph.GraphDisplayOptions
DEFAULT
-
-
Constructor Summary
Constructors Change Constructor Description DefaultGraphDisplayOptions()
-
Method Summary
-
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, initializeDefaults, 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
-
-