org.scilab.forge.jlatexmath
Class Extension

java.lang.Object
  extended by org.scilab.forge.jlatexmath.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).


Constructor Summary
Extension(Char t, Char m, Char r, Char b)
           
 
Method Summary
 Char getBottom()
           
 Char getMiddle()
           
 Char getRepeat()
           
 Char getTop()
           
 boolean hasBottom()
           
 boolean hasMiddle()
           
 boolean hasTop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extension

public Extension(Char t,
                 Char m,
                 Char r,
                 Char b)
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()