org.rococoa.cocoa.coregraphics
Class _CGScreenUpdateMoveDelta

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

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

Move operation notifications are restricted to changes that move a region by
an integer number of pixels.
* dX and dY describe the direction of movement.
Positive values of dX indicate movement to the right.
Negative values of dX indicate movement to the left.
Positive values of dY indicate movement downward.
Negative values of dY indicate movement upward.
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 _CGScreenUpdateMoveDelta.ByReference
           
static class _CGScreenUpdateMoveDelta.ByValue
           
 
Field Summary
 int dX
           
 int dY
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_CGScreenUpdateMoveDelta()
           
_CGScreenUpdateMoveDelta(int dX, int dY)
           
 
Method Summary
 _CGScreenUpdateMoveDelta.ByReference byReference()
           
 _CGScreenUpdateMoveDelta.ByValue byValue()
           
 _CGScreenUpdateMoveDelta 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

dX

public int dX

dY

public int dY
Constructor Detail

_CGScreenUpdateMoveDelta

public _CGScreenUpdateMoveDelta()

_CGScreenUpdateMoveDelta

public _CGScreenUpdateMoveDelta(int dX,
                                int dY)
Method Detail

byReference

public _CGScreenUpdateMoveDelta.ByReference byReference()

byValue

public _CGScreenUpdateMoveDelta.ByValue byValue()

clone

public _CGScreenUpdateMoveDelta clone()
Overrides:
clone in class Object