- java.lang.Object
-
- de.bernd_michaely.x3f.types.ImageSize
-
public class ImageSize extends Object
This is a simple utility class to encapsulate information about the size of an image.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumColumns()Returns the number of columns.intgetNumPixels()Returns the number of pixels.intgetNumRows()Returns the number of rows.
-
-
-
Method Detail
-
getNumColumns
public int getNumColumns()
Returns the number of columns.- Returns:
- the number of columns
-
getNumRows
public int getNumRows()
Returns the number of rows.- Returns:
- the number of rows
-
getNumPixels
public int getNumPixels()
Returns the number of pixels.- Returns:
- the number of pixels
-
-