org.rococoa.cocoa.ats
Class OpbdSideValues
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
leftSideShift
public short leftSideShift
topSideShift
public short topSideShift
rightSideShift
public short rightSideShift
bottomSideShift
public short bottomSideShift
OpbdSideValues
public OpbdSideValues()
OpbdSideValues
public OpbdSideValues(short leftSideShift,
short topSideShift,
short rightSideShift,
short bottomSideShift)
byReference
public OpbdSideValues.ByReference byReference()
byValue
public OpbdSideValues.ByValue byValue()
clone
public OpbdSideValues clone()
- Overrides:
clone
in class Object