Interface CardArtSize
-
public interface CardArtSize
CardArtSize provides size information of the Card arts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
Fetch the height of the card art.int
getWidth()
Fetch the width of the card art.
-