org.rococoa.cocoa.appkit
Class NSImage.__imageFlags

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

public static class NSImage.__imageFlags
extends Structure<NSImage.__imageFlags,NSImage.__imageFlags.ByValue,NSImage.__imageFlags.ByReference>


Nested Class Summary
static class NSImage.__imageFlags.ByReference
           
static class NSImage.__imageFlags.ByValue
           
 
Field Summary
 byte aliased
           
 byte archiveByName
           
 byte builtIn
           
 byte cacheMode
           
 byte colorMatchPreferred
           
 byte dataRetained
           
 byte dirtied
           
 byte failedToExpand
           
 byte flipped
           
 byte focusedWhilePrinting
           
 byte isTemplate
           
 byte multipleResolutionMatching
           
 byte needsToExpand
           
 short reserved1
           
 byte reserved2
           
 byte sampleMode
           
 byte scalable
           
 byte sizeWasExplicitlySet
           
 byte unboundedCacheDepth
           
 byte uniqueWindow
           
 byte useEPSOnResolutionMismatch
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSImage.__imageFlags()
           
 
Method Summary
static NSImage.__imageFlags[] 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

scalable

public byte scalable

dataRetained

public byte dataRetained

uniqueWindow

public byte uniqueWindow

sizeWasExplicitlySet

public byte sizeWasExplicitlySet

builtIn

public byte builtIn

needsToExpand

public byte needsToExpand

useEPSOnResolutionMismatch

public byte useEPSOnResolutionMismatch

colorMatchPreferred

public byte colorMatchPreferred

multipleResolutionMatching

public byte multipleResolutionMatching

focusedWhilePrinting

public byte focusedWhilePrinting

archiveByName

public byte archiveByName

unboundedCacheDepth

public byte unboundedCacheDepth

flipped

public byte flipped

aliased

public byte aliased

dirtied

public byte dirtied

cacheMode

public byte cacheMode

sampleMode

public byte sampleMode

reserved2

public byte reserved2

isTemplate

public byte isTemplate

failedToExpand

public byte failedToExpand

reserved1

public short reserved1
Constructor Detail

NSImage.__imageFlags

public NSImage.__imageFlags()
Method Detail

newArray

public static NSImage.__imageFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.