|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mobile
A mobile is something you can move, using its transformGroup.
This interface extends Publisher so that moved objects can notify others when they reach certain points of interests, like colliding with another object, or when the movement stops for any reasons.
| Method Summary | |
|---|---|
javax.media.j3d.BranchGroup |
getBranchGroup()
Gets the branch group of the mobile. |
javax.media.j3d.TransformGroup |
getTransformGroup()
Gets the transform group of the mobile. |
| Methods inherited from interface barsuift.simLife.message.Publisher |
|---|
addSubscriber, clearChanged, countSubscribers, deleteSubscriber, deleteSubscribers, hasChanged, notifySubscribers, notifySubscribers, setChanged |
| Method Detail |
|---|
javax.media.j3d.TransformGroup getTransformGroup()
javax.media.j3d.BranchGroup getBranchGroup()
getTransformGroup().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||