org.rococoa.cocoa.ats
Class JustPostcompTable

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

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

Overall structure of a postcompensation table is defined in PostcompTable.
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 JustPostcompTable.ByReference
           
static class JustPostcompTable.ByValue
           
 
Field Summary
 SFNTLookupTable lookupTable
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
JustPostcompTable()
           
JustPostcompTable(SFNTLookupTable lookupTable)
           
 
Method Summary
 JustPostcompTable.ByReference byReference()
           
 JustPostcompTable.ByValue byValue()
           
 JustPostcompTable 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

lookupTable

public SFNTLookupTable lookupTable
Constructor Detail

JustPostcompTable

public JustPostcompTable()

JustPostcompTable

public JustPostcompTable(SFNTLookupTable lookupTable)
Method Detail

byReference

public JustPostcompTable.ByReference byReference()

byValue

public JustPostcompTable.ByValue byValue()

clone

public JustPostcompTable clone()
Overrides:
clone in class Object