kinetic.util
Interface SequenceBuilder
- public interface SequenceBuilder
utility class to package a custom animation written in code
|
Method Summary |
void |
buildSequence(kinetic.Sequence seq,
java.awt.Graphics2D g2,
java.awt.Rectangle stageSize)
constructs the animation using the given parameters |
buildSequence
public void buildSequence(kinetic.Sequence seq,
java.awt.Graphics2D g2,
java.awt.Rectangle stageSize)
- constructs the animation using the given parameters
- Parameters:
seq - the sequence that will contain the resulting animationstageSize - dimensions of the canvasg2 - graphics handle