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. Protected

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped