com.jniwrapper.macosx.cocoa.nsfont
Class _NSMultibyteGlyphPackingEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsfont._NSMultibyteGlyphPackingEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSMultibyteGlyphPacking

public class _NSMultibyteGlyphPackingEnumeration
extends com.jniwrapper.Int

This class represents _NSMultibyteGlyphPackingEnumeration enumeration.


Field Summary
static int NSAsciiWithDoubleByteEUCGlyphPacking
           
static int NSFourByteGlyphPacking
           
static int NSJapaneseEUCGlyphPacking
           
static int NSNativeShortGlyphPacking
           
static int NSOneByteGlyphPacking
           
static int NSTwoByteGlyphPacking
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSMultibyteGlyphPackingEnumeration()
           
_NSMultibyteGlyphPackingEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSMultibyteGlyphPackingEnumeration(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

NSOneByteGlyphPacking

public static final int NSOneByteGlyphPacking
See Also:
Constant Field Values

NSJapaneseEUCGlyphPacking

public static final int NSJapaneseEUCGlyphPacking
See Also:
Constant Field Values

NSAsciiWithDoubleByteEUCGlyphPacking

public static final int NSAsciiWithDoubleByteEUCGlyphPacking
See Also:
Constant Field Values

NSTwoByteGlyphPacking

public static final int NSTwoByteGlyphPacking
See Also:
Constant Field Values

NSFourByteGlyphPacking

public static final int NSFourByteGlyphPacking
See Also:
Constant Field Values

NSNativeShortGlyphPacking

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

_NSMultibyteGlyphPackingEnumeration

public _NSMultibyteGlyphPackingEnumeration()

_NSMultibyteGlyphPackingEnumeration

public _NSMultibyteGlyphPackingEnumeration(long value)

_NSMultibyteGlyphPackingEnumeration

public _NSMultibyteGlyphPackingEnumeration(com.jniwrapper.IntegerParameter t)