class SVGRenderer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SVGRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SVGRenderer(width: Double, height: Double)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def drawEllipse(cx: Double, cy: Double, width: Double, height: Double): String
- def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): String
- def drawLinePath(x: Seq[Double], y: Seq[Double]): String
- def drawPolygon(pnts: Seq[(Double, Double)]): String
- def drawPolygon(xs: Seq[Double], ys: Seq[Double]): String
- def drawRectangle(x: Double, y: Double, width: Double, height: Double): String
- def drawText(s: String, x: Double, y: Double, align: Renderer.HorizontalAlign.Value, angle: Double): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fillEllipse(cx: Double, cy: Double, width: Double, height: Double): String
- def fillPolygon(pnts: Seq[(Double, Double)]): String
- def fillPolygon(xs: Seq[Double], ys: Seq[Double]): String
- def fillRectangle(x: Double, y: Double, width: Double, height: Double): String
- def finish(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maxFontSize(strings: Seq[String], allowedWidth: Double, allowedHeight: Double, fd: FontData): Double
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def restore(): Unit
- def save(): Unit
- def setClip(bounds: Bounds): String
- def setColor(argb: Int): Unit
- def setFont(fd: FontData, size: Double): Unit
- def setStroke(stroke: StrokeData): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )