| Package | Description |
|---|---|
| com.buckosoft.povspew.tteoac.db |
The database
|
| com.buckosoft.povspew.tteoac.Reefer |
Manage the ReeferMagnets part of the tteoac animation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Magnet> |
Database.getMagnets(double fps,
int f) |
java.util.List<Magnet> |
DatabaseImpl.getMagnets(double fps,
int f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putMagnet(double fps,
int mindex,
int f,
Magnet m)
Write this magnet to the database.
|
void |
DatabaseImpl.putMagnet(double fps,
int mindex,
int f,
Magnet m) |
| Modifier and Type | Field and Description |
|---|---|
Magnet[] |
ReeferWorld.magnets |
| Modifier and Type | Method and Description |
|---|---|
void |
MagnetAnimator.run(Magnet m,
double now,
double inc)
Run one iteration of this animator
|