Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.