org.limn.engine
Interface LimnEngine
- All Known Implementing Classes:
- TourEngine
- public interface LimnEngine
LimnEngine provides the basic methods that
other objects will need to know about to interact with a
Engine.
|
Method Summary |
LimnBasis |
generateProjection()
generateProjection is used to generate the next projection |
LimnBasis |
generateProjection(int index)
generateProjection is used to generate the projection
for the step indicated by the index number. |
void |
step()
Step allerts the engine that the animation projection process
has finished and the resources are available to begin the next
iteration of the cycle. |
generateProjection
public LimnBasis generateProjection()
- generateProjection is used to generate the next projection
generateProjection
public LimnBasis generateProjection(int index)
- generateProjection is used to generate the projection
for the step indicated by the index number.
step
public void step()
- Step allerts the engine that the animation projection process
has finished and the resources are available to begin the next
iteration of the cycle.