org.rococoa.cocoa.ats
Class KernSimpleArrayHeader

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

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

hand glyphs.
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 KernSimpleArrayHeader.ByReference
           
static class KernSimpleArrayHeader.ByValue
           
 
Field Summary
 short[] firstTable
           
 short leftOffsetTable
           
 short rightOffsetTable
           
 short rowWidth
           
 short theArray
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
KernSimpleArrayHeader()
           
KernSimpleArrayHeader(short rowWidth, short leftOffsetTable, short rightOffsetTable, short theArray, short[] firstTable)
           
 
Method Summary
 KernSimpleArrayHeader.ByReference byReference()
           
 KernSimpleArrayHeader.ByValue byValue()
           
 KernSimpleArrayHeader 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

rowWidth

public short rowWidth

leftOffsetTable

public short leftOffsetTable

rightOffsetTable

public short rightOffsetTable

theArray

public short theArray

firstTable

public short[] firstTable
Constructor Detail

KernSimpleArrayHeader

public KernSimpleArrayHeader()

KernSimpleArrayHeader

public KernSimpleArrayHeader(short rowWidth,
                             short leftOffsetTable,
                             short rightOffsetTable,
                             short theArray,
                             short[] firstTable)
Parameters:
rowWidth - width, in bytes, of a row in the table
leftOffsetTable - offset to left-hand offset table
rightOffsetTable - offset to right-hand offset table
theArray - offset to start of kerning array
firstTable - first offset table starts here...
Method Detail

byReference

public KernSimpleArrayHeader.ByReference byReference()

byValue

public KernSimpleArrayHeader.ByValue byValue()

clone

public KernSimpleArrayHeader clone()
Overrides:
clone in class Object