Package org.scilab.forge.jlatexmath
Interface AlphabetRegistration
-
- All Known Implementing Classes:
CyrillicRegistration,GreekRegistration,URLAlphabetRegistration,WebStartAlphabetRegistration
public interface AlphabetRegistration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Character.UnicodeBlock[]JLM_CYRILLICstatic java.lang.Character.UnicodeBlock[]JLM_GREEK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetPackage()java.lang.StringgetTeXFontFileName()java.lang.Character.UnicodeBlock[]getUnicodeBlock()
-
-
-
Method Detail
-
getUnicodeBlock
java.lang.Character.UnicodeBlock[] getUnicodeBlock()
-
getPackage
java.lang.Object getPackage() throws AlphabetRegistrationException- Throws:
AlphabetRegistrationException
-
getTeXFontFileName
java.lang.String getTeXFontFileName()
-
-