synesketch
Class SynesketchState
java.lang.Object
synesketch.SynesketchState
- Direct Known Subclasses:
- EmotionalState
public abstract class SynesketchState
- extends java.lang.Object
An abstract class which contains data textualy interpreted by the
Synesthetiator.
For example, it's subclass EmotionalState contains
emotional information about the piece of text.
- Version:
- 1.0
- Author:
- Uros Krcadinac email: uros@krcadinac.com
|
Constructor Summary |
SynesketchState(java.lang.String text)
Class constructor that sets text which is to be synestheticaly
interpreted |
|
Method Summary |
java.lang.String |
getText()
Getter for the text used as an interpretation resource |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynesketchState
public SynesketchState(java.lang.String text)
- Class constructor that sets text which is to be synestheticaly
interpreted
- Parameters:
text - String representing the text which is to be synestheticaly
interpreted
getText
public java.lang.String getText()
- Getter for the text used as an interpretation resource
- Returns:
String representing the text