org.rococoa.cocoa.qd
Class WidthTable

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

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

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 WidthTable.ByReference
           
static class WidthTable.ByValue
           
 
Field Summary
 byte aFace
           
 short aFID
           
 short aSize
           
 short device
           
 short face
           
 ByteByReference fHand
           
 short fID
           
 short fSize
           
 short hFactor
           
 short hOutput
           
 Point inDenom
           
 Point inNumer
           
 NativeLong sExtra
           
 NativeLong style
           
 int[] tabData
           
 ByteByReference tabFont
           
 short tabSize
           
 boolean usedFam
           
 short vFactor
           
 short vOutput
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
WidthTable()
           
 
Method Summary
 WidthTable.ByReference byReference()
           
 WidthTable.ByValue byValue()
           
 WidthTable 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

tabData

public int[] tabData

tabFont

public ByteByReference tabFont

sExtra

public NativeLong sExtra

style

public NativeLong style

fID

public short fID

fSize

public short fSize

face

public short face

device

public short device

inNumer

public Point inNumer

inDenom

public Point inDenom

aFID

public short aFID

fHand

public ByteByReference fHand

usedFam

public boolean usedFam

aFace

public byte aFace

vOutput

public short vOutput

hOutput

public short hOutput

vFactor

public short vFactor

hFactor

public short hFactor

aSize

public short aSize

tabSize

public short tabSize
Constructor Detail

WidthTable

public WidthTable()
Method Detail

byReference

public WidthTable.ByReference byReference()

byValue

public WidthTable.ByValue byValue()

clone

public WidthTable clone()
Overrides:
clone in class Object