Package nl.gx.webmanager.foundation
Class Dimension
- java.lang.Object
-
- nl.gx.webmanager.foundation.Dimension
-
public class Dimension extends Object
This class represents the dimensions of images.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Returns the heigth of the dimension.int
getWidth()
Returns the width of the dimension.
-