Interface ImageDimensions
-
public interface ImageDimensions
Interface representing the dimensions of an image.- Since:
- 8.15.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
-