| Interface | Description | |
|---|---|---|
| IDisplayObjectWithScrollRect | Adds a scrollRect to a display object. |
| Class | Description | |
|---|---|---|
| Image | Adds capabilities to Starling's Image class, including scrollRect and pixel snapping. | |
| Scale3Image | Scales an image like a "pill" shape with three regions, either horizontally or vertically. | |
| Scale9Image | Scales an image with nine regions to maintain the aspect ratio of the corners regions. | |
| ScrollRectManager | Utilities for working with display objects that have a scrollRect. | |
| TiledImage | Tiles a texture to fill the specified bounds. |