org.rococoa.cocoa.iokit
Class NXEventData.zoom_struct

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

public static class NXEventData.zoom_struct
extends Structure<NXEventData.zoom_struct,NXEventData.zoom_struct.ByValue,NXEventData.zoom_struct.ByReference>


Nested Class Summary
static class NXEventData.zoom_struct.ByReference
           
static class NXEventData.zoom_struct.ByValue
           
 
Field Summary
 short deltaAxis1
           
 short deltaAxis2
           
 short deltaAxis3
           
 int fixedDeltaAxis1
           
 int fixedDeltaAxis2
           
 int fixedDeltaAxis3
           
 int pointDeltaAxis1
           
 int pointDeltaAxis2
           
 int pointDeltaAxis3
           
 short reserved1
           
 int[] reserved8
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NXEventData.zoom_struct()
           
 
Method Summary
static NXEventData.zoom_struct[] 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

deltaAxis1

public short deltaAxis1

deltaAxis2

public short deltaAxis2

deltaAxis3

public short deltaAxis3

reserved1

public short reserved1

fixedDeltaAxis1

public int fixedDeltaAxis1

fixedDeltaAxis2

public int fixedDeltaAxis2

fixedDeltaAxis3

public int fixedDeltaAxis3

pointDeltaAxis1

public int pointDeltaAxis1

pointDeltaAxis2

public int pointDeltaAxis2

pointDeltaAxis3

public int pointDeltaAxis3

reserved8

public int[] reserved8
Constructor Detail

NXEventData.zoom_struct

public NXEventData.zoom_struct()
Method Detail

newArray

public static NXEventData.zoom_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.