public class FlashInfo
extends com.jniwrapper.Structure
FLASHWINFO
native structure.Modifier and Type | Class and Description |
---|---|
static class |
FlashInfo.FlashOptions |
Constructor and Description |
---|
FlashInfo(FlashInfo that)
Creates instance of the
FlashInfo |
FlashInfo(Wnd wnd,
FlashInfo.FlashOptions options,
long count,
long timeout)
Creates an instance of flash information used in the
Wnd class for the
flashWindow function. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns the copy of this object
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public FlashInfo(Wnd wnd, FlashInfo.FlashOptions options, long count, long timeout)
Wnd
class for the
flashWindow
function.wnd
- a window to be flashed.options
- the flash status for a window.count
- the number of times to flash the window.timeout
- a flash rate in milliseconds; 0 is the default system flash
rate.public FlashInfo(FlashInfo that)
FlashInfo
that
-