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
 

Method Detail

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 animation
stageSize - dimensions of the canvas
g2 - graphics handle