|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Gav.CUniverse
CUniverse : Abstract class to define universe Basic properties
Field Summary | |
(package private) java.util.Vector |
Biots
Biots Collection |
(package private) static int |
BIOTS_BKP_SIZE
|
(package private) java.util.Stack |
BiotsBkp
2d Biots Collection for diverses uses |
(package private) java.awt.Container |
MyApp
Pointer to Application |
(package private) int |
NbDirections
|
Constructor Summary | |
CUniverse(java.awt.Container app)
Constructor |
Method Summary | |
void |
AddBiotBkp(CBiot b)
Add a Biot to BKP |
abstract void |
DrawWorld(JPView jpv)
Draw the World |
void |
EmptyBiotBkp()
Empty BiotBkp |
CBiot |
GetBiotAt(int n)
Return the nth Biot in Collection |
CBiot |
GetBiotBkp()
Get Last Biot in BKP |
abstract void |
Go(JPView jpv)
Run the World |
void |
RemoveBiotBkp()
Remove a Biot from BKP |
Methods inherited from class java.lang.Object |
|
Field Detail |
static final int BIOTS_BKP_SIZE
java.awt.Container MyApp
final int NbDirections
java.util.Vector Biots
java.util.Stack BiotsBkp
Constructor Detail |
public CUniverse(java.awt.Container app)
Method Detail |
public CBiot GetBiotAt(int n)
public void AddBiotBkp(CBiot b)
public void RemoveBiotBkp()
public void EmptyBiotBkp()
public CBiot GetBiotBkp()
public abstract void Go(JPView jpv)
public abstract void DrawWorld(JPView jpv)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |