Package ghidra.app.util.viewer.util
Interface AddressPixelMap
-
- All Known Implementing Classes:
MemoryBlockMap
public interface AddressPixelMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidcreateMapping(int width)AddressgetAddress(int pixel)java.awt.RectanglegetBlockPosition(MemoryBlock memoryBlock)MemoryBlock[]getBlocks()intgetPixel(Address address)
-
-
-
Method Detail
-
createMapping
void createMapping(int width)
-
getAddress
Address getAddress(int pixel)
-
getPixel
int getPixel(Address address)
-
getBlocks
MemoryBlock[] getBlocks()
-
getBlockPosition
java.awt.Rectangle getBlockPosition(MemoryBlock memoryBlock)
-
clear
void clear()
-
-