Uses of Class
com.rie.rieps.engine.Page

Packages that use Page
com.rie.rieps.engine   
com.rie.rieps.engine.factories   
 

Uses of Page in com.rie.rieps.engine
 

Methods in com.rie.rieps.engine that return Page
 Page Document.createPage()
           
 

Methods in com.rie.rieps.engine with parameters of type Page
 void Document.showPage(Page page)
          Send a complete page to the outputStream.
 

Uses of Page in com.rie.rieps.engine.factories
 

Methods in com.rie.rieps.engine.factories with parameters of type Page
 void PSFactory.drawEllipse(Page page, float x, float y, float width, float height, float rotate, boolean border, boolean fill)
           
 void Factory.drawEllipse(Page page, float x, float y, float width, float height, float rotate, boolean border, boolean fill)
           
 void PSFactory.drawFrame(Page page, Frame frm)
           
 void Factory.drawFrame(Page page, Frame frm)
           
 void PSFactory.drawImage(Page page, float x, float y, Image img, float width, float height)
           
 void Factory.drawImage(Page page, float x, float y, Image img, float width, float height)
           
 void PSFactory.drawLine(Page page, float x1, float y1, float weight, float height)
           
 void Factory.drawLine(Page page, float x1, float y1, float weight, float height)
           
 void PSFactory.drawRect(Page page, float x, float y, float width, float height, float rotate, float radius, boolean border, boolean fill)
           
 void Factory.drawRect(Page page, float x, float y, float width, float height, float rotate, float radius, boolean border, boolean fill)
           
 java.lang.StringBuffer PSFactory.showPage(Page page, int pageNumber, int totalPageNumber)
           
 java.lang.StringBuffer Factory.showPage(Page page, int pageNumber, int totalPageNumber)
           
 void PSFactory.showText(Page page, float x, float y, float weight, float height, java.lang.String txt, TextParameter tp)
           
 void Factory.showText(Page page, float x, float y, float weight, float height, java.lang.String txt, TextParameter tp)