com.jniwrapper.macosx.cocoa.nsfontmanager
Class NSFontManagerEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsfontmanager.NSFontManagerEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class NSFontManagerEnumeration
extends com.jniwrapper.Int

This class represents NSFontManagerEnumeration enumeration.


Field Summary
static int NSBoldFontMask
           
static int NSCompressedFontMask
           
static int NSCondensedFontMask
           
static int NSExpandedFontMask
           
static int NSFixedPitchFontMask
           
static int NSFontCollectionApplicationOnlyMask
           
static int NSItalicFontMask
           
static int NSNarrowFontMask
           
static int NSNonStandardCharacterSetFontMask
           
static int NSPosterFontMask
           
static int NSSmallCapsFontMask
           
static int NSUnboldFontMask
           
static int NSUnitalicFontMask
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSFontManagerEnumeration()
           
NSFontManagerEnumeration(com.jniwrapper.IntegerParameter t)
           
NSFontManagerEnumeration(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

NSItalicFontMask

public static final int NSItalicFontMask
See Also:
Constant Field Values

NSBoldFontMask

public static final int NSBoldFontMask
See Also:
Constant Field Values

NSUnboldFontMask

public static final int NSUnboldFontMask
See Also:
Constant Field Values

NSNonStandardCharacterSetFontMask

public static final int NSNonStandardCharacterSetFontMask
See Also:
Constant Field Values

NSNarrowFontMask

public static final int NSNarrowFontMask
See Also:
Constant Field Values

NSExpandedFontMask

public static final int NSExpandedFontMask
See Also:
Constant Field Values

NSCondensedFontMask

public static final int NSCondensedFontMask
See Also:
Constant Field Values

NSSmallCapsFontMask

public static final int NSSmallCapsFontMask
See Also:
Constant Field Values

NSPosterFontMask

public static final int NSPosterFontMask
See Also:
Constant Field Values

NSCompressedFontMask

public static final int NSCompressedFontMask
See Also:
Constant Field Values

NSFixedPitchFontMask

public static final int NSFixedPitchFontMask
See Also:
Constant Field Values

NSUnitalicFontMask

public static final int NSUnitalicFontMask
See Also:
Constant Field Values

NSFontCollectionApplicationOnlyMask

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

NSFontManagerEnumeration

public NSFontManagerEnumeration()

NSFontManagerEnumeration

public NSFontManagerEnumeration(long value)

NSFontManagerEnumeration

public NSFontManagerEnumeration(com.jniwrapper.IntegerParameter t)