org.rococoa.cocoa.ats
Class MortSpecificSubtable

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union<MortSpecificSubtable,MortSpecificSubtable.ByValue,MortSpecificSubtable.ByReference>
              extended by org.rococoa.cocoa.ats.MortSpecificSubtable
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
MortSpecificSubtable.ByReference, MortSpecificSubtable.ByValue

public class MortSpecificSubtable
extends Union<MortSpecificSubtable,MortSpecificSubtable.ByValue,MortSpecificSubtable.ByReference>

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ATS.framework/Headers/SFNTLayoutTypes.h:955
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 MortSpecificSubtable.ByReference
           
static class MortSpecificSubtable.ByValue
           
 
Field Summary
 MortContextualSubtable contextual
           
 MortInsertionSubtable insertion
           
 MortLigatureSubtable ligature
           
 MortRearrangementSubtable rearrangement
           
 MortSwashSubtable swash
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
MortSpecificSubtable()
           
MortSpecificSubtable(MortContextualSubtable contextual)
           
MortSpecificSubtable(MortInsertionSubtable insertion)
           
MortSpecificSubtable(MortLigatureSubtable ligature)
           
MortSpecificSubtable(MortRearrangementSubtable rearrangement)
           
MortSpecificSubtable(MortSwashSubtable swash)
           
 
Method Summary
static MortSpecificSubtable[] newArray(int arrayLength)
           
 
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.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

rearrangement

public MortRearrangementSubtable rearrangement

contextual

public MortContextualSubtable contextual

ligature

public MortLigatureSubtable ligature

swash

public MortSwashSubtable swash

insertion

public MortInsertionSubtable insertion
Constructor Detail

MortSpecificSubtable

public MortSpecificSubtable()

MortSpecificSubtable

public MortSpecificSubtable(MortSwashSubtable swash)

MortSpecificSubtable

public MortSpecificSubtable(MortInsertionSubtable insertion)

MortSpecificSubtable

public MortSpecificSubtable(MortRearrangementSubtable rearrangement)

MortSpecificSubtable

public MortSpecificSubtable(MortLigatureSubtable ligature)

MortSpecificSubtable

public MortSpecificSubtable(MortContextualSubtable contextual)
Method Detail

newArray

public static MortSpecificSubtable[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.