org.rococoa.cocoa.iokit
Class NXEventData.tablet_struct.tilt_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.NXEventData.tablet_struct.tilt_struct
Direct Known Subclasses:
NXEventData.tablet_struct.tilt_struct.ByReference, NXEventData.tablet_struct.tilt_struct.ByValue
Enclosing class:
NXEventData.tablet_struct

public static class NXEventData.tablet_struct.tilt_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NXEventData.tablet_struct.tilt_struct.ByReference
           
static class NXEventData.tablet_struct.tilt_struct.ByValue
           
 
Field Summary
 short x
           
 short y
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NXEventData.tablet_struct.tilt_struct()
           
NXEventData.tablet_struct.tilt_struct(short x, short y)
           
 
Method Summary
 NXEventData.tablet_struct.tilt_struct.ByReference byReference()
           
 NXEventData.tablet_struct.tilt_struct.ByValue byValue()
           
 NXEventData.tablet_struct.tilt_struct 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

x

public short x

y

public short y
Constructor Detail

NXEventData.tablet_struct.tilt_struct

public NXEventData.tablet_struct.tilt_struct()

NXEventData.tablet_struct.tilt_struct

public NXEventData.tablet_struct.tilt_struct(short x,
                                             short y)
Parameters:
x - scaled tilt x value
y - scaled tilt y value
Method Detail

byReference

public NXEventData.tablet_struct.tilt_struct.ByReference byReference()

byValue

public NXEventData.tablet_struct.tilt_struct.ByValue byValue()

clone

public NXEventData.tablet_struct.tilt_struct clone()
Overrides:
clone in class Object