VisualGraphView

Package: ghidra.graph.viewer
Type: class

12.0_PUBLIC

addedmethod: addSatelliteListener
void addSatelliteListener(ghidra.graph.viewer.GraphSatelliteListener l)
addedmethod: arePopupsVisible
boolean arePopupsVisible()
removedmethod: setSatelliteListener
void setSatelliteListener(ghidra.graph.viewer.GraphSatelliteListener l)

11.3_PUBLIC

addedmethod: getSatellitePosition
ghidra.graph.viewer.GraphComponent.SatellitePosition getSatellitePosition()
addedmethod: setSatellitePosition
void setSatellitePosition(ghidra.graph.viewer.GraphComponent.SatellitePosition position)

10.0_PUBLIC

addedmethod: optionsChanged
void optionsChanged()

9.0.2_PUBLIC

addedmethod: disposeViewer
void disposeViewer()
addedfield: graphComponent
ghidra.graph.viewer.GraphComponent<V,E,G> graphComponent
addedmethod: installGraphViewer
void installGraphViewer()
addedfield: layoutProvider
ghidra.graph.viewer.layout.LayoutProvider<V,E,G> layoutProvider
addedmethod: maybeTwinkleVertex
void maybeTwinkleVertex(V twinkleVertex, boolean doTwinkle)
addedmethod: removeSatellite
void removeSatellite()
addedmethod: setContent
void setContent(java.awt.Component c)
addedmethod: setSouthComponent
void setSouthComponent(javax.swing.JComponent component)

9.0.1_PUBLIC

introducedInitial version