Interface CardBitmap


public interface CardBitmap
CardBitmap provides the size and bitmap resource of the card art.
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetches the file format of the bitmap image.
    byte[]
    Fetches the bitmap resource.
    Fetches the size of the card art.
  • Method Details

    • getSize

      CardArtSize getSize()
      Fetches the size of the card art.
      Returns:
      The size of the card art.
    • getResource

      byte[] getResource()
      Fetches the bitmap resource.
      Returns:
      The bitmap image in bytes.
    • getFileType

      String getFileType()
      Fetches the file format of the bitmap image.
      Returns:
      The file format of the image.