com.jniwrapper.macosx.cocoa.nsgraphics
Class NSGraphicsEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsgraphics.NSGraphicsEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSFocusRingPlacement

public class NSGraphicsEnumeration
extends com.jniwrapper.Int

This class represents NSGraphicsEnumeration enumeration.


Field Summary
static int NSFocusRingAbove
           
static int NSFocusRingBelow
           
static int NSFocusRingOnly
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSGraphicsEnumeration()
           
NSGraphicsEnumeration(com.jniwrapper.IntegerParameter t)
           
NSGraphicsEnumeration(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

NSFocusRingOnly

public static final int NSFocusRingOnly
See Also:
Constant Field Values

NSFocusRingBelow

public static final int NSFocusRingBelow
See Also:
Constant Field Values

NSFocusRingAbove

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

NSGraphicsEnumeration

public NSGraphicsEnumeration()

NSGraphicsEnumeration

public NSGraphicsEnumeration(long value)

NSGraphicsEnumeration

public NSGraphicsEnumeration(com.jniwrapper.IntegerParameter t)