org.rococoa.cocoa.appkit
Class NSBox.__bFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSBox.__bFlags
- Direct Known Subclasses:
- NSBox.__bFlags.ByReference, NSBox.__bFlags.ByValue
- Enclosing class:
- NSBox
public static class NSBox.__bFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
Constructor Summary |
NSBox.__bFlags()
|
NSBox.__bFlags(byte borderType,
byte titlePosition,
byte backgroundTransparent,
byte reserved,
byte needsTile,
byte transparent,
byte colorAltInterpretation,
byte boxType,
int _RESERVED)
|
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 |
borderType
public byte borderType
titlePosition
public byte titlePosition
backgroundTransparent
public byte backgroundTransparent
reserved
public byte reserved
needsTile
public byte needsTile
transparent
public byte transparent
colorAltInterpretation
public byte colorAltInterpretation
boxType
public byte boxType
_RESERVED
public int _RESERVED
NSBox.__bFlags
public NSBox.__bFlags()
NSBox.__bFlags
public NSBox.__bFlags(byte borderType,
byte titlePosition,
byte backgroundTransparent,
byte reserved,
byte needsTile,
byte transparent,
byte colorAltInterpretation,
byte boxType,
int _RESERVED)
- Parameters:
borderType
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSBorderType
titlePosition
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTitlePosition
byReference
public NSBox.__bFlags.ByReference byReference()
byValue
public NSBox.__bFlags.ByValue byValue()
clone
public NSBox.__bFlags clone()
- Overrides:
clone
in class Object