de.dante.extex.font.type.efm
Class EfmLigature

java.lang.Object
  extended byde.dante.extex.font.type.efm.EfmLigature
All Implemented Interfaces:
java.io.Serializable

public class EfmLigature
extends java.lang.Object
implements java.io.Serializable

Class for a ligature.

  
 

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

Constructor Summary
EfmLigature()
           
 
Method Summary
 int getId()
          Returns the id.
 java.lang.String getIdasString()
          Returns the id as String.
 java.lang.String getLetter()
          Returns the letter.
 int getLigid()
          Returns the ligid.
 void setId(int i)
          Set the id.
 void setId(java.lang.String i)
          Set the id (as String).
 void setLetter(java.lang.String l)
          Set the letter.
 void setLigid(int i)
          Set the ligid.
 void setLigid(java.lang.String i)
          Set the ligid (as String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfmLigature

public EfmLigature()
Method Detail

getId

public int getId()
Returns the id.

Returns:
Returns the id.

getIdasString

public java.lang.String getIdasString()
Returns the id as String.

Returns:
Returns the id as String.

setId

public void setId(int i)
Set the id.

Parameters:
i - The id to set.

setId

public void setId(java.lang.String i)
Set the id (as String).

Parameters:
i - The id to set.

getLetter

public java.lang.String getLetter()
Returns the letter.

Returns:
Returns the letter.

setLetter

public void setLetter(java.lang.String l)
Set the letter.

Parameters:
l - The letter to set.

getLigid

public int getLigid()
Returns the ligid.

Returns:
Returns the ligid.

setLigid

public void setLigid(int i)
Set the ligid.

Parameters:
i - The ligid to set.

setLigid

public void setLigid(java.lang.String i)
Set the ligid (as String).

Parameters:
i - The ligid to set.