Package ghidra.base.graph
Interface VertexExpansionListener
public interface VertexExpansionListener
A listener to know when a vertex has been told to expand
-
Method Summary
Modifier and TypeMethodDescriptionvoidShow or hide those vertices that are on incoming edges to vvoidShow or hide those vertices that are on outgoing edges to v
-
Method Details
-
toggleIncomingVertices
Show or hide those vertices that are on incoming edges to v- Parameters:
v- the vertex
-
toggleOutgoingVertices
Show or hide those vertices that are on outgoing edges to v- Parameters:
v- the vertex
-