| Package | Description |
|---|---|
| myproject.model | |
| myproject.model.swing | |
| myproject.model.text | |
| myproject.util |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NullAnimator
Null object for
Animator. |
| Modifier and Type | Field and Description |
|---|---|
private Animator |
Model.animator |
private Animator |
SimpleModel.animator |
| Modifier and Type | Method and Description |
|---|---|
Animator |
AnimatorBuilder.getAnimator()
Returns the
Animator. |
Animator |
NullAnimatorBuilder.getAnimator() |
| Modifier and Type | Method and Description |
|---|---|
Animator |
SwingAnimatorBuilder.getAnimator() |
| Modifier and Type | Class and Description |
|---|---|
private static class |
TextAnimatorBuilder.TextAnimator
Class for drawing the Model.
|
| Modifier and Type | Method and Description |
|---|---|
Animator |
TextAnimatorBuilder.getAnimator() |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAnimator
A swing implementation of
Animator, using a JFrame
to display the animation. |