Package | Description |
---|---|
visual.dynamic.described | |
visual.dynamic.sampled | |
visual.statik | |
visual.statik.described |
Modifier and Type | Interface and Description |
---|---|
interface |
Sprite
A Sprite is an "actor" on a Stage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSprite
A Sprite is an "actor" on a Stage.
|
class |
DescribedSprite
A TweeningSprite that uses described visual content.
|
class |
RuleBasedSprite
An abstract rule-based Sprite.
|
class |
SampledSprite
A TweeningSprite that uses sampled visual content.
|
class |
TweeningSprite
A TweeningSprite is a Sprite that contains "key times" and the ability
to generate "in between times"
|
Modifier and Type | Method and Description |
---|---|
TransformableContent |
RuleBasedSprite.getContent()
Get the visual content associated with this Sprite
(required by Sprite).
|
TransformableContent |
DescribedSprite.getContent()
Get the visual content associated with this Sprite.
|
Constructor and Description |
---|
RuleBasedSprite(TransformableContent content)
Explicit Value Constructor.
|
Constructor and Description |
---|
TransformableContentSuperimposition(TransformableContent content,
int first,
int duration,
int position)
Explicit Value Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateContent<C extends TransformableContent>
A generic piece of static visual content that is a composition
of many component parts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateContent<C extends TransformableContent>
A generic piece of static visual content that is a composition
of many component parts.
|
class |
AbstractTransformableContent
A partial implementation of the TransformableContent
interface that keeps track of transformation information.
|
class |
CompositeContent
Static visual content that is a composition
of many component parts, either sampled or described
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransformableContent
The requirements of transformable static
described visual content.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateContent
A simple collection of Content objects
This class is less flexible than the CompositeContent class
but is simpler for some purposes.
|
class |
Content
Described visual content that knows how to render and transform
itself.
|