org.rococoa.cocoa.ats
Class OpbdSideValues

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

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

The OpbdSideValues struct is the lookup result from the FindSingle call for the
optical tables. It contains the 4 FUnit values that are relevant to the specified
glyph, or the 4 control gxPoint values.
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 OpbdSideValues.ByReference
           
static class OpbdSideValues.ByValue
           
 
Field Summary
 short bottomSideShift
           
 short leftSideShift
           
 short rightSideShift
           
 short topSideShift
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
OpbdSideValues()
           
OpbdSideValues(short leftSideShift, short topSideShift, short rightSideShift, short bottomSideShift)
           
 
Method Summary
 OpbdSideValues.ByReference byReference()
           
 OpbdSideValues.ByValue byValue()
           
 OpbdSideValues 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

leftSideShift

public short leftSideShift

topSideShift

public short topSideShift

rightSideShift

public short rightSideShift

bottomSideShift

public short bottomSideShift
Constructor Detail

OpbdSideValues

public OpbdSideValues()

OpbdSideValues

public OpbdSideValues(short leftSideShift,
                      short topSideShift,
                      short rightSideShift,
                      short bottomSideShift)
Method Detail

byReference

public OpbdSideValues.ByReference byReference()

byValue

public OpbdSideValues.ByValue byValue()

clone

public OpbdSideValues clone()
Overrides:
clone in class Object