org.rococoa.cocoa.qd
Class PictInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
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
PictInfo
public PictInfo()
byReference
public PictInfo.ByReference byReference()
byValue
public PictInfo.ByValue byValue()
clone
public PictInfo clone()
- Overrides:
clone
in class Object