org.rococoa.cocoa.appkit
Class NSFont.__fFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NSFont.__fFlags,NSFont.__fFlags.ByValue,NSFont.__fFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.NSFont.__fFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSFont.__fFlags,NSFont.__fFlags.ByValue,NSFont.__fFlags.ByReference>>
Direct Known Subclasses:
NSFont.__fFlags.ByReference, NSFont.__fFlags.ByValue
Enclosing class:
NSFont

public static class NSFont.__fFlags
extends Structure<NSFont.__fFlags,NSFont.__fFlags.ByValue,NSFont.__fFlags.ByReference>


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
 
Constructor Summary
NSFont.__fFlags()
           
NSFont.__fFlags(byte _isScreenFont, byte _systemFontType, byte _reserved1, byte _matrixIsIdentity, byte _renderingMode, short _reserved2)
           
 
Method Summary
static NSFont.__fFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
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

_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

newArray

public static NSFont.__fFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.