org.rococoa.cocoa.appkit
Class NSFont.__fFlags

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

public static class NSFont.__fFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSFont.__fFlags.ByReference
           
static class NSFont.__fFlags.ByValue
           
 
Field Summary
 byte _isScreenFont
           
 byte _matrixIsIdentity
           
 byte _renderingMode
           
 byte _reserved1
           
 short _reserved2
           
 byte _systemFontType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSFont.__fFlags()
           
NSFont.__fFlags(byte _isScreenFont, byte _systemFontType, byte _reserved1, byte _matrixIsIdentity, byte _renderingMode, short _reserved2)
           
 
Method Summary
 NSFont.__fFlags.ByReference byReference()
           
 NSFont.__fFlags.ByValue byValue()
           
 NSFont.__fFlags 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

_isScreenFont

public byte _isScreenFont

_systemFontType

public byte _systemFontType

_reserved1

public byte _reserved1

_matrixIsIdentity

public byte _matrixIsIdentity

_renderingMode

public byte _renderingMode

_reserved2

public short _reserved2
Constructor Detail

NSFont.__fFlags

public NSFont.__fFlags()

NSFont.__fFlags

public NSFont.__fFlags(byte _isScreenFont,
                       byte _systemFontType,
                       byte _reserved1,
                       byte _matrixIsIdentity,
                       byte _renderingMode,
                       short _reserved2)
Method Detail

byReference

public NSFont.__fFlags.ByReference byReference()

byValue

public NSFont.__fFlags.ByValue byValue()

clone

public NSFont.__fFlags clone()
Overrides:
clone in class Object