org.rococoa.cocoa.appkit
Class NSParagraphStyle._flags_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSParagraphStyle._flags_struct
Direct Known Subclasses:
NSParagraphStyle._flags_struct.ByReference, NSParagraphStyle._flags_struct.ByValue
Enclosing class:
NSParagraphStyle

public static class NSParagraphStyle._flags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSParagraphStyle._flags_struct.ByReference
           
static class NSParagraphStyle._flags_struct.ByValue
           
 
Field Summary
 byte alignment
           
 byte fixedMultiple
           
 byte isNaturalDirection
           
 byte lineBreakMode
           
 int refCount
           
 byte rightToLeftDirection
           
 byte tabStopsIsMutable
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSParagraphStyle._flags_struct()
           
NSParagraphStyle._flags_struct(byte alignment, byte lineBreakMode, byte tabStopsIsMutable, byte isNaturalDirection, byte rightToLeftDirection, byte fixedMultiple, int refCount)
           
 
Method Summary
 NSParagraphStyle._flags_struct.ByReference byReference()
           
 NSParagraphStyle._flags_struct.ByValue byValue()
           
 NSParagraphStyle._flags_struct clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

alignment

public byte alignment

lineBreakMode

public byte lineBreakMode

tabStopsIsMutable

public byte tabStopsIsMutable

isNaturalDirection

public byte isNaturalDirection

rightToLeftDirection

public byte rightToLeftDirection

fixedMultiple

public byte fixedMultiple

refCount

public int refCount
Constructor Detail

NSParagraphStyle._flags_struct

public NSParagraphStyle._flags_struct()

NSParagraphStyle._flags_struct

public NSParagraphStyle._flags_struct(byte alignment,
                                      byte lineBreakMode,
                                      byte tabStopsIsMutable,
                                      byte isNaturalDirection,
                                      byte rightToLeftDirection,
                                      byte fixedMultiple,
                                      int refCount)
Parameters:
alignment - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTextAlignment
lineBreakMode - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSLineBreakMode
Method Detail

byReference

public NSParagraphStyle._flags_struct.ByReference byReference()

byValue

public NSParagraphStyle._flags_struct.ByValue byValue()

clone

public NSParagraphStyle._flags_struct clone()
Overrides:
clone in class Object