org.rococoa.cocoa.qd
Class CustomXFerRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<CustomXFerRec,CustomXFerRec.ByValue,CustomXFerRec.ByReference>
          extended by org.rococoa.cocoa.qd.CustomXFerRec
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<CustomXFerRec,CustomXFerRec.ByValue,CustomXFerRec.ByReference>>
Direct Known Subclasses:
CustomXFerRec.ByReference, CustomXFerRec.ByValue

public class CustomXFerRec
extends Structure<CustomXFerRec,CustomXFerRec.ByValue,CustomXFerRec.ByReference>

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4076
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 CustomXFerRec.ByReference
           
static class CustomXFerRec.ByValue
           
 
Field Summary
 Rect destBounds
           
 Pointer destPixels
           
 Point firstPixelHV
           
 int pixelCount
           
 int pixelSize
           
 int refCon
           
 Pointer resultPixels
           
 Pointer srcPixels
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CustomXFerRec()
           
CustomXFerRec(int version, Pointer srcPixels, Pointer destPixels, Pointer resultPixels, int refCon, int pixelSize, int pixelCount, Point firstPixelHV, Rect destBounds)
           
 
Method Summary
static CustomXFerRec[] 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

version

public int version

srcPixels

public Pointer srcPixels

destPixels

public Pointer destPixels

resultPixels

public Pointer resultPixels

refCon

public int refCon

pixelSize

public int pixelSize

pixelCount

public int pixelCount

firstPixelHV

public Point firstPixelHV

destBounds

public Rect destBounds
Constructor Detail

CustomXFerRec

public CustomXFerRec()

CustomXFerRec

public CustomXFerRec(int version,
                     Pointer srcPixels,
                     Pointer destPixels,
                     Pointer resultPixels,
                     int refCon,
                     int pixelSize,
                     int pixelCount,
                     Point firstPixelHV,
                     Rect destBounds)
Parameters:
srcPixels - C type : void*
destPixels - C type : void*
resultPixels - C type : void*
firstPixelHV - C type : Point
destBounds - C type : Rect
Method Detail

newArray

public static CustomXFerRec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.