com.jniwrapper.macosx.cocoa.nsprintinfo
Class NSPrintInfoEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsprintinfo.NSPrintInfoEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSPrintingOrientation, NSPrintingPaginationMode

public class NSPrintInfoEnumeration
extends com.jniwrapper.Int

This class represents NSPrintInfoEnumeration enumeration.


Field Summary
static int NSAutoPagination
           
static int NSClipPagination
           
static int NSFitPagination
           
static int NSLandscapeOrientation
           
static int NSPortraitOrientation
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSPrintInfoEnumeration()
           
NSPrintInfoEnumeration(com.jniwrapper.IntegerParameter t)
           
NSPrintInfoEnumeration(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

NSPortraitOrientation

public static final int NSPortraitOrientation
See Also:
Constant Field Values

NSLandscapeOrientation

public static final int NSLandscapeOrientation
See Also:
Constant Field Values

NSAutoPagination

public static final int NSAutoPagination
See Also:
Constant Field Values

NSFitPagination

public static final int NSFitPagination
See Also:
Constant Field Values

NSClipPagination

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

NSPrintInfoEnumeration

public NSPrintInfoEnumeration()

NSPrintInfoEnumeration

public NSPrintInfoEnumeration(long value)

NSPrintInfoEnumeration

public NSPrintInfoEnumeration(com.jniwrapper.IntegerParameter t)