Package com.sencha.gxt.chart.client.draw.sprite

Interface Summary
SpriteHandler Aggregating handler interface for: SpriteSelectionEvent SpriteOutEvent SpriteOverEvent
SpriteHandler.HasSpriteHandlers A widget that implements this interface is a public source of SpriteSelectionEvent, SpriteOutEvent and SpriteOverEvent events.
SpriteOutEvent.HasSpriteOutHandlers A widget that implements this interface is a public source of SpriteOutEvent events.
SpriteOutEvent.SpriteOutHandler Handler class for SpriteOutEvent events.
SpriteOverEvent.HasSpriteOverHandlers A widget that implements this interface is a public source of SpriteOverEvent events.
SpriteOverEvent.SpriteOverHandler Handler class for SpriteOverEvent events.
SpriteSelectionEvent.HasSpriteSelectionHandlers A widget that implements this interface is a public source of SpriteSelectionEvent events.
SpriteSelectionEvent.SpriteSelectionHandler Handler class for SpriteSelectionEvent events.
 

Class Summary
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 in a Surface.
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 an the mouse leaves an item in the Series.
SpriteSelectionEvent Fired when an the mouse leaves an item in the Series.
TextSprite A Sprite that represents text.
 

Enum Summary
TextSprite.TextAnchor Enum for TextSprite anchor.
 



Copyright © 2011. All Rights Reserved.