|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<PictInfo,PictInfo.ByValue,PictInfo.ByReference>
org.rococoa.cocoa.qd.PictInfo
public class PictInfo
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/PictUtils.h:75
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
|
PointerByReference |
commentHandle
handle to all the comment information C type : CommentSpecHandle |
short |
depth
|
PointerByReference |
fontHandle
handle to the FontSpec information C type : FontSpecHandle |
PointerByReference |
fontNamesHandle
handle to the font names C type : Handle |
int |
hRes
maximum horizontal resolution for all the pixmaps C type : Fixed |
NativeLong |
lineCount
|
NativeLong |
ovalCount
|
NativeLong |
pixMapCount
|
NativeLong |
polyCount
|
NativeLong |
rectCount
|
NativeLong |
regionCount
|
NativeLong |
reserved1
|
NativeLong |
reserved2
|
NativeLong |
rRectCount
|
Rect |
sourceRect
the picture frame rectangle (this contains the entire picture) C type : Rect |
NativeLong |
textCount
|
PointerByReference |
theColorTable
handle to the color table C type : CTabHandle |
PointerByReference |
thePalette
handle to the palette information C type : PaletteHandle |
NativeLong |
uniqueColors
|
NativeLong |
uniqueComments
|
NativeLong |
uniqueFonts
|
short |
version
|
int |
vRes
maximum vertical resolution for all the pixmaps C type : Fixed |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
PictInfo()
|
Method Summary | |
---|---|
static PictInfo[] |
newArray(int arrayLength)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
---|
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
---|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType |
---|
getPointer, size |
Field Detail |
---|
public short version
public NativeLong uniqueColors
public PointerByReference thePalette
public PointerByReference theColorTable
public int hRes
public int vRes
public short depth
public Rect sourceRect
public NativeLong textCount
public NativeLong lineCount
public NativeLong rectCount
public NativeLong rRectCount
public NativeLong ovalCount
public NativeLong arcCount
public NativeLong polyCount
public NativeLong regionCount
public NativeLong bitMapCount
public NativeLong pixMapCount
public NativeLong commentCount
public NativeLong uniqueComments
public PointerByReference commentHandle
public NativeLong uniqueFonts
public PointerByReference fontHandle
public PointerByReference fontNamesHandle
public NativeLong reserved1
public NativeLong reserved2
Constructor Detail |
---|
public PictInfo()
Method Detail |
---|
public static PictInfo[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |