org.rococoa.cocoa.appkit
Class NSImageCell.__ICFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSImageCell.__ICFlags
- Direct Known Subclasses:
- NSImageCell.__ICFlags.ByReference, NSImageCell.__ICFlags.ByValue
- Enclosing class:
- NSImageCell
public static class NSImageCell.__ICFlags
- 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 |
_unused
public int _unused
_animates
public byte _animates
_align
public byte _align
_scale
public byte _scale
_style
public byte _style
NSImageCell.__ICFlags
public NSImageCell.__ICFlags()
NSImageCell.__ICFlags
public NSImageCell.__ICFlags(int _unused,
byte _animates,
byte _align,
byte _scale,
byte _style)
byReference
public NSImageCell.__ICFlags.ByReference byReference()
byValue
public NSImageCell.__ICFlags.ByValue byValue()
clone
public NSImageCell.__ICFlags clone()
- Overrides:
clone
in class Object