com.jniwrapper.macosx.cocoa.nsattributedstring
Class NSAttributedStringEnumeration

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

public class NSAttributedStringEnumeration
extends com.jniwrapper.Int

This class represents NSAttributedStringEnumeration enumeration.


Field Summary
static int NSNoUnderlineStyle
           
static int NSSingleUnderlineStyle
           
static int NSUnderlinePatternDash
           
static int NSUnderlinePatternDashDot
           
static int NSUnderlinePatternDashDotDot
           
static int NSUnderlinePatternDot
           
static int NSUnderlinePatternSolid
           
static int NSUnderlineStyleDouble
           
static int NSUnderlineStyleNone
           
static int NSUnderlineStyleSingle
           
static int NSUnderlineStyleThick
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSAttributedStringEnumeration()
           
NSAttributedStringEnumeration(com.jniwrapper.IntegerParameter t)
           
NSAttributedStringEnumeration(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

NSUnderlineStyleNone

public static final int NSUnderlineStyleNone
See Also:
Constant Field Values

NSUnderlineStyleSingle

public static final int NSUnderlineStyleSingle
See Also:
Constant Field Values

NSUnderlineStyleThick

public static final int NSUnderlineStyleThick
See Also:
Constant Field Values

NSUnderlineStyleDouble

public static final int NSUnderlineStyleDouble
See Also:
Constant Field Values

NSUnderlinePatternSolid

public static final int NSUnderlinePatternSolid
See Also:
Constant Field Values

NSUnderlinePatternDot

public static final int NSUnderlinePatternDot
See Also:
Constant Field Values

NSUnderlinePatternDash

public static final int NSUnderlinePatternDash
See Also:
Constant Field Values

NSUnderlinePatternDashDot

public static final int NSUnderlinePatternDashDot
See Also:
Constant Field Values

NSUnderlinePatternDashDotDot

public static final int NSUnderlinePatternDashDotDot
See Also:
Constant Field Values

NSNoUnderlineStyle

public static final int NSNoUnderlineStyle
See Also:
Constant Field Values

NSSingleUnderlineStyle

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

NSAttributedStringEnumeration

public NSAttributedStringEnumeration()

NSAttributedStringEnumeration

public NSAttributedStringEnumeration(long value)

NSAttributedStringEnumeration

public NSAttributedStringEnumeration(com.jniwrapper.IntegerParameter t)