Since: API Level 2.5
public static interface

WheelInterfaces.Views.WheelContainerInterface

com.droidux.pack.wheel.interfaces.WheelInterfaces.Views.WheelContainerInterface
Known Indirect Subclasses

Class Overview

Represents a contract to be implemented by WheelContainer.

Summary

Public Methods
abstract void setCasingDrawable(Drawable d)
Sets the drawable to be used as the casing/cover of the container.
abstract void setCasingDrawable(int resId)
Sets the drawable to be used as the casing/cover of the container.

Public Methods

public abstract void setCasingDrawable (Drawable d)

Since: API Level 2.5

Sets the drawable to be used as the casing/cover of the container.

Parameters
d The casing drawable.

public abstract void setCasingDrawable (int resId)

Since: API Level 2.5

Sets the drawable to be used as the casing/cover of the container.

Parameters
resId The casing drawable resource id.