Package org.apache.fontbox.afm
Class Ligature
- java.lang.Object
-
- org.apache.fontbox.afm.Ligature
-
public class Ligature extends java.lang.Object
This class represents a ligature, which is an entry of the CharMetrics.- Version:
- $Revision: 1.1 $
- Author:
- Ben Litchfield (ben@benlitchfield.com)
-
-
Constructor Summary
Constructors Constructor Description Ligature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLigature()
Getter for property ligature.java.lang.String
getSuccessor()
Getter for property successor.void
setLigature(java.lang.String lig)
Setter for property ligature.void
setSuccessor(java.lang.String successorValue)
Setter for property successor.
-
-
-
Method Detail
-
getLigature
public java.lang.String getLigature()
Getter for property ligature.- Returns:
- Value of property ligature.
-
setLigature
public void setLigature(java.lang.String lig)
Setter for property ligature.- Parameters:
lig
- New value of property ligature.
-
getSuccessor
public java.lang.String getSuccessor()
Getter for property successor.- Returns:
- Value of property successor.
-
setSuccessor
public void setSuccessor(java.lang.String successorValue)
Setter for property successor.- Parameters:
successorValue
- New value of property successor.
-
-