| Package | Description |
|---|---|
| com.buckosoft.povspew.tteoac.db |
The database
|
| com.buckosoft.povspew.tteoac.Volcano |
Manage the Volcano part of the tteoac animation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SpewGlobal> |
Database.getSpewGlobals(double fps) |
java.util.List<SpewGlobal> |
DatabaseImpl.getSpewGlobals(double fps) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putSpewGlobal(double fps,
SpewGlobal sg) |
void |
DatabaseImpl.putSpewGlobal(double fps,
SpewGlobal sg) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolcanoWorld.printDefinitions(java.io.PrintWriter out,
java.util.List<SpewGlobal> spewGlobals) |