Artenus 2D Framework
Artenus Reference

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

ClassDescription
GridSprite

Provides a grid of texture blocks.

ImageSpriteDisplays an image block on the screen.
ImageSprite.CutoutDescribes how a texture is divided into image blocks for use in an ImageSprite.
LineSpriteRepresents a line, and provides methods to control the appearance of the line.
SpriteEntitySuperclass for all sprites.
TextSpriteRepresents a text block.