class
PdfNativeRender extends PdfUtil
Instance Constructors
-
new
PdfNativeRender()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
close(): Unit
-
def
convertY(y: Float): Float
-
def
drawBarChart(title: String, xLabel: String, yLabel: String, data: List[(Double, String, String)], x0: Float, y0: Float, width: Float, height: Float): Unit
-
def
drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
-
def
drawPieChart(font: RFont, title: String, data: List[(String, Double)], x0: Float, y0: Float, width: Float, height: Float): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
line(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: RColor, lineDashType: Option[LineDashType]): Unit
-
def
linkToPage(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
-
def
linkToUrl(boundaryRect: BoundaryRect, url: String): Unit
-
var
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newPage(): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
open(name: String, orientation: report.reportTypes.ReportPageOrientation.Value, pdfCompression: Boolean): Unit
-
def
pgSize: Rectangle
-
def
rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[RColor], fillColor: Option[RColor]): Unit
-
def
setExternalFont(externalFont: RFontFamily): Unit
-
def
setPagesNumber(pgNbr: Long): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
text(txt: RText, x1: Float, y1: Float, x2: Float, y2: Float): Unit
-
def
textAlignedAtPosition(txt: RText, x: Float, y: Float, index: Int): Unit
-
def
toString(): String
-
def
verticalShade(rectangle: DRectangle, from: RColor, to: RColor): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrap(txtList: List[RText], x0: Float, y0: Float, x1: Float, y1: Float, wrapAlign: report.WrapAlign.Value, simulate: Boolean, startY: Option[Float], lineHeight: Float = 0): Option[WrapBox]
Inherited from PdfUtil
Inherited from AnyRef
Inherited from Any
Created by marian on 4/1/17.