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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()booleanintersects(int x, int y, int width, int height) booleanintersects(SmallRect rect) toString()
- 
Constructor Details- 
SmallRectpublic SmallRect(int x, int y, int width, int height) 
 
- 
- 
Method Details