Packages

class SVGRenderer extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVGRenderer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SVGRenderer(width: Double, height: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. def drawEllipse(cx: Double, cy: Double, width: Double, height: Double): String
  7. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): String
  8. def drawLinePath(x: Seq[Double], y: Seq[Double]): String
  9. def drawPolygon(pnts: Seq[(Double, Double)]): String
  10. def drawPolygon(xs: Seq[Double], ys: Seq[Double]): String
  11. def drawRectangle(x: Double, y: Double, width: Double, height: Double): String
  12. def drawText(s: String, x: Double, y: Double, align: Renderer.HorizontalAlign.Value, angle: Double): String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fillEllipse(cx: Double, cy: Double, width: Double, height: Double): String
  16. def fillPolygon(pnts: Seq[(Double, Double)]): String
  17. def fillPolygon(xs: Seq[Double], ys: Seq[Double]): String
  18. def fillRectangle(x: Double, y: Double, width: Double, height: Double): String
  19. def finish(): String
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def maxFontSize(strings: Seq[String], allowedWidth: Double, allowedHeight: Double, fd: FontData): Double
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def restore(): Unit
  28. def save(): Unit
  29. def setClip(bounds: Bounds): String
  30. def setColor(argb: Int): Unit
  31. def setFont(fd: FontData, size: Double): Unit
  32. def setStroke(stroke: StrokeData): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped