Package ghidra.graph.viewer
package ghidra.graph.viewer
-
ClassDescriptionA component that contains primary and satellite graph views.An object that allows for storing and restoring of graph perspective data, like the zoom level and the position of the graph.A listener to get notified of changes to the
SatelliteGraphViewer
The base viewer for the Graph module.This class houses various methods for translating location and size data from the various graph coordinate spaces.An enum that lists possible states for highlighting paths between vertices in a graph.A graph viewer that shows a scaled, complete rendering of the graph with which it is associated.VisualEdge<V extends VisualVertex>An edge that contains properties and state related to a user interface.An implementation ofScalingControl
that allows us to zoom in and out of the view.A view object, where 'view' is used in the sense of the Model-View-Controller (MVC) pattern.This is the class through which operations travel that manipulate the view and graph while plugged-in to the UI.A vertex that contains properties and state related to a user interface.