org.rococoa.cocoa.appkit
Class NSImage.__imageFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSImage.__imageFlags
Direct Known Subclasses:
NSImage.__imageFlags.ByReference, NSImage.__imageFlags.ByValue
Enclosing class:
NSImage

public static class NSImage.__imageFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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 imageEffectsRequested
           
 byte isTemplate
           
 byte multipleResolutionMatching
           
 byte needsToExpand
           
 short reserved1
           
 byte sampleMode
           
 byte scalable
           
 byte sizeWasExplicitlySet
           
 byte subImage
           
 byte unboundedCacheDepth
           
 byte uniqueWindow
           
 byte useEPSOnResolutionMismatch
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSImage.__imageFlags()
           
 
Method Summary
 NSImage.__imageFlags.ByReference byReference()
           
 NSImage.__imageFlags.ByValue byValue()
           
 NSImage.__imageFlags 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

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

subImage

public byte subImage

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

focusedWhilePrinting

public byte focusedWhilePrinting

imageEffectsRequested

public byte imageEffectsRequested

isTemplate

public byte isTemplate

failedToExpand

public byte failedToExpand

reserved1

public short reserved1
Constructor Detail

NSImage.__imageFlags

public NSImage.__imageFlags()
Method Detail

byReference

public NSImage.__imageFlags.ByReference byReference()

byValue

public NSImage.__imageFlags.ByValue byValue()

clone

public NSImage.__imageFlags clone()
Overrides:
clone in class Object