|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynesketch.Synesthetiator
synesketch.emotion.SynesthetiatorEmotion
public class SynesthetiatorEmotion
Defines behavior for transfering textual affect information -- emotional
manifestations recognised in text -- into visual output and notifying
Processing applet (PApplet) about that new information.
| Constructor Summary | |
|---|---|
SynesthetiatorEmotion(processing.core.PApplet parent)
Class constructor that sets parent Processing applet ( PApplet). |
|
| Method Summary | |
|---|---|
void |
synesthetise(java.lang.String text)
Defines behaviour of transferring affective textual information into visual information (defines the synesthetic ablilites). |
| Methods inherited from class synesketch.Synesthetiator |
|---|
notifyPApplet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynesthetiatorEmotion(processing.core.PApplet parent)
throws java.lang.Exception
PApplet).
Parent applet is to be notified about the text event -- the recognition
of a current emotion in text.
parent -
java.lang.Exception| Method Detail |
|---|
public void synesthetise(java.lang.String text)
throws java.io.IOException
synesthetise in class Synesthetiatortext - String containing the text which is to be analyzed
java.lang.Exception
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||