org.robokind.api.animation.utils
Interface PositionAdder


public interface PositionAdder

Interface for a component which can add positions to an Animation.

Author:
Matthew Stevenson

Method Summary
 void addPositions(AnimationEditor editor, double x)
          Called when positions should be added to the Animation.
 

Method Detail

addPositions

void addPositions(AnimationEditor editor,
                  double x)
Called when positions should be added to the Animation.

Parameters:
editor - AnimationEditor to add positions to
x - time to add positions at


Copyright © 2011-2013. All Rights Reserved.