|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rreport.TextLayer
implementation of the ExportLayer used to create Text output
Field Summary | |
int |
cols
number of columns in page |
char |
emptyCharacter
character used for empty possitions |
int |
rows
number of rows in page |
Constructor Summary | |
TextLayer(double w,
double h)
constructor, requires the page size in CM |
Method Summary | |
void |
close()
close Document |
java.lang.String |
getName()
get name of this layer |
java.util.Vector |
getOutput()
returns pages |
void |
newPage()
create a new page |
void |
print(RObject o,
double x,
double y,
java.lang.Object Value)
add object to the text Document at the given position. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int cols
public int rows
public char emptyCharacter
Constructor Detail |
public TextLayer(double w, double h)
Method Detail |
public java.lang.String getName()
getName
in interface ExportLayer
public void newPage() throws java.lang.Exception
newPage
in interface ExportLayer
public void close()
close
in interface ExportLayer
public void print(RObject o, double x, double y, java.lang.Object Value)
print
in interface ExportLayer
public java.util.Vector getOutput()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |