org.rococoa.cocoa.appkit
Class NSFontManager._fmFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
multipleFont
public byte multipleFont
disabled
public byte disabled
senderTagMode
public byte senderTagMode
_RESERVED
public short _RESERVED
NSFontManager._fmFlags
public NSFontManager._fmFlags()
NSFontManager._fmFlags
public NSFontManager._fmFlags(byte multipleFont,
byte disabled,
byte senderTagMode,
short _RESERVED)
byReference
public NSFontManager._fmFlags.ByReference byReference()
byValue
public NSFontManager._fmFlags.ByValue byValue()
clone
public NSFontManager._fmFlags clone()
- Overrides:
clone
in class Object