org.rococoa.cocoa.appkit
Class NSAnimation.__aSettings

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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


Nested Class Summary
static class NSAnimation.__aSettings.ByReference
           
static class NSAnimation.__aSettings.ByValue
           
 
Field Summary
 byte animationBlockingMode
           
 byte animationCurve
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSAnimation.__aSettings()
           
NSAnimation.__aSettings(byte animationCurve, byte animationBlockingMode, int reserved)
           
 
Method Summary
 NSAnimation.__aSettings.ByReference byReference()
           
 NSAnimation.__aSettings.ByValue byValue()
           
 NSAnimation.__aSettings clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

animationCurve

public byte animationCurve

animationBlockingMode

public byte animationBlockingMode

reserved

public int reserved
Constructor Detail

NSAnimation.__aSettings

public NSAnimation.__aSettings()

NSAnimation.__aSettings

public NSAnimation.__aSettings(byte animationCurve,
                               byte animationBlockingMode,
                               int reserved)
Method Detail

byReference

public NSAnimation.__aSettings.ByReference byReference()

byValue

public NSAnimation.__aSettings.ByValue byValue()

clone

public NSAnimation.__aSettings clone()
Overrides:
clone in class Object