com.annahid.libs.artenus.graphics.sprites
Contains classes for different kinds of sprites. A sprite in this framework is an entity that
provides a graphical representation.
Class Summary
| Class | Description |
|---|---|
| GridSprite | Provides a grid of texture blocks. |
| ImageSprite | Displays an image block on the screen. |
| ImageSprite.Cutout | Describes how a texture is divided into image blocks for use in an ImageSprite. |
| LineSprite | Represents a line, and provides methods to control the appearance of the line. |
| SpriteEntity | Superclass for all sprites. |
| TextSprite | Represents a text block. |