Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether a Win32 timer is used instead of a separate thread to synchronize animation playback.
Syntax
public final void setUseTimer( boolean value )
Parameters
value
Set to true if a timer will be used; set to false if a thread will be used. The default value is false.
Remarks
To get the value of the useTimer property, use the getUseTimer method.
See Also getUseTimer