org.rococoa.cocoa.qd
Class FNSSysInfo

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

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

The FontSync library version number is binary-coded decimal:
8 bits of major version, 4 minor version and 4 bits revision.
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 FNSSysInfo.ByReference
           
static class FNSSysInfo.ByValue
           
 
Field Summary
 int iSysInfoVersion
           
 int oCurProfileVersion
           
 int oCurRefVersion
           
 int oFeatures
           
 short oFontSyncVersion
           
 int oMinProfileVersion
           
 int oMinRefVersion
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FNSSysInfo()
           
FNSSysInfo(int iSysInfoVersion, int oFeatures, int oCurRefVersion, int oMinRefVersion, int oCurProfileVersion, int oMinProfileVersion, short oFontSyncVersion)
           
 
Method Summary
 FNSSysInfo.ByReference byReference()
           
 FNSSysInfo.ByValue byValue()
           
 FNSSysInfo 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

iSysInfoVersion

public int iSysInfoVersion

oFeatures

public int oFeatures

oCurRefVersion

public int oCurRefVersion

oMinRefVersion

public int oMinRefVersion

oCurProfileVersion

public int oCurProfileVersion

oMinProfileVersion

public int oMinProfileVersion

oFontSyncVersion

public short oFontSyncVersion
Constructor Detail

FNSSysInfo

public FNSSysInfo()

FNSSysInfo

public FNSSysInfo(int iSysInfoVersion,
                  int oFeatures,
                  int oCurRefVersion,
                  int oMinRefVersion,
                  int oCurProfileVersion,
                  int oMinProfileVersion,
                  short oFontSyncVersion)
Method Detail

byReference

public FNSSysInfo.ByReference byReference()

byValue

public FNSSysInfo.ByValue byValue()

clone

public FNSSysInfo clone()
Overrides:
clone in class Object