Searched defs:DrawableObject (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java20 * DrawableObject is the base object interface for objects that can be rendered to the screen.
21 * Note that objects derived from DrawableObject are passed between threads, and that care must be
25 public abstract class DrawableObject extends AllocationGuard { class in inherits:AllocationGuard
31 public DrawableObject() { method in class:DrawableObject

Completed in 70 milliseconds