Package | Description |
---|---|
visual.dynamic | |
visual.dynamic.described |
Modifier and Type | Method and Description |
---|---|
void |
SpecialEffectsScreen.add(Sprite sprite)
Add a Sprite to this 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 |
---|---|
void |
Stage.add(Sprite sprite)
Add a Sprite to this Stage
|
void |
RuleBasedSprite.addAntagonist(Sprite antagonist)
Add a "antagonist" Sprite to this Sprite.
|
boolean |
AbstractSprite.intersects(Sprite s)
Given their current state, does the bounding box of this
Sprite intersect the bounding box of the given Sprite?
|
void |
Stage.remove(Sprite sprite)
Remove a Sprite from this Stage.
|
void |
RuleBasedSprite.removeAntagonist(Sprite antagonist)
Remove a "antagonist" Sprite from the collection of
"antagonists" this Sprite is concerned with.
|