public class RectI
extends java.lang.Object
Constructor and Description |
---|
RectI() |
RectI(int x0,
int y0,
int x1,
int y1) |
RectI(Rect r) |
RectI(RectI r) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int x,
int y) |
boolean |
contains(Rect r) |
boolean |
isEmpty() |
boolean |
isInfinite() |
boolean |
isValid() |
java.lang.String |
toString() |
RectI |
transform(Matrix tm) |
void |
union(RectI r) |
public RectI()
public RectI(int x0, int y0, int x1, int y1)
public RectI(RectI r)
public RectI(Rect r)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isInfinite()
public boolean contains(int x, int y)
public boolean contains(Rect r)
public boolean isEmpty()
public boolean isValid()
public void union(RectI r)