org.rococoa.cocoa.appkit
Class NSAnimation.__aSettings
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSAnimation.__aSettings
- Direct Known Subclasses:
- NSAnimation.__aSettings.ByReference, NSAnimation.__aSettings.ByValue
- Enclosing class:
- NSAnimation
public static class NSAnimation.__aSettings
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
animationCurve
public byte animationCurve
animationBlockingMode
public byte animationBlockingMode
reserved
public int reserved
NSAnimation.__aSettings
public NSAnimation.__aSettings()
NSAnimation.__aSettings
public NSAnimation.__aSettings(byte animationCurve,
byte animationBlockingMode,
int reserved)
byReference
public NSAnimation.__aSettings.ByReference byReference()
byValue
public NSAnimation.__aSettings.ByValue byValue()
clone
public NSAnimation.__aSettings clone()
- Overrides:
clone
in class Object