Class CyrillicRegistration
- java.lang.Object
-
- org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration
-
- All Implemented Interfaces:
AlphabetRegistration
public class CyrillicRegistration extends java.lang.Object implements AlphabetRegistration
-
-
Field Summary
-
Fields inherited from interface org.scilab.forge.jlatexmath.AlphabetRegistration
JLM_CYRILLIC, JLM_GREEK
-
-
Constructor Summary
Constructors Constructor Description CyrillicRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetPackage()java.lang.StringgetTeXFontFileName()java.lang.Character.UnicodeBlock[]getUnicodeBlock()
-
-
-
Method Detail
-
getUnicodeBlock
public java.lang.Character.UnicodeBlock[] getUnicodeBlock()
- Specified by:
getUnicodeBlockin interfaceAlphabetRegistration
-
getPackage
public java.lang.Object getPackage()
- Specified by:
getPackagein interfaceAlphabetRegistration
-
getTeXFontFileName
public java.lang.String getTeXFontFileName()
- Specified by:
getTeXFontFileNamein interfaceAlphabetRegistration
-
-