org.rococoa.cocoa.iokit
Class bm38Cursor

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

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


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

save

public int[] save
Constructor Detail

bm38Cursor

public bm38Cursor()

bm38Cursor

public bm38Cursor(int[] image,
                  int[] save)
Method Detail

byReference

public bm38Cursor.ByReference byReference()

byValue

public bm38Cursor.ByValue byValue()

clone

public bm38Cursor clone()
Overrides:
clone in class Object