Interface CardArtSize
public interface CardArtSize
CardArtSize provides the size information of the card art.
-
Method Summary
-
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.
-