com.java4less.rreport
Class DHTMLLayer

java.lang.Object
  |
  +--com.java4less.rreport.DHTMLLayer

public class DHTMLLayer
extends java.lang.Object

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)
          creates a DHTML layer.
 
Method Summary
 java.lang.String getOutput()
          get DHTML code for current page
 void newPage()
          initializes a new 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

DHTMLLayer

public DHTMLLayer(int w,
                  int h)
creates a DHTML layer. W and H are the page size in pixels.
Method Detail

newPage

public void newPage()
initializes a new page

getOutput

public java.lang.String getOutput()
get DHTML code for current page

print

public void print(RObject o,
                  double x,
                  double y,
                  java.lang.Object Value)
add DHTML code for the RObject "o" at posisiotn x and y.