Package ghidra.app.util.viewer.util
Interface AddressPixelMap
- All Known Implementing Classes:
MemoryBlockMap
public interface AddressPixelMap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
createMapping
(int width) getAddress
(int pixel) getBlockPosition
(MemoryBlock memoryBlock) int
-
Method Details
-
createMapping
void createMapping(int width) -
getAddress
-
getPixel
-
getBlocks
MemoryBlock[] getBlocks() -
getBlockPosition
-
clear
void clear()
-