org.rococoa.cocoa.qd
Class PictInfo

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

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

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class PictInfo.ByReference
           
static class PictInfo.ByValue
           
 
Field Summary
 NativeLong arcCount
           
 NativeLong bitMapCount
           
 NativeLong commentCount
           
 CommentSpec.ByReference commentHandle
           
 short depth
           
 FontSpec.ByReference fontHandle
           
 ByteByReference fontNamesHandle
           
 int hRes
           
 NativeLong lineCount
           
 NativeLong ovalCount
           
 NativeLong pixMapCount
           
 NativeLong polyCount
           
 NativeLong rectCount
           
 NativeLong regionCount
           
 NativeLong reserved1
           
 NativeLong reserved2
           
 NativeLong rRectCount
           
 Rect sourceRect
           
 NativeLong textCount
           
 ColorTable.ByReference theColorTable
           
 Palette.ByReference thePalette
           
 NativeLong uniqueColors
           
 NativeLong uniqueComments
           
 NativeLong uniqueFonts
           
 short version
           
 int vRes
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
PictInfo()
           
 
Method Summary
 PictInfo.ByReference byReference()
           
 PictInfo.ByValue byValue()
           
 PictInfo 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

version

public short version

uniqueColors

public NativeLong uniqueColors

thePalette

public Palette.ByReference thePalette

theColorTable

public ColorTable.ByReference theColorTable

hRes

public int hRes

vRes

public int vRes

depth

public short depth

sourceRect

public Rect sourceRect

textCount

public NativeLong textCount

lineCount

public NativeLong lineCount

rectCount

public NativeLong rectCount

rRectCount

public NativeLong rRectCount

ovalCount

public NativeLong ovalCount

arcCount

public NativeLong arcCount

polyCount

public NativeLong polyCount

regionCount

public NativeLong regionCount

bitMapCount

public NativeLong bitMapCount

pixMapCount

public NativeLong pixMapCount

commentCount

public NativeLong commentCount

uniqueComments

public NativeLong uniqueComments

commentHandle

public CommentSpec.ByReference commentHandle

uniqueFonts

public NativeLong uniqueFonts

fontHandle

public FontSpec.ByReference fontHandle

fontNamesHandle

public ByteByReference fontNamesHandle

reserved1

public NativeLong reserved1

reserved2

public NativeLong reserved2
Constructor Detail

PictInfo

public PictInfo()
Method Detail

byReference

public PictInfo.ByReference byReference()

byValue

public PictInfo.ByValue byValue()

clone

public PictInfo clone()
Overrides:
clone in class Object