com.jniwrapper.macosx.cocoa.nslayoutmanager
Class NSLayoutManagerEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nslayoutmanager.NSLayoutManagerEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSGlyphInscription, NSTypesetterBehavior

public class NSLayoutManagerEnumeration
extends com.jniwrapper.Int

This class represents NSLayoutManagerEnumeration enumeration.


Field Summary
static int NSGlyphInscribeAbove
           
static int NSGlyphInscribeBase
           
static int NSGlyphInscribeBelow
           
static int NSGlyphInscribeOverBelow
           
static int NSGlyphInscribeOverstrike
           
static int NSTypesetterBehavior_10_2
           
static int NSTypesetterBehavior_10_2_WithCompatibility
           
static int NSTypesetterBehavior_10_3
           
static int NSTypesetterLatestBehavior
           
static int NSTypesetterOriginalBehavior
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSLayoutManagerEnumeration()
           
NSLayoutManagerEnumeration(com.jniwrapper.IntegerParameter t)
           
NSLayoutManagerEnumeration(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

NSGlyphInscribeBase

public static final int NSGlyphInscribeBase
See Also:
Constant Field Values

NSGlyphInscribeBelow

public static final int NSGlyphInscribeBelow
See Also:
Constant Field Values

NSGlyphInscribeAbove

public static final int NSGlyphInscribeAbove
See Also:
Constant Field Values

NSGlyphInscribeOverstrike

public static final int NSGlyphInscribeOverstrike
See Also:
Constant Field Values

NSGlyphInscribeOverBelow

public static final int NSGlyphInscribeOverBelow
See Also:
Constant Field Values

NSTypesetterLatestBehavior

public static final int NSTypesetterLatestBehavior
See Also:
Constant Field Values

NSTypesetterOriginalBehavior

public static final int NSTypesetterOriginalBehavior
See Also:
Constant Field Values

NSTypesetterBehavior_10_2_WithCompatibility

public static final int NSTypesetterBehavior_10_2_WithCompatibility
See Also:
Constant Field Values

NSTypesetterBehavior_10_2

public static final int NSTypesetterBehavior_10_2
See Also:
Constant Field Values

NSTypesetterBehavior_10_3

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

NSLayoutManagerEnumeration

public NSLayoutManagerEnumeration()

NSLayoutManagerEnumeration

public NSLayoutManagerEnumeration(long value)

NSLayoutManagerEnumeration

public NSLayoutManagerEnumeration(com.jniwrapper.IntegerParameter t)