Class Ligature


  • public class Ligature
    extends java.lang.Object
    This class represents a ligature, which is an entry of the CharMetrics.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String liga  
      private java.lang.String successor  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ligature​(java.lang.String successor, java.lang.String 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • successor

        private final java.lang.String successor
      • liga

        private final java.lang.String liga
    • Constructor Detail

      • Ligature

        public Ligature​(java.lang.String successor,
                        java.lang.String ligature)
    • Method Detail

      • getLigature

        public java.lang.String getLigature()
        Getter for property ligature.
        Returns:
        Value of property ligature.
      • getSuccessor

        public java.lang.String getSuccessor()
        Getter for property successor.
        Returns:
        Value of property successor.