org.rococoa.cocoa.ats
Class KernKerningPair

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

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

defines a single kerning pair of Glyphcodes
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 KernKerningPair.ByReference
           
static class KernKerningPair.ByValue
           
 
Field Summary
 short left
           
 short right
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
KernKerningPair()
           
KernKerningPair(short left, short right)
           
 
Method Summary
 KernKerningPair.ByReference byReference()
           
 KernKerningPair.ByValue byValue()
           
 KernKerningPair 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

left

public short left

right

public short right
Constructor Detail

KernKerningPair

public KernKerningPair()

KernKerningPair

public KernKerningPair(short left,
                       short right)
Method Detail

byReference

public KernKerningPair.ByReference byReference()

byValue

public KernKerningPair.ByValue byValue()

clone

public KernKerningPair clone()
Overrides:
clone in class Object