public class Model extends Object
| Constructor and Description |
|---|
Model(Bitmap bitmap)
Initializes this model with the given bitmap.
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
getBitmap()
Returns the bitmap of this model.
|
void |
reflectY()
Reflects the bitmap of this model along the y-axis.
|