home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / tvbrowser / TvBrowser_1.0.exe / plugins / PrintPlugin.jar / printplugin / PageRenderer.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-09-19  |  186 b   |  6 lines

  1. package printplugin;
  2.  
  3. public interface PageRenderer {
  4.    Page[] createPages(PageModel var1);
  5. }
  6.