Uses of Interface
org.scilab.forge.jlatexmath.AlphabetRegistration
-
Packages that use AlphabetRegistration Package Description org.scilab.forge.jlatexmath org.scilab.forge.jlatexmath.cyrillic org.scilab.forge.jlatexmath.greek -
-
Uses of AlphabetRegistration in org.scilab.forge.jlatexmath
Classes in org.scilab.forge.jlatexmath that implement AlphabetRegistration Modifier and Type Class Description class
URLAlphabetRegistration
class
WebStartAlphabetRegistration
Fields in org.scilab.forge.jlatexmath with type parameters of type AlphabetRegistration Modifier and Type Field Description static java.util.Map<java.lang.Character.UnicodeBlock,AlphabetRegistration>
DefaultTeXFont. registeredAlphabets
Methods in org.scilab.forge.jlatexmath with parameters of type AlphabetRegistration Modifier and Type Method Description static void
DefaultTeXFont. addAlphabet(AlphabetRegistration reg)
static void
DefaultTeXFont. registerAlphabet(AlphabetRegistration reg)
-
Uses of AlphabetRegistration in org.scilab.forge.jlatexmath.cyrillic
Classes in org.scilab.forge.jlatexmath.cyrillic that implement AlphabetRegistration Modifier and Type Class Description class
CyrillicRegistration
-
Uses of AlphabetRegistration in org.scilab.forge.jlatexmath.greek
Classes in org.scilab.forge.jlatexmath.greek that implement AlphabetRegistration Modifier and Type Class Description class
GreekRegistration
-