|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.python.util.PythonInterpreter paolomind.multitalk.toolwrapper.MessagePythonEngine paolomind.multitalk.toolwrapper.ComponentPythonEngine paolomind.multitalk.toolwrapper.ImagePythonEngine
public class ImagePythonEngine
Classe per un interprete python in cui viene settata la variabile MessageFactory, un Component per gestire la grafica a video di un componente AWT ed una immagine. Questa variabile può essere usata all'interno dello script python per costruire messaggi
Field Summary |
---|
Fields inherited from class org.python.util.PythonInterpreter |
---|
cflags, systemState |
Constructor Summary | |
---|---|
ImagePythonEngine(java.awt.Image bimg,
java.awt.Component c,
IMessageFactory mfactory)
costruttore dell'interprete. |
Method Summary |
---|
Methods inherited from class org.python.util.PythonInterpreter |
---|
cleanup, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, initialize, set, set, setErr, setErr, setErr, setLocals, setOut, setOut, setOut, setState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImagePythonEngine(java.awt.Image bimg, java.awt.Component c, IMessageFactory mfactory)
mfactory
- il messageFactory per gli scriptc
- il componente che verrà gestito dagli scriptbimg
- l'immagine gestita dagli script
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |