Package org.eclipse.zest.cloudio.util
Class SmallRect
java.lang.Object
org.eclipse.zest.cloudio.util.SmallRect
A custom variation of a
Rectangle, which stores the required values
as short instead of int, thus saving some space.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanintersects(int x, int y, int width, int height) booleanintersects(SmallRect rect) toString()
-
Constructor Details
-
SmallRect
public SmallRect(int x, int y, int width, int height)
-
-
Method Details