|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.arts.theatrical.Scene
public class Scene
A class representing a scene that takes place in a show, with a text, a music and body movements. In movies, "scenes" are further described in terms of shots (a view from a camera). Shots are not provided here. Treat them as scenes and scenes as acts (it is hard to tell when watching a movie or even a play where an act really begins unless you are told).
| Constructor Summary | |
|---|---|
Scene(java.lang.String text)
Creates a new Scene object. |
|
| Method Summary | |
|---|---|
Choregraphy |
getChoregraphy()
DOCUMENT ME! |
Composition |
getComposition()
DOCUMENT ME! |
java.lang.String |
getText()
DOCUMENT ME! |
void |
setChoregraphy(Choregraphy choregraphy)
DOCUMENT ME! |
void |
setComposition(Composition composition)
DOCUMENT ME! |
void |
setText(java.lang.String text)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Scene(java.lang.String text)
text - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getText()
public void setText(java.lang.String text)
text - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public Composition getComposition()
public void setComposition(Composition composition)
composition - DOCUMENT ME!public Choregraphy getChoregraphy()
public void setChoregraphy(Choregraphy choregraphy)
choregraphy - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||