org.rococoa.cocoa.appkit
Class NSImageCell.__ICFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSImageCell.__ICFlags
Direct Known Subclasses:
NSImageCell.__ICFlags.ByReference, NSImageCell.__ICFlags.ByValue
Enclosing class:
NSImageCell

public static class NSImageCell.__ICFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSImageCell.__ICFlags.ByReference
           
static class NSImageCell.__ICFlags.ByValue
           
 
Field Summary
 byte _align
           
 byte _animates
           
 byte _scale
           
 byte _style
           
 int _unused
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSImageCell.__ICFlags()
           
NSImageCell.__ICFlags(int _unused, byte _animates, byte _align, byte _scale, byte _style)
           
 
Method Summary
 NSImageCell.__ICFlags.ByReference byReference()
           
 NSImageCell.__ICFlags.ByValue byValue()
           
 NSImageCell.__ICFlags 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

_unused

public int _unused

_animates

public byte _animates

_align

public byte _align

_scale

public byte _scale

_style

public byte _style
Constructor Detail

NSImageCell.__ICFlags

public NSImageCell.__ICFlags()

NSImageCell.__ICFlags

public NSImageCell.__ICFlags(int _unused,
                             byte _animates,
                             byte _align,
                             byte _scale,
                             byte _style)
Method Detail

byReference

public NSImageCell.__ICFlags.ByReference byReference()

byValue

public NSImageCell.__ICFlags.ByValue byValue()

clone

public NSImageCell.__ICFlags clone()
Overrides:
clone in class Object