|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--KinematicSimulator.EntityFactory
|
+--KinematicSimulator.BallFactory
This class creates Ball objects.
| Constructor Summary | |
BallFactory()
|
|
| Method Summary | |
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 BallFactory()
| Method Detail |
public Entity createEntity(int x,
int y,
int r,
java.awt.Color c)
createEntity in class EntityFactory
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||