|
||||||||||
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<CM2Header,CM2Header.ByValue,CM2Header.ByReference>
org.rococoa.cocoa.colorsync.CM2Header
public class CM2Header
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
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 |
CM2Header.ByReference
|
static class |
CM2Header.ByValue
|
Field Summary | |
---|---|
int |
CMMType
CMM signature, Registered with CS2 consortium C type : OSType |
int |
creator
profile creator C type : OSType |
int |
CS2profileSignature
'acsp' constant ColorSync 2.0 file ID C type : OSType |
int |
dataColorSpace
color space of data C type : OSType |
CMDateTime |
dateTime
date and time of profile creation C type : CMDateTime |
int[] |
deviceAttributes
Attributes[0] is for device vendors, [1] is for ICC C type : UInt32[2] |
int |
deviceManufacturer
Registered with ICC consortium C type : OSType |
int |
deviceModel
|
int |
flags
|
int |
platform
primary profile platform, Registered with CS2 consortium C type : OSType |
int |
profileClass
input, display, output, devicelink, abstract, or color conversion profile type C type : OSType |
int |
profileConnectionSpace
profile connection color space C type : OSType |
int |
profileVersion
|
int |
renderingIntent
|
byte[] |
reserved
reserved for future use C type : char[44] |
int |
size
|
CMFixedXYZColor |
white
profile illuminant C type : CMFixedXYZColor |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
CM2Header()
|
Method Summary | |
---|---|
static CM2Header[] |
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 int size
public int CMMType
public int profileVersion
public int profileClass
public int dataColorSpace
public int profileConnectionSpace
public CMDateTime dateTime
public int CS2profileSignature
public int platform
public int flags
public int deviceManufacturer
public int deviceModel
public int[] deviceAttributes
public int renderingIntent
public CMFixedXYZColor white
public int creator
public byte[] reserved
Constructor Detail |
---|
public CM2Header()
Method Detail |
---|
public static CM2Header[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |