|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rreport.DHTMLLayer
this class is used by RReport for exporting to DHTML. RReport calls the print() method in order to create the DHTML code for all objects in the report.
Constructor Summary | |
DHTMLLayer(int w,
int h,
java.lang.String pTitle)
creates a DHTML layer. |
Method Summary | |
void |
close()
close Document |
java.lang.String |
getHTML()
Returns the HTML version of the report if HTMLPages is deactivated. |
java.lang.String |
getHTMLPage(int p)
returns a page of the HTML version of the report. |
java.lang.String |
getName()
get name of this layer |
java.lang.String |
getOutput()
get DHTML code for current page |
void |
newPage()
create new output page |
void |
print(RObject o,
double x,
double y,
java.lang.Object Value)
add DHTML code for the RObject "o" at posisiotn x and y. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DHTMLLayer(int w, int h, java.lang.String pTitle)
Method Detail |
public java.lang.String getName()
getName
in interface ExportLayer
public void close()
close
in interface ExportLayer
public java.lang.String getHTML()
public java.lang.String getHTMLPage(int p)
public void newPage()
newPage
in interface ExportLayer
public java.lang.String getOutput()
public void print(RObject o, double x, double y, java.lang.Object Value)
print
in interface ExportLayer
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |