org.scilab.forge.jlatexmath
Interface AlphabetRegistration

All Known Implementing Classes:
CyrillicRegistration, GreekRegistration, URLAlphabetRegistration, WebStartAlphabetRegistration

public interface AlphabetRegistration


Field Summary
static java.lang.Character.UnicodeBlock[] JLM_CYRILLIC
           
static java.lang.Character.UnicodeBlock[] JLM_GREEK
           
 
Method Summary
 java.lang.Object getPackage()
           
 java.lang.String getTeXFontFileName()
           
 java.lang.Character.UnicodeBlock[] getUnicodeBlock()
           
 

Field Detail

JLM_GREEK

static final java.lang.Character.UnicodeBlock[] JLM_GREEK

JLM_CYRILLIC

static final java.lang.Character.UnicodeBlock[] JLM_CYRILLIC
Method Detail

getUnicodeBlock

java.lang.Character.UnicodeBlock[] getUnicodeBlock()

getPackage

java.lang.Object getPackage()
                            throws AlphabetRegistrationException
Throws:
AlphabetRegistrationException

getTeXFontFileName

java.lang.String getTeXFontFileName()