org.rococoa.cocoa.ats
Class KernFormatSpecificHeader
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
com.ochafik.lang.jnaerator.runtime.Union<KernFormatSpecificHeader,KernFormatSpecificHeader.ByValue,KernFormatSpecificHeader.ByReference>
org.rococoa.cocoa.ats.KernFormatSpecificHeader
- All Implemented Interfaces:
- StructureType, StructureTypeDependent
- Direct Known Subclasses:
- KernFormatSpecificHeader.ByReference, KernFormatSpecificHeader.ByValue
public class KernFormatSpecificHeader
- extends Union<KernFormatSpecificHeader,KernFormatSpecificHeader.ByValue,KernFormatSpecificHeader.ByReference>
format specific part of subtable header
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ATS.framework/Headers/SFNTLayoutTypes.h:1304
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.Union |
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString |
orderedList
public KernOrderedListHeader orderedList
stateTable
public KernStateHeader stateTable
simpleArray
public KernSimpleArrayHeader simpleArray
indexArray
public KernIndexArrayHeader indexArray
KernFormatSpecificHeader
public KernFormatSpecificHeader()
KernFormatSpecificHeader
public KernFormatSpecificHeader(KernOrderedListHeader orderedList)
KernFormatSpecificHeader
public KernFormatSpecificHeader(KernIndexArrayHeader indexArray)
KernFormatSpecificHeader
public KernFormatSpecificHeader(KernStateHeader stateTable)
KernFormatSpecificHeader
public KernFormatSpecificHeader(KernSimpleArrayHeader simpleArray)
newArray
public static KernFormatSpecificHeader[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.