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 TypeMethodDescriptionvoidclear()voidcreateMapping(int width) getAddress(int pixel) getBlockPosition(MemoryBlock block) intprotected MemoryBlock[]
-
Constructor Details
-
MemoryBlockMap
-
-
Method Details
-
createMapping
public void createMapping(int width) - Specified by:
createMappingin interfaceAddressPixelMap
-
includeBlocks
-
getAddress
- Specified by:
getAddressin interfaceAddressPixelMap
-
getPixel
- Specified by:
getPixelin interfaceAddressPixelMap
-
getBlocks
- Specified by:
getBlocksin interfaceAddressPixelMap
-
getBlockPosition
- Specified by:
getBlockPositionin interfaceAddressPixelMap
-
clear
public void clear()- Specified by:
clearin interfaceAddressPixelMap
-