com.jniwrapper.macosx.cocoa.nsimagecell
Class NSImageCellEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsimagecell.NSImageCellEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSImageAlignment, NSImageFrameStyle, NSImageScaling

public class NSImageCellEnumeration
extends com.jniwrapper.Int

This class represents NSImageCellEnumeration enumeration.


Field Summary
static int NSImageAlignBottom
           
static int NSImageAlignBottomLeft
           
static int NSImageAlignBottomRight
           
static int NSImageAlignCenter
           
static int NSImageAlignLeft
           
static int NSImageAlignRight
           
static int NSImageAlignTop
           
static int NSImageAlignTopLeft
           
static int NSImageAlignTopRight
           
static int NSImageFrameButton
           
static int NSImageFrameGrayBezel
           
static int NSImageFrameGroove
           
static int NSImageFrameNone
           
static int NSImageFramePhoto
           
static int NSScaleNone
           
static int NSScaleProportionally
           
static int NSScaleToFit
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSImageCellEnumeration()
           
NSImageCellEnumeration(com.jniwrapper.IntegerParameter t)
           
NSImageCellEnumeration(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

NSScaleProportionally

public static final int NSScaleProportionally
See Also:
Constant Field Values

NSScaleToFit

public static final int NSScaleToFit
See Also:
Constant Field Values

NSScaleNone

public static final int NSScaleNone
See Also:
Constant Field Values

NSImageAlignCenter

public static final int NSImageAlignCenter
See Also:
Constant Field Values

NSImageAlignTop

public static final int NSImageAlignTop
See Also:
Constant Field Values

NSImageAlignTopLeft

public static final int NSImageAlignTopLeft
See Also:
Constant Field Values

NSImageAlignTopRight

public static final int NSImageAlignTopRight
See Also:
Constant Field Values

NSImageAlignLeft

public static final int NSImageAlignLeft
See Also:
Constant Field Values

NSImageAlignBottom

public static final int NSImageAlignBottom
See Also:
Constant Field Values

NSImageAlignBottomLeft

public static final int NSImageAlignBottomLeft
See Also:
Constant Field Values

NSImageAlignBottomRight

public static final int NSImageAlignBottomRight
See Also:
Constant Field Values

NSImageAlignRight

public static final int NSImageAlignRight
See Also:
Constant Field Values

NSImageFrameNone

public static final int NSImageFrameNone
See Also:
Constant Field Values

NSImageFramePhoto

public static final int NSImageFramePhoto
See Also:
Constant Field Values

NSImageFrameGrayBezel

public static final int NSImageFrameGrayBezel
See Also:
Constant Field Values

NSImageFrameGroove

public static final int NSImageFrameGroove
See Also:
Constant Field Values

NSImageFrameButton

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

NSImageCellEnumeration

public NSImageCellEnumeration()

NSImageCellEnumeration

public NSImageCellEnumeration(long value)

NSImageCellEnumeration

public NSImageCellEnumeration(com.jniwrapper.IntegerParameter t)