Class GreekRegistration
- java.lang.Object
-
- org.scilab.forge.jlatexmath.greek.GreekRegistration
-
- All Implemented Interfaces:
AlphabetRegistration
public class GreekRegistration 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 GreekRegistration()
-
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
-
-