org.rococoa.cocoa.iokit
Class bm34Cursor

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

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


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

save

public short[] save
Constructor Detail

bm34Cursor

public bm34Cursor()

bm34Cursor

public bm34Cursor(short[] image,
                  short[] save)
Method Detail

byReference

public bm34Cursor.ByReference byReference()

byValue

public bm34Cursor.ByValue byValue()

clone

public bm34Cursor clone()
Overrides:
clone in class Object