Uses of Interface
org.scilab.forge.jlatexmath.TeXFont

Uses of TeXFont in org.scilab.forge.jlatexmath
 

Classes in org.scilab.forge.jlatexmath that implement TeXFont
 class DefaultTeXFont
          The default implementation of the TeXFont-interface.
 

Methods in org.scilab.forge.jlatexmath that return TeXFont
 TeXFont TeXFont.deriveFont(float pointSize)
          Derives a new TeXFont object with the given point size
 TeXFont DefaultTeXFont.deriveFont(float size)
           
 TeXFont TeXEnvironment.getTeXFont()
           
 

Methods in org.scilab.forge.jlatexmath with parameters of type TeXFont
 CharFont SymbolAtom.getCharFont(TeXFont tf)
           
 CharFont Dummy.getCharFont(TeXFont tf)
          This method will only be called if isCharSymbol returns true.
 CharFont FixedCharAtom.getCharFont(TeXFont tf)
           
 CharFont CharAtom.getCharFont(TeXFont tf)
           
abstract  CharFont CharSymbol.getCharFont(TeXFont tf)
          Get the CharFont-object that uniquely identifies the character that is represented by this atom.
 

Constructors in org.scilab.forge.jlatexmath with parameters of type TeXFont
TeXEnvironment(int style, TeXFont tf)