org.rococoa.cocoa.appkit
Class NSFontManager._fmFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSFontManager._fmFlags
Direct Known Subclasses:
NSFontManager._fmFlags.ByReference, NSFontManager._fmFlags.ByValue
Enclosing class:
NSFontManager

public static class NSFontManager._fmFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSFontManager._fmFlags.ByReference
           
static class NSFontManager._fmFlags.ByValue
           
 
Field Summary
 short _RESERVED
           
 byte disabled
           
 byte multipleFont
           
 byte senderTagMode
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSFontManager._fmFlags()
           
NSFontManager._fmFlags(byte multipleFont, byte disabled, byte senderTagMode, short _RESERVED)
           
 
Method Summary
 NSFontManager._fmFlags.ByReference byReference()
           
 NSFontManager._fmFlags.ByValue byValue()
           
 NSFontManager._fmFlags 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

multipleFont

public byte multipleFont

disabled

public byte disabled

senderTagMode

public byte senderTagMode

_RESERVED

public short _RESERVED
Constructor Detail

NSFontManager._fmFlags

public NSFontManager._fmFlags()

NSFontManager._fmFlags

public NSFontManager._fmFlags(byte multipleFont,
                              byte disabled,
                              byte senderTagMode,
                              short _RESERVED)
Method Detail

byReference

public NSFontManager._fmFlags.ByReference byReference()

byValue

public NSFontManager._fmFlags.ByValue byValue()

clone

public NSFontManager._fmFlags clone()
Overrides:
clone in class Object