public class JythonInit
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static org.python.core.PyStringMap | getArtisynthLocals()Returns a copy of the base set of local symbols used by ArtiSynth jython,
 including an import of maspack.matrix and the definitions needed for
 matrix operator overloading. | 
| static void | init() | 
| static boolean | jythonIsAvailable()Returns true if Jython is available on this system and false otherwise. | 
public static boolean jythonIsAvailable()
public static void init()
public static org.python.core.PyStringMap getArtisynthLocals()