org.rococoa.cocoa.ats
Class BslnFormat1Part
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.ats.BslnFormat1Part
- Direct Known Subclasses:
- BslnFormat1Part.ByReference, BslnFormat1Part.ByValue
public class BslnFormat1Part
- extends com.ochafik.lang.jnaerator.runtime.Structure
BslnFormat1Part is the format-specific data for a distance table with a gxMapping.
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 |
deltas
public short[] deltas
mappingData
public SFNTLookupTable mappingData
BslnFormat1Part
public BslnFormat1Part()
BslnFormat1Part
public BslnFormat1Part(short[] deltas,
SFNTLookupTable mappingData)
byReference
public BslnFormat1Part.ByReference byReference()
byValue
public BslnFormat1Part.ByValue byValue()
clone
public BslnFormat1Part clone()
- Overrides:
clone
in class Object