com.jniwrapper.macosx.cocoa.nstext
Class _NSTextAlignmentEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstext._NSTextAlignmentEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSTextAlignment

public class _NSTextAlignmentEnumeration
extends com.jniwrapper.Int

This class represents _NSTextAlignmentEnumeration enumeration.


Field Summary
static int NSCenterTextAlignment
           
static int NSJustifiedTextAlignment
           
static int NSLeftTextAlignment
           
static int NSNaturalTextAlignment
           
static int NSRightTextAlignment
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSTextAlignmentEnumeration()
           
_NSTextAlignmentEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSTextAlignmentEnumeration(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

NSLeftTextAlignment

public static final int NSLeftTextAlignment
See Also:
Constant Field Values

NSRightTextAlignment

public static final int NSRightTextAlignment
See Also:
Constant Field Values

NSCenterTextAlignment

public static final int NSCenterTextAlignment
See Also:
Constant Field Values

NSJustifiedTextAlignment

public static final int NSJustifiedTextAlignment
See Also:
Constant Field Values

NSNaturalTextAlignment

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

_NSTextAlignmentEnumeration

public _NSTextAlignmentEnumeration()

_NSTextAlignmentEnumeration

public _NSTextAlignmentEnumeration(long value)

_NSTextAlignmentEnumeration

public _NSTextAlignmentEnumeration(com.jniwrapper.IntegerParameter t)