|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--KinematicSimulator.EntityFactory
Abstract factory for Entities.
| Constructor Summary | |
EntityFactory()
|
|
| Method Summary | |
abstract Entity |
createEntity(int x,
int y,
int r,
java.awt.Color c)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntityFactory()
| Method Detail |
public abstract Entity createEntity(int x,
int y,
int r,
java.awt.Color c)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||