-
- All Implemented Interfaces:
-
java.lang.Comparable
public class Size implements Comparable<Size>
A simple class representing a size, with width and height values.
-
-
Constructor Summary
Constructors Constructor Description Size(int width, int height)
-