com.jniwrapper.macosx.cocoa.nsimage
Class NSImageEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsimage.NSImageEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSImageCacheMode, NSImageLoadStatus

public class NSImageEnumeration
extends com.jniwrapper.Int

This class represents NSImageEnumeration enumeration.


Field Summary
static int NSImageCacheAlways
           
static int NSImageCacheBySize
           
static int NSImageCacheDefault
           
static int NSImageCacheNever
           
static int NSImageLoadStatusCancelled
           
static int NSImageLoadStatusCompleted
           
static int NSImageLoadStatusInvalidData
           
static int NSImageLoadStatusReadError
           
static int NSImageLoadStatusUnexpectedEOF
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSImageEnumeration()
           
NSImageEnumeration(com.jniwrapper.IntegerParameter t)
           
NSImageEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NSImageLoadStatusCompleted

public static final int NSImageLoadStatusCompleted
See Also:
Constant Field Values

NSImageLoadStatusCancelled

public static final int NSImageLoadStatusCancelled
See Also:
Constant Field Values

NSImageLoadStatusInvalidData

public static final int NSImageLoadStatusInvalidData
See Also:
Constant Field Values

NSImageLoadStatusUnexpectedEOF

public static final int NSImageLoadStatusUnexpectedEOF
See Also:
Constant Field Values

NSImageLoadStatusReadError

public static final int NSImageLoadStatusReadError
See Also:
Constant Field Values

NSImageCacheDefault

public static final int NSImageCacheDefault
See Also:
Constant Field Values

NSImageCacheAlways

public static final int NSImageCacheAlways
See Also:
Constant Field Values

NSImageCacheBySize

public static final int NSImageCacheBySize
See Also:
Constant Field Values

NSImageCacheNever

public static final int NSImageCacheNever
See Also:
Constant Field Values
Constructor Detail

NSImageEnumeration

public NSImageEnumeration()

NSImageEnumeration

public NSImageEnumeration(long value)

NSImageEnumeration

public NSImageEnumeration(com.jniwrapper.IntegerParameter t)