public abstract class DisplayableObject
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected android.graphics.Matrix | 
mTransformMatrix
Transformation matrix containing the transformation from original coordinate system into view's coordinate system 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DisplayableObject(float[] transformMatrix)  | 
| Modifier and Type | Method and Description | 
|---|---|
android.graphics.Matrix | 
getTransformMatrix()
Returns the transformation matrix that can map coordinates from original coordinate system
 in which object was created into view's coordinate system. 
 |