org.rococoa.cocoa.ats
Class JustPCConditionalAddAction
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
substThreshhold
public int substThreshhold
addGlyph
public short addGlyph
substGlyph
public short substGlyph
JustPCConditionalAddAction
public JustPCConditionalAddAction()
JustPCConditionalAddAction
public JustPCConditionalAddAction(int substThreshhold,
short addGlyph,
short substGlyph)
byReference
public JustPCConditionalAddAction.ByReference byReference()
byValue
public JustPCConditionalAddAction.ByValue byValue()
clone
public JustPCConditionalAddAction clone()
- Overrides:
clone
in class Object