Class SmallRect
java.lang.Object
org.eclipse.gef.cloudio.internal.ui.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