Class ArabicLigaturizer.charstruct

  • Enclosing class:
    ArabicLigaturizer

    private static class ArabicLigaturizer.charstruct
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char basechar  
      private int lignum  
      private char mark1  
      private int numshapes  
      private char vowel  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private charstruct()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • basechar

        private char basechar
      • mark1

        private char mark1
      • vowel

        private char vowel
      • lignum

        private int lignum
      • numshapes

        private int numshapes
    • Constructor Detail

      • charstruct

        private charstruct()