|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectstoryworld.Report
public class Report
| Field Summary | |
|---|---|
(package private) String |
imageName
|
(package private) List<Option> |
options
|
(package private) AbstractStory |
story
|
(package private) String |
text
|
(package private) String |
type
|
| Constructor Summary | |
|---|---|
Report()
|
|
Report(String text,
List<Option> options)
|
|
Report(String text,
Option... args)
|
|
| Method Summary | |
|---|---|
void |
addOption(Option o)
|
void |
addOption(String text,
String message)
|
String |
getImageName()
|
String |
getMidiName()
|
List<Option> |
getOptions()
|
AbstractStory |
getStory()
|
String |
getText()
|
String |
getTitle()
|
String |
getType()
|
void |
setImageName(String s)
|
void |
setStory(AbstractStory story)
|
void |
setStoryReferences(AbstractStory newStory)
|
void |
setText(String s)
|
void |
setType(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String imageName
List<Option> options
AbstractStory story
String text
String type
| Constructor Detail |
|---|
public Report()
public Report(String text,
List<Option> options)
public Report(String text,
Option... args)
| Method Detail |
|---|
public void addOption(Option o)
public void addOption(String text,
String message)
public String getImageName()
public String getMidiName()
public List<Option> getOptions()
public AbstractStory getStory()
public String getText()
public String getTitle()
public String getType()
public void setImageName(String s)
public void setStory(AbstractStory story)
public void setStoryReferences(AbstractStory newStory)
public void setText(String s)
public void setType(String s)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||