Packages

class JVMSVGInterface extends Renderer

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

Instance Constructors

  1. new JVMSVGInterface(ps: PrintStream, 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): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  7. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  8. def drawLinePath(x: Seq[Double], y: Seq[Double]): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  9. def drawPolygon(pnts: Seq[(Double, Double)]): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  10. def drawPolygon(xs: Seq[Double], ys: Seq[Double]): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  11. def drawRectangle(x: Double, y: Double, width: Double, height: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  12. def drawRectangle(bounds: Bounds): Unit
    Definition Classes
    Renderer
  13. def drawRectangleC(cx: Double, cy: Double, width: Double, height: Double): Unit
    Definition Classes
    Renderer
  14. def drawRectangleP(x1: Double, y1: Double, x2: Double, y2: Double): Unit
    Definition Classes
    Renderer
  15. def drawText(s: String, x: Double, y: Double, align: Renderer.HorizontalAlign.Value, angle: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def fillEllipse(cx: Double, cy: Double, width: Double, height: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  19. def fillPolygon(pnts: Seq[(Double, Double)]): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  20. def fillPolygon(xs: Seq[Double], ys: Seq[Double]): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  21. def fillRectangle(x: Double, y: Double, width: Double, height: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  22. def fillRectangle(bounds: Bounds): Unit
    Definition Classes
    Renderer
  23. def fillRectangleC(cx: Double, cy: Double, width: Double, height: Double): Unit
    Definition Classes
    Renderer
  24. def fillRectangleP(x1: Double, y1: Double, x2: Double, y2: Double): Unit
    Definition Classes
    Renderer
  25. def finish(): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def maxFontSize(strings: Seq[String], allowedWidth: Double, allowedHeight: Double, fd: FontData): Double
    Definition Classes
    JVMSVGInterface → Renderer
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val rend: SVGRenderer
  34. def restore(): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  35. def save(): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  36. def setClip(bounds: Bounds): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  37. def setColor(argb: Int): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  38. def setFont(fd: FontData, size: Double): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  39. def setStroke(stroke: StrokeData): Unit
    Definition Classes
    JVMSVGInterface → Renderer
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. 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 Renderer

Inherited from AnyRef

Inherited from Any

Ungrouped