public final class

AdaptiveBackgroundTexture

extends Texture
java.lang.Object
   ↳ com.cooliris.media.Texture
     ↳ com.cooliris.media.AdaptiveBackgroundTexture

Summary

[Expand]
Inherited Constants
From class com.cooliris.media.Texture
Public Constructors
AdaptiveBackgroundTexture(Bitmap source, int width, int height)
AdaptiveBackgroundTexture(Texture texture, int width, int height)
Public Methods
boolean isCached()
Protected Methods
Bitmap load(RenderView view)
Returns a bitmap, or null if an error occurs.
boolean shouldQueue()
If this returns true, the texture will be enqueued.
[Expand]
Inherited Methods
From class com.cooliris.media.Texture
From class java.lang.Object

Public Constructors

public AdaptiveBackgroundTexture (Bitmap source, int width, int height)

public AdaptiveBackgroundTexture (Texture texture, int width, int height)

Public Methods

public boolean isCached ()

Protected Methods

protected Bitmap load (RenderView view)

Returns a bitmap, or null if an error occurs.

protected boolean shouldQueue ()

If this returns true, the texture will be enqueued.