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 directDrawLine(x: Float, y: Float): Unit
  11. def directDrawMovePoint(x: Float, y: Float): Unit
  12. def directDrawRectangle(x: Float, y: Float, width: Float, height: Float): Unit
  13. def directFillStroke(fill: Boolean, stroke: Boolean): Unit
  14. def done(): Unit
  15. def drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
  16. def drawPieChart(font: RFont, title: String, data: List[(String, Double)], x: Float, y: Float, width: Float, height: Float): Unit
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getTextWidth(cell: ReportCell): List[Float]
  22. def getTextWidth(txt: ReportTxt): Float
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: ReportColor, lineDashType: Option[LineDashType]): Unit
  26. def linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
  27. def linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
  28. def md5(s: String): String
  29. def metaData(): (Long, Long)
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newPage(): Unit
  32. def nextFontId(): String
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. 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
  36. val renderReportTypes: RenderReportTypes
  37. def setExternalFont(externalFont: RFontFamily): Unit
  38. def startPdf(): Unit
  39. def stroke(): ListBuffer[PdfGraphicFragment]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def text(x: Float, y: Float, txt: ReportTxt): Unit
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  46. implicit val wordSeparators: List[Char]
  47. 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