org.rococoa.cocoa.appkit
Class NSBitmapImageRep.__bitmapRepFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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


Nested Class Summary
static class NSBitmapImageRep.__bitmapRepFlags.ByReference
           
static class NSBitmapImageRep.__bitmapRepFlags.ByValue
           
 
Field Summary
 byte bitmapFormat
           
 byte bitsPerPixel
           
 byte cgImageIsPrimary
           
 int compression
           
 short compressionFactor
           
 byte dataLoaded
           
 byte explicitPlanes
           
 byte imageNumber
           
 byte isPlanar
           
 byte isUnpacked
           
 byte memory
           
 byte numColors
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSBitmapImageRep.__bitmapRepFlags()
           
 
Method Summary
 NSBitmapImageRep.__bitmapRepFlags.ByReference byReference()
           
 NSBitmapImageRep.__bitmapRepFlags.ByValue byValue()
           
 NSBitmapImageRep.__bitmapRepFlags clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

NSBitmapImageRep.__bitmapRepFlags

public NSBitmapImageRep.__bitmapRepFlags()
Method Detail

byReference

public NSBitmapImageRep.__bitmapRepFlags.ByReference byReference()

byValue

public NSBitmapImageRep.__bitmapRepFlags.ByValue byValue()

clone

public NSBitmapImageRep.__bitmapRepFlags clone()
Overrides:
clone in class Object