org.rococoa.cocoa.appkit
Class NSBitmapImageRep.__bitmapRepFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSBitmapImageRep.__bitmapRepFlags
- Direct Known Subclasses:
- NSBitmapImageRep.__bitmapRepFlags.ByReference, NSBitmapImageRep.__bitmapRepFlags.ByValue
- Enclosing class:
- NSBitmapImageRep
public static class NSBitmapImageRep.__bitmapRepFlags
- 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 |
bitsPerPixel
public byte bitsPerPixel
isPlanar
public byte isPlanar
explicitPlanes
public byte explicitPlanes
isUnpacked
public byte isUnpacked
dataLoaded
public byte dataLoaded
numColors
public byte numColors
memory
public byte memory
compressionFactor
public short compressionFactor
imageNumber
public byte imageNumber
bitmapFormat
public byte bitmapFormat
cgImageIsPrimary
public byte cgImageIsPrimary
compression
public int compression
NSBitmapImageRep.__bitmapRepFlags
public NSBitmapImageRep.__bitmapRepFlags()
byReference
public NSBitmapImageRep.__bitmapRepFlags.ByReference byReference()
byValue
public NSBitmapImageRep.__bitmapRepFlags.ByValue byValue()
clone
public NSBitmapImageRep.__bitmapRepFlags clone()
- Overrides:
clone
in class Object