class PdfNativeGenerator extends AnyRef
Created by marian on 4/1/17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PdfNativeGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PdfNativeGenerator(name: String, PAGE_WIDTH: Float, PAGE_HEIGHT: Float, pdfCompression: Boolean)
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
- def arc(center: DrawPoint, radius: Float, startAngle: Float, endAngle: Float): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axialShade(x1: Float, y1: Float, x2: Float, y2: Float, rectangle: DRectangle, from: RColor, to: RColor): Unit
- def circle(center: DrawPoint, radius: Float): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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
- 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
- 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
- Definition Classes
- AnyRef
- def newPage(): Unit
- def nextFontId(): String
- def nextId(): Long
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float, color: Option[RColor] = None, fillColor: Option[RColor] = None, paternColor: Option[PdfGPattern] = None): Unit
- def saveCurrentPage(): Unit
- def setExternalFont(externalFont: RFontFamily): Unit
- def startPdf(): Unit
- def stroke(): ListBuffer[PdfGraphicChuck]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def text(x: Float, y: Float, txt: RText): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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): Option[WrapBox]