Package de.vatrasoft.vatralib.model
Class Dimensions
- java.lang.Object
-
- de.vatrasoft.vatralib.model.Dimensions
-
public class Dimensions extends java.lang.ObjectThis class represents the dimensions of two-dimensional images.
-
-
Constructor Summary
Constructors Constructor Description Dimensions(int width, int height)Constructs a newDimensionsobject with the given width and height.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Returns the height component.intgetWidth()Returns the width component.
-