org.rococoa.cocoa.appkit
Class NSAnimation.__aFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSAnimation.__aFlags
- Direct Known Subclasses:
- NSAnimation.__aFlags.ByReference, NSAnimation.__aFlags.ByValue
- Enclosing class:
- NSAnimation
public static class NSAnimation.__aFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
Constructor Summary |
NSAnimation.__aFlags()
|
NSAnimation.__aFlags(byte delegateAnimationShouldStart,
byte delegateAnimationDidStop,
byte delegateAnimationDidEnd,
byte delegateAnimationValueForProgress,
byte delegateAnimationDidReachProgressMark,
byte animating,
byte blocking,
int reserved)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
delegateAnimationShouldStart
public byte delegateAnimationShouldStart
delegateAnimationDidStop
public byte delegateAnimationDidStop
delegateAnimationDidEnd
public byte delegateAnimationDidEnd
delegateAnimationValueForProgress
public byte delegateAnimationValueForProgress
delegateAnimationDidReachProgressMark
public byte delegateAnimationDidReachProgressMark
animating
public byte animating
blocking
public byte blocking
reserved
public int reserved
NSAnimation.__aFlags
public NSAnimation.__aFlags()
NSAnimation.__aFlags
public NSAnimation.__aFlags(byte delegateAnimationShouldStart,
byte delegateAnimationDidStop,
byte delegateAnimationDidEnd,
byte delegateAnimationValueForProgress,
byte delegateAnimationDidReachProgressMark,
byte animating,
byte blocking,
int reserved)
byReference
public NSAnimation.__aFlags.ByReference byReference()
byValue
public NSAnimation.__aFlags.ByValue byValue()
clone
public NSAnimation.__aFlags clone()
- Overrides:
clone
in class Object