Packages

class RenderReport extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderReport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RenderReport(name: String, PAGE_WIDTH: Float, PAGE_HEIGHT: Float, persistenceFactory: PersistenceFactory, pdfCompression: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arc(center: DrawPoint, radius: Float, startAngle: Float, endAngle: Float): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def axialShade(x1: Float, y1: Float, x2: Float, y2: Float, rectangle: DRectangle, from: ReportColor, to: ReportColor): Unit
  7. def circle(center: DrawPoint, radius: Float): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def close(): Unit
  10. def directDraw(code: String): Unit
  11. def directDrawArc(x: Float, y: Float, radius: Float, startAngle: Float, endAngle: Float): Unit
  12. def directDrawCircle(x: Float, y: Float, radius: Float): Unit
  13. def directDrawClosePath(): Unit
  14. def directDrawFill(reportColor: ReportColor): Unit
  15. def directDrawLine(x: Float, y: Float): Unit
  16. def directDrawMovePoint(x: Float, y: Float): Unit
  17. def directDrawRectangle(x: Float, y: Float, width: Float, height: Float): Unit
  18. def directDrawStroke(reportColor: ReportColor): Unit
  19. def directFillStroke(fill: Boolean, stroke: Boolean): Unit
  20. def done(): Unit
  21. def drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
  22. def drawPieChart(font: RFont, title: String, data: List[(String, Double)], x: Float, y: Float, width: Float, height: Float): Unit
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def getTextWidth(cell: ReportCell): List[Float]
  28. def getTextWidth(txt: ReportTxt): Float
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: ReportColor, lineDashType: Option[LineDashType]): Unit
  32. def linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
  33. def linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
  34. def md5(s: String): String
  35. def metaData(): (Long, Long)
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def newPage(): Unit
  38. def nextFontId(): String
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[ReportColor] = None, fillColor: Option[ReportColor] = None, idPaternColor: Option[Long] = None): Unit
  42. val renderReportTypes: RenderReportTypes
  43. def setExternalFont(externalFont: RFontFamily): Unit
  44. def startPdf(): Unit
  45. def stroke(): ListBuffer[PdfGraphicFragment]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def text(x: Float, y: Float, txt: ReportTxt): Unit
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. implicit val wordSeparators: List[Char]
  53. def wrap(txtList: List[ReportTxt], x0: Float, y0: Float, x1: Float, y1: Float, wrapAlign: report.WrapAlign.Value, simulate: Boolean, lineHeight: Float): Option[WrapBox]

Inherited from AnyRef

Inherited from Any

Ungrouped