| Class | Description |
|---|---|
| CircleSprite |
A
Sprite that represents a circle. |
| EllipseSprite |
A
Sprite that represents an ellipse. |
| ImageSprite |
A
Sprite that represents an image. |
| RectangleSprite |
A
Sprite that represents a rectangle. |
| Sprite |
A sprite is an object rendered on a
Surface in a
DrawComponent. |
| SpriteList<S extends Sprite> |
Handles a group of sprites with common methods to a sprite.
|
| SpriteOutEvent |
Fired when an the mouse leaves an item in the
Series. |
| SpriteOverEvent |
Fired when the mouse moves over the
Sprite. |
| SpriteSelectionEvent |
Fired when an item is selected in the
Series. |
| SpriteUpEvent |
Fired when the mouse is released over a sprite in the draw component.
|
| TextSprite |
A
Sprite that represents text. |
| Enum | Description |
|---|---|
| TextSprite.TextAnchor |
Enum for
TextSprite anchor. |
| TextSprite.TextBaseline |
Enum for
TextSprite baseline. |
Copyright © 2014. All Rights Reserved.