Package ghidra.app.util.viewer.util
Class MemoryBlockMap
java.lang.Object
ghidra.app.util.viewer.util.MemoryBlockMap
- All Implemented Interfaces:
AddressPixelMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
createMapping
(int width) getAddress
(int pixel) getBlockPosition
(MemoryBlock block) int
protected MemoryBlock[]
-
Constructor Details
-
MemoryBlockMap
-
-
Method Details
-
createMapping
public void createMapping(int width) - Specified by:
createMapping
in interfaceAddressPixelMap
-
includeBlocks
-
getAddress
- Specified by:
getAddress
in interfaceAddressPixelMap
-
getPixel
- Specified by:
getPixel
in interfaceAddressPixelMap
-
getBlocks
- Specified by:
getBlocks
in interfaceAddressPixelMap
-
getBlockPosition
- Specified by:
getBlockPosition
in interfaceAddressPixelMap
-
clear
public void clear()- Specified by:
clear
in interfaceAddressPixelMap
-