|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Ocean in ppJava.serie04.oceanlife |
---|
Fields in ppJava.serie04.oceanlife declared as Ocean | |
---|---|
private Ocean |
OceanGUI.ocean
This is the ocean which manages the oceanObjects |
private Ocean |
OceanCanvasPanel.ocean
|
Methods in ppJava.serie04.oceanlife with parameters of type Ocean | |
---|---|
void |
OceanObject.checkPosition(Ocean ocean)
Check if the position is in the Ocean |
static OceanInterface |
OceanFileOps.loadOceanObjectFile(java.lang.String filename,
Ocean ocean)
Reads a file of serialized oceanObjects and adds all items into the ocean |
static void |
OceanFileOps.saveOceanObjectFile(java.lang.String filename,
Ocean ocean)
Serialize and writes all oceanObjects to a file |
void |
OceanCanvasPanel.setOcean(Ocean ocean)
This panel draws all items of this ocean |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |