| Package | Description |
|---|---|
| myproject.model | |
| myproject.model.swing | |
| myproject.model.text |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NullAnimatorBuilder
Null object for
AnimatorBuilder. |
| Modifier and Type | Method and Description |
|---|---|
private void |
SimpleModel.setup(AnimatorBuilder builder) |
private void |
Model.setup(AnimatorBuilder builder,
int rows,
int columns)
Construct the model, establishing correspondences with the visualizer.
|
| Constructor and Description |
|---|
Model(AnimatorBuilder builder,
int rows,
int columns)
Creates a model to be visualized using the
builder. |
SimpleModel(AnimatorBuilder builder)
Creates a model to be visualized using the
builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAnimatorBuilder
A class for building Animators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextAnimatorBuilder
A class for building Animators.
|