Interface CardArtSize


public interface CardArtSize
CardArtSize provides the size information of the card art.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Fetches the height of the card art.
    int
    Fetches the width of the card art.
  • Method Details

    • getWidth

      int getWidth()
      Fetches the width of the card art.
      Returns:
      The width of the card art.
    • getHeight

      int getHeight()
      Fetches the height of the card art.
      Returns:
      The height of the card art.