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 TypeMethodDescriptionboolean
int
hashCode()
boolean
intersects
(int x, int y, int width, int height) boolean
intersects
(SmallRect rect) toString()
-
Constructor Details
-
SmallRect
public SmallRect(int x, int y, int width, int height)
-
-
Method Details