public interface Fixed2D
A Fixed2D object has control over how it is moved by a MovablePortrayal2D object. Objects may wish to implement this interface to:
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. Fixed2D is deprecated: use Constrained instead.
Modifier and Type | Method and Description |
---|---|
boolean |
maySetLocation(java.lang.Object field,
java.lang.Object newObjectLocation)
Deprecated.
|
boolean maySetLocation(java.lang.Object field, java.lang.Object newObjectLocation)