Class ArabicLigaturizer.charstruct

  • Enclosing class:
    ArabicLigaturizer

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

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

      Constructors 
      Constructor Description
      charstruct()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • basechar

        char basechar
      • mark1

        char mark1
      • vowel

        char vowel
      • lignum

        int lignum
      • numshapes

        int numshapes
    • Constructor Detail

      • charstruct

        charstruct()