Package ghidra.program.util
Class MarkerLocation
java.lang.Object
ghidra.program.util.MarkerLocation
- All Implemented Interfaces:
Serializable
Marker location in the tool navigation bars
- See Also:
-
Constructor Summary
ConstructorDescriptionMarkerLocation
(MarkerSet markers, Program program, Address addr, int x, int y) Construct a new MarkerLocation. -
Method Summary
-
Constructor Details
-
MarkerLocation
Construct a new MarkerLocation.- Parameters:
markers
- marker manager serviceprogram
- program containing the addressaddr
- address of the locationx
- x position of the popup point on the screeny
- y position of the popup point on the screen
-
-
Method Details
-
getProgram
Returns the program.- Returns:
- the program for this marker location
-
getAddr
Returns the address.- Returns:
- the address for this marker location
-
getMarkerManager
Returns the Marker Manager.- Returns:
- the marker manager
-
getX
public int getX()Returns the X screen location of the popup point.- Returns:
- the X coordinate for the screen location.
-
getY
public int getY()Returns the Y screen location of the popup point.- Returns:
- the Y coordinate for the screen location.
-
hashCode
public int hashCode() -
equals
-