com.jniwrapper.macosx.cocoa.nsparagraphstyle
Class _NSLineBreakModeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsparagraphstyle._NSLineBreakModeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSLineBreakMode

public class _NSLineBreakModeEnumeration
extends com.jniwrapper.Int

This class represents _NSLineBreakModeEnumeration enumeration.


Field Summary
static int NSLineBreakByCharWrapping
           
static int NSLineBreakByClipping
           
static int NSLineBreakByTruncatingHead
           
static int NSLineBreakByTruncatingMiddle
           
static int NSLineBreakByTruncatingTail
           
static int NSLineBreakByWordWrapping
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSLineBreakModeEnumeration()
           
_NSLineBreakModeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSLineBreakModeEnumeration(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

NSLineBreakByWordWrapping

public static final int NSLineBreakByWordWrapping
See Also:
Constant Field Values

NSLineBreakByCharWrapping

public static final int NSLineBreakByCharWrapping
See Also:
Constant Field Values

NSLineBreakByClipping

public static final int NSLineBreakByClipping
See Also:
Constant Field Values

NSLineBreakByTruncatingHead

public static final int NSLineBreakByTruncatingHead
See Also:
Constant Field Values

NSLineBreakByTruncatingTail

public static final int NSLineBreakByTruncatingTail
See Also:
Constant Field Values

NSLineBreakByTruncatingMiddle

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

_NSLineBreakModeEnumeration

public _NSLineBreakModeEnumeration()

_NSLineBreakModeEnumeration

public _NSLineBreakModeEnumeration(long value)

_NSLineBreakModeEnumeration

public _NSLineBreakModeEnumeration(com.jniwrapper.IntegerParameter t)