|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.targets.pageable.output.PlainTextPage.TextDataChunk
A data carrier to collect and store text data for the output.
| Constructor Summary | |
protected |
PlainTextPage.TextDataChunk(java.lang.String text,
FontDefinition font,
int x,
int y,
int w)
Creates a new text data chunk. |
| Method Summary | |
FontDefinition |
getFont()
Gets the font definition used to define the text style. |
java.lang.String |
getText()
Gets the text stored in this chunk. |
int |
getWidth()
Gets the width of the text, the number of character which should be printed. |
int |
getX()
The column of the text start. |
int |
getY()
Gets the row where to print the text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected PlainTextPage.TextDataChunk(java.lang.String text,
FontDefinition font,
int x,
int y,
int w)
text - the text that should be printedfont - the font style for the textx - the column where the text startsy - the row of the textw - the number of characters of the text that should be printed.| Method Detail |
public java.lang.String getText()
public FontDefinition getFont()
public int getX()
public int getY()
public int getWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||