Uses of Class
org.scilab.forge.jlatexmath.Char

Packages that use Char
org.scilab.forge.jlatexmath   
 

Uses of Char in org.scilab.forge.jlatexmath
 

Methods in org.scilab.forge.jlatexmath that return Char
 Char Extension.getBottom()
           
 Char TeXFont.getChar(CharFont cf, int style)
          Get a Char-object for this specific character containing the metric information
 Char DefaultTeXFont.getChar(CharFont cf, int style)
           
 Char TeXFont.getChar(char c, java.lang.String textStyle, int style)
          Get a Char-object specifying the given character in the given text style with metric information depending on the given "style".
 Char DefaultTeXFont.getChar(char c, java.lang.String textStyle, int style)
           
 Char TeXFont.getChar(java.lang.String name, int style)
          Get a Char-object for the given symbol with metric information depending on "style".
 Char DefaultTeXFont.getChar(java.lang.String symbolName, int style)
           
 Char TeXFont.getDefaultChar(char c, int style)
          Get a Char-object specifying the given character in the default text style with metric information depending on the given "style".
 Char DefaultTeXFont.getDefaultChar(char c, int style)
           
 Char Extension.getMiddle()
           
 Char TeXFont.getNextLarger(Char c, int style)
          Get the next larger version of the given character.
 Char DefaultTeXFont.getNextLarger(Char c, int style)
           
 Char Extension.getRepeat()
           
 Char Extension.getTop()
           
 

Methods in org.scilab.forge.jlatexmath with parameters of type Char
 Extension TeXFont.getExtension(Char c, int style)
          Get an Extension-object for the given Char containing the 4 possible parts to build an arbitrary large variant.
 Extension DefaultTeXFont.getExtension(Char c, int style)
           
 Char TeXFont.getNextLarger(Char c, int style)
          Get the next larger version of the given character.
 Char DefaultTeXFont.getNextLarger(Char c, int style)
           
 boolean TeXFont.hasNextLarger(Char c)
           
 boolean DefaultTeXFont.hasNextLarger(Char c)
           
 boolean TeXFont.isExtensionChar(Char c)
           
 boolean DefaultTeXFont.isExtensionChar(Char c)
           
 

Constructors in org.scilab.forge.jlatexmath with parameters of type Char
CharBox(Char c)
          Create a new CharBox that will represent the character defined by the given Char-object.
Extension(Char t, Char m, Char r, Char b)