|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.loadbang.util.MaxOutputter
public class MaxOutputter
Callback class: something which can output Max-printable objects, and which can be wrapped around a MaxObject which does the outputting.
| Constructor Summary | |
|---|---|
MaxOutputter(com.cycling74.max.MaxObject maxObject)
Constructor: wrap around a MaxObject. |
|
| Method Summary | |
|---|---|
MaxOutputter |
output(java.lang.String tokens00)
Put out an initial message. |
MaxOutputter |
output(java.lang.String tokens00,
com.cycling74.max.Atom[] args00)
Put out an array of Atoms, with an optional initial message. |
MaxOutputter |
output(java.lang.String tokens00,
com.cycling74.max.Atom[] fst,
com.cycling74.max.Atom[] snd)
Output a string (nullable) and two arrays: |
MaxOutputter |
output(java.lang.String tokens00,
MaxFormattable object)
Optionally output some tokens, and a Max-formattable object, in a single message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaxOutputter(com.cycling74.max.MaxObject maxObject)
| Method Detail |
|---|
public MaxOutputter output(java.lang.String tokens00,
com.cycling74.max.Atom[] args00)
public MaxOutputter output(java.lang.String tokens00,
com.cycling74.max.Atom[] fst,
com.cycling74.max.Atom[] snd)
public MaxOutputter output(java.lang.String tokens00)
public MaxOutputter output(java.lang.String tokens00,
MaxFormattable object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||