ch.claudio.qtedit
Interface NotifyControl

All Known Implementing Classes:
Control

public interface NotifyControl

Author:
claudio

Method Summary
 void setLength(int length)
          Set the scroll bar maximum value to length-1.
 void setPosition(int position)
          Set the scroll bar and time display position to the given value.
 

Method Detail

setLength

void setLength(int length)
Set the scroll bar maximum value to length-1.

Parameters:
length - length in frames.

setPosition

void setPosition(int position)
Set the scroll bar and time display position to the given value.

Parameters:
position - position within the resulting movie as frame number.