class RenderReport extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RenderReport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RenderReport(name: String, PAGE_WIDTH: Float, PAGE_HEIGHT: Float, persistenceFactory: PersistenceFactory, pdfCompression: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arc(center: DrawPoint, radius: Float, startAngle: Float, endAngle: Float): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axialShade(x1: Float, y1: Float, x2: Float, y2: Float, rectangle: DRectangle, from: ReportColor, to: ReportColor): Unit
- def circle(center: DrawPoint, radius: Float): Unit
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- def directDraw(code: String): Unit
- def directDrawArc(x: Float, y: Float, radius: Float, startAngle: Float, endAngle: Float): Unit
- def directDrawCircle(x: Float, y: Float, radius: Float): Unit
- def directDrawClosePath(): Unit
- def directDrawFill(reportColor: ReportColor): Unit
- def directDrawLine(x: Float, y: Float): Unit
- def directDrawMovePoint(x: Float, y: Float): Unit
- def directDrawRectangle(x1: Float, y1: Float, x2: Float, y2: Float): Unit
- def directDrawStroke(reportColor: ReportColor): Unit
- def directFillStroke(fill: Boolean, stroke: Boolean): Unit
- def done(): Unit
- def drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTextWidth(cell: ReportCell): List[Float]
- def getTextWidth(txt: ReportTxt): Float
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: ReportColor, lineDashType: Option[LineDashType]): Unit
- def linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
- def linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
- def md5(s: String): String
- def metaData(): (Long, Long)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newPage(): Unit
- def nextFontId(): String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val persistenceUtil: PersistenceUtil
- 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
- def setExternalFont(externalFont: RFontFamily): Unit
- def startPdf(): Unit
- def stroke(): ListBuffer[PdfGraphicFragment]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text(x: Float, y: Float, txt: ReportTxt): Unit
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit val wordSeparators: List[Char]
- def wrap(txtList: List[ReportTxt], x0: Float, y0: Float, x1: Float, y1: Float, wrapAlign: report.WrapAlign.Value, simulate: Boolean, lineHeight: Float): Option[WrapBox]