| | Class | Description |
|---|
| | ImageStateValueSelector |
Values for each state are Texture instances, and the manager attempts to
reuse the existing Image instance that is passed in to getValueForState()
as the old value by swapping the texture. |
| | Scale9ImageStateValueSelector |
Values for each state are Scale9Textures instances, and the manager
attempts to reuse the existing Scale9Image instance that is passed in to
getValueForState() as the old value by swapping the textures. |
| | StandardIcons |
A set of icon textures, expected to be populated by the current theme. |
| | StateValueSelector |
Maps a component's states to values, perhaps for one of the component's
properties such as a skin or text format. |
| | StateWithToggleValueSelector |
Maps a component's states to values, perhaps for one of the component's
properties such as a skin or text format. |