class PdfNativeGenerator extends AnyRef

Created by marian on 4/1/17.

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

Instance Constructors

  1. new PdfNativeGenerator(name: String, PAGE_WIDTH: Float, PAGE_HEIGHT: Float, 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 done(): Unit
  11. def drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
  12. def drawPieChart(font: RFont, title: String, data: List[(String, Double)], x: Float, y: Float, width: Float, height: Float): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: ReportColor, lineDashType: Option[LineDashType]): Unit
  20. def linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
  21. def linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
  22. def md5(s: String): String
  23. def metaData(): (Long, Long)
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newPage(): Unit
  26. def nextFontId(): String
  27. def nextId(): Long
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[ReportColor] = None, fillColor: Option[ReportColor] = None, paternColor: Option[PdfGPattern] = None): Unit
  31. def saveCurrentPage(): Unit
  32. def setExternalFont(externalFont: RFontFamily): Unit
  33. def startPdf(): Unit
  34. def stroke(): ListBuffer[PdfGraphicChuck]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def text(x: Float, y: Float, txt: ReportTxt): Unit
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def wrap(txtList: List[ReportTxt], x0: Float, y0: Float, x1: Float, y1: Float, wrapAlign: report.WrapAlign.Value, simulate: Boolean, startY: Option[Float], lineHeight: Float): Option[WrapBox]

Inherited from AnyRef

Inherited from Any

Ungrouped