c

com.sysalto.render

PdfNativeRender

class PdfNativeRender extends PdfUtil

Created by marian on 4/1/17.

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

Instance Constructors

  1. new PdfNativeRender()

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. lazy val PAGE_HEIGHT: Int
  5. lazy val PAGE_WIDTH: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  9. def convertY(y: Float): Float
  10. def drawBarChart(title: String, xLabel: String, yLabel: String, data: List[(Double, String, String)], x0: Float, y0: Float, width: Float, height: Float): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  11. def drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  12. def drawPieChart(title: String, data: List[(String, Double)], x0: Float, y0: Float, width: Float, height: Float): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  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
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: RColor, lineDashType: Option[LineDashType]): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  20. var name: String
    Definition Classes
    PdfUtil
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def newPage(): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def open(name: String, orientation: report.reportTypes.ReportPageOrientation.Value): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  26. var orientation: report.reportTypes.ReportPageOrientation.Value
  27. var pdfNativeGenerator: PdfNativeGenerator
  28. def pgSize: Rectangle
    Definition Classes
    PdfNativeRender → PdfUtil
  29. def rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[RColor], fillColor: Option[RColor]): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  30. def setFontSize(size: Int): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  31. def setPagesNumber(pgNbr: Long): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def text(txt: RText, x1: Float, y1: Float, x2: Float, y2: Float): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  34. def textAlignedAtPosition(txt: RText, x: Float, y: Float, index: Int): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def verticalShade(rectangle: DRectangle, from: RColor, to: RColor): Unit
    Definition Classes
    PdfNativeRender → PdfUtil
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wrap(txtList: List[RText], x0: Float, y0: Float, x1: Float, y1: Float, wrapOption: report.WrapOptions.Value, wrapAllign: report.WrapAllign.Value, simulate: Boolean, startY: Option[Float], lineHeight: Float = 0): Option[WrapBox]
    Definition Classes
    PdfNativeRender → PdfUtil

Inherited from PdfUtil

Inherited from AnyRef

Inherited from Any

Ungrouped