|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fixed2D
A Fixed2D object has control over how it is moved by a MovablePortrayal2D object.
Objects which implement this interface can force MovablePortrayal2D to NOT move them whenever they wish, or can interrupt the moving to move themselves as they like.
Objects which do not implement this interface have no say: MovablePortrayal2D will go directly to their fields and ask the fields to move them about.
Method Summary | |
---|---|
boolean |
maySetLocation(java.lang.Object field,
java.lang.Object location)
Returns true if the object permits you to change its location in the field. |
Method Detail |
---|
boolean maySetLocation(java.lang.Object field, java.lang.Object location)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |