class
PdfNativeGenerator extends AnyRef
Instance Constructors
-
new
PdfNativeGenerator(name: String, PAGE_WIDTH: Float, PAGE_HEIGHT: Float, pdfCompression: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
arc(center: DrawPoint, radius: Float, startAngle: Float, endAngle: Float): Unit
-
final
def
asInstanceOf[T0]: T0
-
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
-
def
close(): Unit
-
def
done(): 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)], x: Float, y: 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: 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
-
def
newPage(): Unit
-
def
nextFontId(): String
-
def
nextId(): Long
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
def
saveCurrentPage(): Unit
-
def
setExternalFont(externalFont: RFontFamily): Unit
-
def
startPdf(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
text(x: Float, y: Float, txt: ReportTxt): Unit
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
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
Created by marian on 4/1/17.