Package ghidra.graph

Class ProgramGraphDisplayOptions

java.lang.Object
ghidra.service.graph.GraphDisplayOptions
ghidra.graph.ProgramGraphDisplayOptions
All Implemented Interfaces:
OptionsChangeListener

public class ProgramGraphDisplayOptions extends GraphDisplayOptions
  • Constructor Details

    • ProgramGraphDisplayOptions

      public ProgramGraphDisplayOptions(ProgramGraphType graphType, PluginTool tool)
      constructor
      Parameters:
      graphType - the specific ProgramGraphType subclass for these options
      tool - if non-null, will load values from tool options
  • Method Details