object
PdfDraw
Type Members
-
case class
DrawArc(center: DrawPoint, radius: Float, startAngle: Float, endAngle: Float) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawBorderColor(borderColor: RColor) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawCircle(center: DrawPoint, radius: Float) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawFill() extends PdfGraphicChuck with Product with Serializable
-
case class
DrawFillColor(borderColor: RColor) extends PdfGraphicChuck with Product with Serializable
-
-
case class
DrawLine(x1: Float, y1: Float, x2: Float, y2: Float, lineWidth: Float, color: RColor, lineDashType: Option[LineDashType]) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawMovePoint(x: Float, y: Float) extends PdfGraphicChuck with Product with Serializable
-
-
case class
DrawPieChart(pdfgenerator: PdfNativeGenerator, font: RFont, title: String, data: List[(String, Double)], x: Float, y: Float, width: Float, height: Float) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawPoint(x: Float, y: Float) extends Product with Serializable
-
case class
DrawRectangle(x: Float, y: Float, width: Float, height: Float) extends PdfGraphicChuck with Product with Serializable
-
case class
DrawStroke() extends PdfGraphicChuck with Product with Serializable
-
-
case class
PdfRectangle(x1: Long, y1: Long, x2: Long, y2: Long, radius: Float, borderColor: Option[RColor], fillColor: Option[RColor], patternColor: Option[PdfGPattern] = None) extends PdfGraphicChuck with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
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
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
roundRectangle(x1: Float, y1: Float, x2: Float, y2: Float, radius: Float): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any