org.rococoa.cocoa.appkit
Class NSFont.__fFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSFont.__fFlags,NSFont.__fFlags.ByValue,NSFont.__fFlags.ByReference>
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>
Constructor Summary |
NSFont.__fFlags()
|
NSFont.__fFlags(byte _isScreenFont,
byte _systemFontType,
byte _reserved1,
byte _matrixIsIdentity,
byte _renderingMode,
short _reserved2)
|
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 |
_isScreenFont
public byte _isScreenFont
_systemFontType
public byte _systemFontType
_reserved1
public byte _reserved1
_matrixIsIdentity
public byte _matrixIsIdentity
_renderingMode
public byte _renderingMode
_reserved2
public short _reserved2
NSFont.__fFlags
public NSFont.__fFlags()
NSFont.__fFlags
public NSFont.__fFlags(byte _isScreenFont,
byte _systemFontType,
byte _reserved1,
byte _matrixIsIdentity,
byte _renderingMode,
short _reserved2)
newArray
public static NSFont.__fFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.