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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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(x1: Float, y1: Float, x2: Float, y2: 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getTextWidth(cell: ReportCell): List[Float]
  27. def getTextWidth(txt: ReportTxt): Float
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: ReportColor, lineDashType: Option[LineDashType]): Unit
  31. def linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
  32. def linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
  33. def md5(s: String): String
  34. def metaData(): (Long, Long)
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newPage(): Unit
  37. def nextFontId(): String
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. implicit val persistenceUtil: PersistenceUtil
  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. def setExternalFont(externalFont: RFontFamily): Unit
  43. def startPdf(): Unit
  44. def stroke(): ListBuffer[PdfGraphicFragment]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def text(x: Float, y: Float, txt: ReportTxt): Unit
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. implicit val wordSeparators: List[Char]
  52. 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