Packages

c

swiftvis2.plotting.renderer

ReactRendererElementMaker

class ReactRendererElementMaker extends AnyRef

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

Instance Constructors

  1. new ReactRendererElementMaker()

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(centerx: Double, centery: Double, width: Double, height: Double): ReactElement
  7. def drawLine(lx1: Double, ly1: Double, lx2: Double, ly2: Double): ReactElement
  8. def drawLinePath(x: Seq[Double], y: Seq[Double]): ReactElement
  9. def drawPolygon(pnts: Seq[(Double, Double)]): ReactElement
  10. def drawPolygon(xs: Seq[Double], ys: Seq[Double]): ReactElement
  11. def drawRectangle(xpos: Double, ypos: Double, rwidth: Double, rheight: Double): ReactElement
  12. def drawText(s: String, px: Double, py: Double, align: Renderer.HorizontalAlign.Value, angle: Double): ReactElement
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fillEllipse(centerx: Double, centery: Double, width: Double, height: Double): ReactElement
  16. def fillPolygon(pnts: Seq[(Double, Double)]): ReactElement
  17. def fillPolygon(xs: Seq[Double], ys: Seq[Double]): ReactElement
  18. def fillRectangle(xpos: Double, ypos: Double, rwidth: Double, rheight: Double): ReactElement
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def maxFontSize(strings: Seq[String], allowedWidth: Double, allowedHeight: Double, fd: FontData): Double
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def restore(): Unit
  27. def save(): Unit
  28. def setClip(bounds: Bounds): ReactElement
  29. def setColor(argb: Int): Unit
  30. def setFont(fd: FontData, size: Double): Unit
  31. def setStroke(stroke: StrokeData): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. 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