public class Rectangle2D
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
float |
h_height |
float |
h_width |
float |
x |
float |
y |
Constructor and Description |
---|
Rectangle2D() |
Rectangle2D(float x,
float y,
float hw,
float hh) |
Rectangle2D(Rectangle2D loc) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator CREATOR
public float h_height
public float h_width
public float x
public float y
public Rectangle2D()
public Rectangle2D(float x, float y, float hw, float hh)
public Rectangle2D(Rectangle2D loc)