|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.TextPage
public class TextPage
A page responsible for storing and displaying text
The actual rendering of the text is delegated to a TextPageRenderer to support separation of model from view and to promote modularity.
| Constructor Summary | |
|---|---|
TextPage(Book book,
TextPageRenderer t)
|
|
| Method Summary | |
|---|---|
processing.core.PVector |
getLocation()
A getter for the page's location. |
PVectorProperty |
getPosition()
A getter for the standard "Position" property. |
PVectorProperty |
getRotation()
A getter for the standard "Rotation" property. |
TextObjectGroup |
getTextRoot()
|
void |
render()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextPage(Book book,
TextPageRenderer t)
| Method Detail |
|---|
public TextObjectGroup getTextRoot()
public void render()
public PVectorProperty getPosition()
public PVectorProperty getRotation()
public processing.core.PVector getLocation()
getLocation in interface Locatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||