public class SmallRect extends Object
Constructor and Description |
---|
SmallRect(int x,
int y,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
intersects(int x,
int y,
int width,
int height) |
boolean |
intersects(SmallRect rect) |
String |
toString() |
public boolean intersects(SmallRect rect)
public boolean intersects(int x, int y, int width, int height)
Copyright (c) 2000, 2012 itemis AG and others. All rights reserved.