org.rococoa.cocoa.appkit
Class NSBitmapImageRep.__bitmapRepFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NSBitmapImageRep.__bitmapRepFlags,NSBitmapImageRep.__bitmapRepFlags.ByValue,NSBitmapImageRep.__bitmapRepFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.NSBitmapImageRep.__bitmapRepFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSBitmapImageRep.__bitmapRepFlags,NSBitmapImageRep.__bitmapRepFlags.ByValue,NSBitmapImageRep.__bitmapRepFlags.ByReference>>
Direct Known Subclasses:
NSBitmapImageRep.__bitmapRepFlags.ByReference, NSBitmapImageRep.__bitmapRepFlags.ByValue
Enclosing class:
NSBitmapImageRep

public static class NSBitmapImageRep.__bitmapRepFlags
extends Structure<NSBitmapImageRep.__bitmapRepFlags,NSBitmapImageRep.__bitmapRepFlags.ByValue,NSBitmapImageRep.__bitmapRepFlags.ByReference>


Nested Class Summary
static class NSBitmapImageRep.__bitmapRepFlags.ByReference
           
static class NSBitmapImageRep.__bitmapRepFlags.ByValue
           
 
Field Summary
 byte bitmapFormat
           
 byte bitsPerPixel
           
 byte cgImageIsPrimary
           
 byte colorModel
           
 int compression
           
 short compressionFactor
           
 byte dataLoaded
           
 byte explicitPlanes
           
 byte imageNumber
           
 byte imageSourceIsIndexed
           
 byte isPlanar
           
 byte respectO
           
 byte tierTwoInfoIsLoaded
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSBitmapImageRep.__bitmapRepFlags()
           
 
Method Summary
static NSBitmapImageRep.__bitmapRepFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

bitsPerPixel

public byte bitsPerPixel

isPlanar

public byte isPlanar

explicitPlanes

public byte explicitPlanes

imageSourceIsIndexed

public byte imageSourceIsIndexed

dataLoaded

public byte dataLoaded

colorModel

public byte colorModel

tierTwoInfoIsLoaded

public byte tierTwoInfoIsLoaded

respectO

public byte respectO

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

newArray

public static NSBitmapImageRep.__bitmapRepFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.