com.jniwrapper.macosx.cocoa.nsbezierpath
Class NSBezierPathEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsbezierpath.NSBezierPathEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSBezierPathElement, NSLineCapStyle, NSLineJoinStyle, NSWindingRule

public class NSBezierPathEnumeration
extends com.jniwrapper.Int

This class represents NSBezierPathEnumeration enumeration.


Field Summary
static int NSBevelLineJoinStyle
           
static int NSButtLineCapStyle
           
static int NSClosePathBezierPathElement
           
static int NSCurveToBezierPathElement
           
static int NSEvenOddWindingRule
           
static int NSLineToBezierPathElement
           
static int NSMiterLineJoinStyle
           
static int NSMoveToBezierPathElement
           
static int NSNonZeroWindingRule
           
static int NSRoundLineCapStyle
           
static int NSRoundLineJoinStyle
           
static int NSSquareLineCapStyle
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSBezierPathEnumeration()
           
NSBezierPathEnumeration(com.jniwrapper.IntegerParameter t)
           
NSBezierPathEnumeration(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

NSButtLineCapStyle

public static final int NSButtLineCapStyle
See Also:
Constant Field Values

NSRoundLineCapStyle

public static final int NSRoundLineCapStyle
See Also:
Constant Field Values

NSSquareLineCapStyle

public static final int NSSquareLineCapStyle
See Also:
Constant Field Values

NSMiterLineJoinStyle

public static final int NSMiterLineJoinStyle
See Also:
Constant Field Values

NSRoundLineJoinStyle

public static final int NSRoundLineJoinStyle
See Also:
Constant Field Values

NSBevelLineJoinStyle

public static final int NSBevelLineJoinStyle
See Also:
Constant Field Values

NSNonZeroWindingRule

public static final int NSNonZeroWindingRule
See Also:
Constant Field Values

NSEvenOddWindingRule

public static final int NSEvenOddWindingRule
See Also:
Constant Field Values

NSMoveToBezierPathElement

public static final int NSMoveToBezierPathElement
See Also:
Constant Field Values

NSLineToBezierPathElement

public static final int NSLineToBezierPathElement
See Also:
Constant Field Values

NSCurveToBezierPathElement

public static final int NSCurveToBezierPathElement
See Also:
Constant Field Values

NSClosePathBezierPathElement

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

NSBezierPathEnumeration

public NSBezierPathEnumeration()

NSBezierPathEnumeration

public NSBezierPathEnumeration(long value)

NSBezierPathEnumeration

public NSBezierPathEnumeration(com.jniwrapper.IntegerParameter t)