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.getUseTimer
Retrieves a boolean value indicating whether a Win32 timer is used instead of a separate thread to synchronize animation playback.
Syntax
public final boolean getUseTimer()
Return Value
Returns true if a timer will be used; returns false if a thread will be used. Threads are used by default.
Remarks
To set the value of the useTimer property, use the setUseTimer method.
See Also setUseTimer