|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
classes used to export reports to external formats (PDF, DHTML ...) must implement this interface
Method Summary | |
void |
close()
close Document |
java.lang.String |
getName()
get name of this layer |
void |
newPage()
create a new page |
void |
print(RObject o,
double x,
double y,
java.lang.Object Value)
add object to the Document at the given position (in pixels). |
Method Detail |
public void newPage() throws java.lang.Exception
public void close()
public java.lang.String getName()
public void print(RObject o, double x, double y, java.lang.Object Value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |