org.rococoa.cocoa.ats
Class JustPCConditionalAddAction

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.ats.JustPCConditionalAddAction
Direct Known Subclasses:
JustPCConditionalAddAction.ByReference, JustPCConditionalAddAction.ByValue

public class JustPCConditionalAddAction
extends com.ochafik.lang.jnaerator.runtime.Structure

A JUSTPCConditionalAddAction defines a glyph substitution and add action. If the addGlyph
is equal to kJUSTnoGlyphcode, then no glyph will be added, and the justification for
the line will be redone.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class JustPCConditionalAddAction.ByReference
           
static class JustPCConditionalAddAction.ByValue
           
 
Field Summary
 short addGlyph
           
 short substGlyph
           
 int substThreshhold
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
JustPCConditionalAddAction()
           
JustPCConditionalAddAction(int substThreshhold, short addGlyph, short substGlyph)
           
 
Method Summary
 JustPCConditionalAddAction.ByReference byReference()
           
 JustPCConditionalAddAction.ByValue byValue()
           
 JustPCConditionalAddAction 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

substThreshhold

public int substThreshhold

addGlyph

public short addGlyph

substGlyph

public short substGlyph
Constructor Detail

JustPCConditionalAddAction

public JustPCConditionalAddAction()

JustPCConditionalAddAction

public JustPCConditionalAddAction(int substThreshhold,
                                  short addGlyph,
                                  short substGlyph)
Method Detail

byReference

public JustPCConditionalAddAction.ByReference byReference()

byValue

public JustPCConditionalAddAction.ByValue byValue()

clone

public JustPCConditionalAddAction clone()
Overrides:
clone in class Object