org.scilab.forge.jlatexmath
Class URLAlphabetRegistration

java.lang.Object
  extended by org.scilab.forge.jlatexmath.URLAlphabetRegistration
All Implemented Interfaces:
AlphabetRegistration

public class URLAlphabetRegistration
extends java.lang.Object
implements AlphabetRegistration


Field Summary
 
Fields inherited from interface org.scilab.forge.jlatexmath.AlphabetRegistration
JLM_CYRILLIC, JLM_GREEK
 
Method Summary
 java.lang.Object getPackage()
           
 java.lang.String getTeXFontFileName()
           
 java.lang.Character.UnicodeBlock[] getUnicodeBlock()
           
static void register(java.net.URL url, java.lang.String language, java.lang.Character.UnicodeBlock[] blocks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register(java.net.URL url,
                            java.lang.String language,
                            java.lang.Character.UnicodeBlock[] blocks)

getUnicodeBlock

public java.lang.Character.UnicodeBlock[] getUnicodeBlock()
Specified by:
getUnicodeBlock in interface AlphabetRegistration

getPackage

public java.lang.Object getPackage()
                            throws AlphabetRegistrationException
Specified by:
getPackage in interface AlphabetRegistration
Throws:
AlphabetRegistrationException

getTeXFontFileName

public java.lang.String getTeXFontFileName()
Specified by:
getTeXFontFileName in interface AlphabetRegistration