Class IconResource

java.lang.Object
ghidra.program.model.data.BitmapResource
ghidra.program.model.data.IconResource

public class IconResource extends BitmapResource
  • Constructor Details Link icon

  • Method Details Link icon

    • getHeight Link icon

      public int getHeight()
      Overrides:
      getHeight in class BitmapResource
    • getImageDataSize Link icon

      public int getImageDataSize()
      Description copied from class: BitmapResource
      Returns the uncompressed image data size. The default implementation will return the image data size specified by the header if non-zero, otherwize a computed data length will be returned based upon getHeight(), getWidth() and getBitCount().
      Overrides:
      getImageDataSize in class BitmapResource
      Returns:
      image data size
    • getMaskLength Link icon

      public int getMaskLength()
      Overrides:
      getMaskLength in class BitmapResource
      Returns:
      int size of mask section in bytes