Class Extension


  • public class Extension
    extends java.lang.Object
    Represents an extension character that is defined by Char-objects of it's 4 possible parts (null means part not present).
    • Method Detail

      • hasTop

        public boolean hasTop()
      • hasMiddle

        public boolean hasMiddle()
      • hasBottom

        public boolean hasBottom()
      • getTop

        public Char getTop()
      • getMiddle

        public Char getMiddle()
      • getRepeat

        public Char getRepeat()
      • getBottom

        public Char getBottom()