Class VerticalPixelAddressMapImpl

java.lang.Object
ghidra.app.util.viewer.util.VerticalPixelAddressMapImpl
All Implemented Interfaces:
VerticalPixelAddressMap

public class VerticalPixelAddressMapImpl extends Object implements VerticalPixelAddressMap
Maps vertical pixel locations to layouts on the currently displayed screen.
  • Constructor Details

    • VerticalPixelAddressMapImpl

      public VerticalPixelAddressMapImpl(List<AnchoredLayout> layouts, AddressIndexMap map)
      Constructor.
      Parameters:
      layouts - the set of layouts that are currently visible on the screen
      map - the map containing the addresses by index
  • Method Details