Uses of Class
overit.geocall.basic.ui.report.Report

Packages that use Report
Package
Description
 
  • Uses of Report in overit.geocall.basic.ui.report

    Methods in overit.geocall.basic.ui.report with parameters of type Report
    Modifier and Type
    Method
    Description
    final void
    PdfComponent.drawInside(Report r, float x, float y, float w, float h)
    Draw the component
    void
    PdfBox.drawInsideBack(Report r, float x, float y, float w, float h)
    Draw the inside area of the box, defining box's positioning, box's sizing and box's color fill.
    abstract void
    PdfComponent.drawInsideBack(Report r, float x, float y, float w, float h)
     
    void
    PdfBarcodeBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the effctive barcode bars
    void
    PdfBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the outside border of the box, defining borders's width and borders's color stroke.
    abstract void
    PdfComponent.drawInsideFront(Report r, float x, float y, float w, float h)
     
    void
    PdfGraphBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the graph inside the box of the pdf.
    void
    PdfImageBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the image insede the box.
    void
    PdfJFCPieBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the Pie graph inside the box of the report.
    void
    PdfJFCSerieBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the Serie graph inside the box of the report.
    void
    PdfSetBox.drawInsideFront(Report r, float x, float y, float w, float h)
    draw this component and all its descendants.
    void
    PdfTextBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the box with the text inside.
    void
    PdfUpTextBox.drawInsideFront(Report r, float x, float y, float w, float h)
    Draw the box with the text inside.
    protected void
    ReportPage.output(Report r, com.lowagie.text.Document d)