org.extex.font.format.tfm
Class TfmLigature

java.lang.Object
  extended by org.extex.font.format.tfm.TfmLigKern
      extended by org.extex.font.format.tfm.TfmLigature
All Implemented Interfaces:
java.io.Serializable

public class TfmLigature
extends TfmLigKern
implements java.io.Serializable

TFM-Ligature.

Ligature instruction

Version:
$Revision: 5837 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
TfmLigature(int skip, short next, short a, boolean l, boolean r, byte s)
          Create a new object.
 
Method Summary
 short getAddingChar()
          Returns the addingChar.
 byte getStepOver()
          Returns the stepOver.
 boolean isKeepLeft()
          Returns the keepLeft.
 boolean isKeepRight()
          Returns the keepRight.
 java.lang.String toString()
          
 
Methods inherited from class org.extex.font.format.tfm.TfmLigKern
getKern, getNextChar, nextIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TfmLigature

public TfmLigature(int skip,
                   short next,
                   short a,
                   boolean l,
                   boolean r,
                   byte s)
Create a new object.

Parameters:
skip - the skip amount to the next instruction.
next - the code of the next character.
a - character code of ligature character to be inserted.
l - indication that the current character should not be removed.
r - indication that the next character should not be removed.
s - number of characters from the current one to be stepped over after performing of this instruction.
Method Detail

getAddingChar

public short getAddingChar()
Returns the addingChar.

Returns:
Returns the addingChar.

getStepOver

public byte getStepOver()
Returns the stepOver.

Returns:
Returns the stepOver.

isKeepLeft

public boolean isKeepLeft()
Returns the keepLeft.

Returns:
Returns the keepLeft.

isKeepRight

public boolean isKeepRight()
Returns the keepRight.

Returns:
Returns the keepRight.

toString

public java.lang.String toString()

Overrides:
toString in class TfmLigKern
See Also:
Object.toString()