Class Extension

java.lang.Object
org.scilab.forge.jlatexmath.Extension

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

  • Method Details

    • 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()