org.rococoa.cocoa.qd
Class ATSFlatDataStyleListFeatureData

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

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

this structure stores flattened font feature data. An array of these comes
after the array of font data attributes (if any) if the numberOfSetFeatures is
non-zero. There must be one of these structures for each numberOfSetFeatures.
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 ATSFlatDataStyleListFeatureData.ByReference
           
static class ATSFlatDataStyleListFeatureData.ByValue
           
 
Field Summary
 short theFeatureSelector
           
 short theFeatureType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
ATSFlatDataStyleListFeatureData()
           
ATSFlatDataStyleListFeatureData(short theFeatureType, short theFeatureSelector)
           
 
Method Summary
 ATSFlatDataStyleListFeatureData.ByReference byReference()
           
 ATSFlatDataStyleListFeatureData.ByValue byValue()
           
 ATSFlatDataStyleListFeatureData 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

theFeatureType

public short theFeatureType

theFeatureSelector

public short theFeatureSelector
Constructor Detail

ATSFlatDataStyleListFeatureData

public ATSFlatDataStyleListFeatureData()

ATSFlatDataStyleListFeatureData

public ATSFlatDataStyleListFeatureData(short theFeatureType,
                                       short theFeatureSelector)
Parameters:
theFeatureType - the font feature type
theFeatureSelector - the font feature selector
Method Detail

byReference

public ATSFlatDataStyleListFeatureData.ByReference byReference()

byValue

public ATSFlatDataStyleListFeatureData.ByValue byValue()

clone

public ATSFlatDataStyleListFeatureData clone()
Overrides:
clone in class Object