Package ghidra.base.graph
Class CircleWithLabelVertex
java.lang.Object
ghidra.graph.viewer.vertex.AbstractVisualVertex
ghidra.base.graph.CircleWithLabelVertex
- All Implemented Interfaces:
GVertex,VertexShapeProvider,VisualVertex
A vertex that is a circle shape with a label below the circle to show the given text.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()A dispose method that should be called when a vertex is reclaimed, never again to be used in a graph or displayReturns the compact shape that the user will see when full, detailed rendering is not being performed for a vertex, such as in the satellite viewer or when fully-zoomed-outReturns the component of this vertex.Returns the full (the actual) shape of a vertex.getName()toString()Methods inherited from class ghidra.graph.viewer.vertex.AbstractVisualVertex
getAlpha, getEmphasis, getLocation, isFocused, isGrabbable, isHovered, isSelected, setAlpha, setEmphasis, setFocused, setHovered, setLocation, setSelected
-
Field Details
-
shapeProvider
-
-
Constructor Details
-
CircleWithLabelVertex
-
-
Method Details
-
getComponent
Description copied from interface:VisualVertexReturns the component of this vertex. This is used for rendering and interaction with the user.- Specified by:
getComponentin interfaceVisualVertex- Returns:
- the component of this vertex
-
getCompactShape
Description copied from interface:VertexShapeProviderReturns the compact shape that the user will see when full, detailed rendering is not being performed for a vertex, such as in the satellite viewer or when fully-zoomed-out- Specified by:
getCompactShapein interfaceVertexShapeProvider- Returns:
- the shape
-
getFullShape
Description copied from interface:VertexShapeProviderReturns the full (the actual) shape of a vertex. This can be used to determine if a mouse point intersects a vertex or to get the real bounding-box of a vertex.- Specified by:
getFullShapein interfaceVertexShapeProvider- Returns:
- the shape
-
getName
-
toString
-
dispose
public void dispose()Description copied from interface:VisualVertexA dispose method that should be called when a vertex is reclaimed, never again to be used in a graph or display- Specified by:
disposein interfaceVisualVertex
-