Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Animation.setUseTimer
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