Build 1.0_r1

Package android.graphics.drawable

Provides classes to manage a variety of visual elements that are intended for display only, such as bitmaps and gradients.

See:
          Description

Interface Summary
Drawable.Callback Implement this interface if you want to create an animated drawable that extends Drawable.
 

Class Summary
AnimationDrawable An object used to define frame-by-frame animations that can be used as a View object's background.
BitmapDrawable  
ClipDrawable A drawable that clips another drawable based on this drawable's current level value.
ColorDrawable A ColorDrawable is a specialized drawable that fills the Canvas with a specified color, and with respect to the clip region.
Drawable A Drawable is a general abstraction for "something that can be drawn."
Drawable.ConstantState  
DrawableContainer  
DrawableContainer.DrawableContainerState  
GradientDrawable A simple color gradient for buttons, backgrounds, etc.
GradientDrawable.Orientation Controls how the gradient is oriented relative to the drawable's bounds
InsetDrawable A Drawable that insets another Drawable by a specified distance.
LayerDrawable Drawable that manages an array of other drawables.
LevelListDrawable A resource that contains a number of alternate images, each assigned a maximum numerical value.
NinePatchDrawable A resizeable bitmap, with stretchable areas that you define.
PaintDrawable Drawable that draws its bounds in the given paint, with optional rounded corners.
PictureDrawable Drawable subclass that wraps a Picture, allowing the picture to be used whereever a Drawable is supported.
RotateDrawable A drawable that can rotate another drawable based on the current level value.
ScaleDrawable A drawable that changes the size of another drawable based on its current level value.
ShapeDrawable An object that draws primitive shapes.
ShapeDrawable.ShaderFactory Base class defines a factory object that is called each time the drawable is resized (has a new width or height).
StateListDrawable Lets you assign a number of graphic images to a single Drawable and swap out the visible item by a string ID value.
TransitionDrawable Transition drawables are an extension of LayerDrawables and are intended to cross fade between the first and second layers.
 

Package android.graphics.drawable Description

Provides classes to manage a variety of visual elements that are intended for display only, such as bitmaps and gradients. These elements are often used by widgets as background images or simply as indicators (for example, a volume level indicator). You can create most of these in XML as described in Resources.


Build 1.0_r1

Please submit a feedback, bug or feature