Package | Description |
---|---|
visual | |
visual.dynamic.described | |
visual.dynamic.sampled | |
visual.statik | |
visual.statik.described |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SimpleContent> |
Visualization.iterator()
Get an Iterator that contains all of the SimpleContent
objects.
|
Modifier and Type | Method and Description |
---|---|
void |
Visualization.add(SimpleContent r)
Add a SimpleContent to the "front" of this Visualization.
|
void |
Visualization.remove(SimpleContent r)
Remove the given SimpleContent from this Canvas.
|
void |
Visualization.toBack(SimpleContent r)
Move the given SimpleContent to the "back".
|
void |
Visualization.toFront(SimpleContent r)
Move the given SimpleContent to the "front".
|
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 |
---|---|
java.util.Iterator<SimpleContent> |
Screen.iterator()
Get an Iterator that contains the current SimpleContent
object.
|
java.util.Iterator<SimpleContent> |
Screen.iterator(boolean all)
Get an Iterator that contains either all of the SimpleContent
objects or the current SimpleContent Object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransformableContent
The requirements of transformable static visual content.
|
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 | 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.
|