Uses of Class
org.jclarion.clarion.ClarionReport

Packages that use ClarionReport
org.jclarion.clarion   
org.jclarion.clarion.control   
org.jclarion.clarion.print   
 

Uses of ClarionReport in org.jclarion.clarion
 

Methods in org.jclarion.clarion that return ClarionReport
 ClarionReport ClarionReport.getReport()
           
 ClarionReport ClarionReport.setAt(java.lang.Integer x, java.lang.Integer y, java.lang.Integer width, java.lang.Integer height)
          Set page positioning and size
 ClarionReport ClarionReport.setFont(java.lang.String typeface, java.lang.Integer size, java.lang.Integer color, java.lang.Integer style, java.lang.Integer charset)
          Set default font
 ClarionReport ClarionReport.setLandscape()
          Set landscape printing
 ClarionReport ClarionReport.setMM()
          Set dimensions - thousanths of an inch
 ClarionReport ClarionReport.setPaper(java.lang.Integer type, java.lang.Integer width, java.lang.Integer height)
          Set paper type
 ClarionReport ClarionReport.setPreview(ClarionQueue queue)
          Set buffer we want to write preview results (in .wmf format) into.
 ClarionReport ClarionReport.setText(java.lang.String text)
          Set report title - i.e what ends up in report job spool
 ClarionReport ClarionReport.setThous()
          Set dimensions - thousanths of an inch
 

Uses of ClarionReport in org.jclarion.clarion.control
 

Methods in org.jclarion.clarion.control that return ClarionReport
 ClarionReport AbstractReportControl.getReport()
           
 ClarionReport ReportComponent.getReport()
           
 

Uses of ClarionReport in org.jclarion.clarion.print
 

Methods in org.jclarion.clarion.print that return ClarionReport
 ClarionReport OpenReport.getReport()
           
 

Methods in org.jclarion.clarion.print with parameters of type ClarionReport
static void PDFFile.save(ClarionReport r, java.lang.String out)
           
 

Constructors in org.jclarion.clarion.print with parameters of type ClarionReport
OpenReport(ClarionReport report)
           
PDFFile(ClarionReport r)
           
 



Copyright © 2010. All Rights Reserved.