public class SmilieFeedback extends FeedbackItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHABLE_TYPE
The Constant CACHABLE_TYPE.
|
| Constructor and Description |
|---|
SmilieFeedback() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
deconstruct(java.lang.String studentIDin)
Deconstruct.
|
float |
getHeightToApply() |
java.lang.String |
getIcon()
Gets the icon.
|
float |
getRotationToApply() |
static SmilieFeedback |
reconstruct(java.lang.Object[] feedbackItem)
Reconstruct.
|
void |
setHeightToApply(float heightToApply) |
void |
setRotationToApply(float rotationToApply) |
addFeedbackItem, addFeedbackViewFrame, createSetter, getStage, getStudentID, setStage, setStudentID, tidyAwayFeedbackSetterpublic static final java.lang.String CACHABLE_TYPE
public static SmilieFeedback reconstruct(java.lang.Object[] feedbackItem)
feedbackItem - the feedback itempublic java.lang.Object[] deconstruct(java.lang.String studentIDin)
IFeedbackItemCachablestudentIDin - the student idpublic float getHeightToApply()
public java.lang.String getIcon()
FeedbackItemgetIcon in class FeedbackItempublic float getRotationToApply()
public void setHeightToApply(float heightToApply)
heightToApply - the heightToApply to setpublic void setRotationToApply(float rotationToApply)
rotationToApply - the rotationToApply to set