|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BufferedTransform
Allows for uniform access to Transformable
objects
that want/need to buffer the transformations applied to them.
Method Summary | |
---|---|
Transformable |
getTransformed()
Returns a Transformable with the buffered
tranformation applied. |
Methods inherited from interface ch.unizh.ini.friend.graphics.Transformable |
---|
apply, clone, rotate, rotate, scale, scale, translate |
Method Detail |
---|
Transformable getTransformed()
Transformable
with the buffered
tranformation applied. The returned object should
be a copy which is independent of this
.
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |