Class Drawable
Base class for all drawables
Constructors
| Name | Description |
|---|---|
this
()
|
Fields
| Name | Type | Description |
|---|---|---|
_refCount
|
int | count of references to this object from Ref |
Properties
| Name | Type | Description |
|---|---|---|
height[get]
|
int | |
padding[get]
|
Rect | |
width[get]
|
int | |
refCount[get]
|
int | returns current value of reference counter |
Methods
| Name | Description |
|---|---|
drawTo
(buf, rc, state, tilex0, tiley0)
|
|
addRef
()
|
increments reference counter |
releaseRef
()
|
decrement reference counter, destroy object if no more references left |
Aliases
| Name | Description |
|---|---|
~this
|