org.rococoa.cocoa.appkit
Class NSFont.__fFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
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 |
_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)
byReference
public NSFont.__fFlags.ByReference byReference()
byValue
public NSFont.__fFlags.ByValue byValue()
clone
public NSFont.__fFlags clone()
- Overrides:
clone
in class Object