org.rococoa.cocoa.iokit
Class bm12Cursor

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.bm12Cursor
Direct Known Subclasses:
bm12Cursor.ByReference, bm12Cursor.ByValue

public class bm12Cursor
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class bm12Cursor.ByReference
           
static class bm12Cursor.ByValue
           
 
Field Summary
 int[] image
           
 int[] mask
           
 int[] save
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
bm12Cursor()
           
bm12Cursor(int[] image, int[] mask, int[] save)
           
 
Method Summary
 bm12Cursor.ByReference byReference()
           
 bm12Cursor.ByValue byValue()
           
 bm12Cursor 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

image

public int[] image

mask

public int[] mask

save

public int[] save
Constructor Detail

bm12Cursor

public bm12Cursor()

bm12Cursor

public bm12Cursor(int[] image,
                  int[] mask,
                  int[] save)
Method Detail

byReference

public bm12Cursor.ByReference byReference()

byValue

public bm12Cursor.ByValue byValue()

clone

public bm12Cursor clone()
Overrides:
clone in class Object