class PdfNativeRender extends PdfUtil
Created by marian on 4/1/17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PdfNativeRender
- PdfUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PdfNativeRender()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
- 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
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
drawImage(file: String, x: Float, y: Float, width: Float, height: Float, opacity: Float): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
drawPieChart(font: RFont, title: String, data: List[(String, Double)], x0: Float, y0: Float, width: Float, height: Float): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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: RColor, lineDashType: Option[LineDashType]): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
link(boundaryRect: BoundaryRect, pageNbr: Long, left: Int, top: Int): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
var
name: String
- Definition Classes
- PdfUtil
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newPage(): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
open(name: String, orientation: report.reportTypes.ReportPageOrientation.Value, pdfCompression: Boolean): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
pgSize: Rectangle
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[RColor], fillColor: Option[RColor]): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
setExternalFont(externalFont: RFontFamily): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
setPagesNumber(pgNbr: Long): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
text(txt: RText, x1: Float, y1: Float, x2: Float, y2: Float): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
textAlignedAtPosition(txt: RText, x: Float, y: Float, index: Int): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
verticalShade(rectangle: DRectangle, from: RColor, to: RColor): Unit
- Definition Classes
- PdfNativeRender → PdfUtil
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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]
- Definition Classes
- PdfNativeRender → PdfUtil