|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.PlaintextDataChunk
public class PlaintextDataChunk
A data carrier to collect and store text data for the output.
Method Summary | |
---|---|
String |
getFont()
|
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. |
boolean |
isBold()
|
boolean |
isItalic()
|
boolean |
isStrikethrough()
|
boolean |
isUnderline()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isUnderline()
public boolean isStrikethrough()
public String getText()
public boolean isBold()
public boolean isItalic()
public String 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 |