org.rococoa.cocoa.iokit
Class bm18Cursor

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

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


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

mask

public byte[] mask

save

public byte[] save
Constructor Detail

bm18Cursor

public bm18Cursor()

bm18Cursor

public bm18Cursor(byte[] image,
                  byte[] mask,
                  byte[] save)
Method Detail

byReference

public bm18Cursor.ByReference byReference()

byValue

public bm18Cursor.ByValue byValue()

clone

public bm18Cursor clone()
Overrides:
clone in class Object