|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.loadbang.scripting.util.Converters
net.loadbang.jython.util.JythonConverters
public class JythonConverters
| Constructor Summary | |
|---|---|
JythonConverters()
|
|
| Method Summary | |
|---|---|
java.util.List<org.python.core.PyObject> |
atomsToPyObjects(com.cycling74.max.Atom[] args,
int start)
Convert an array of Atoms into a list of Python objects. |
| Methods inherited from class net.loadbang.scripting.util.Converters |
|---|
atomsToObject, atomsToObjects, objectToAtoms |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JythonConverters()
| Method Detail |
|---|
public java.util.List<org.python.core.PyObject> atomsToPyObjects(com.cycling74.max.Atom[] args,
int start)
throws net.loadbang.scripting.util.exn.DataException
args - the Atomsstart - the start position in the Atom array
net.loadbang.scripting.util.exn.DataException - if the Atom cannot be easily represented as a Python object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||