final case class SvgGraphicsContext[Builder, Output <: FragT, FragT](bundle: Bundle[Builder, Output, FragT]) extends GraphicsContext[ListBuffer[TypedTag[Builder, Output, FragT]]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SvgGraphicsContext
- Serializable
- Serializable
- Product
- Equals
- GraphicsContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SvgGraphicsContext(bundle: Bundle[Builder, Output, FragT])
Type Members
- type Context = ListBuffer[TypedTag[Builder, Output, FragT]]
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
- val bundle: Bundle[Builder, Output, FragT]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fillCircle(gc: Context)(transform: Transform, fill: Fill, diameter: Double): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
fillClosedPath(gc: Context)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
fillOpenPath(gc: Context)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
fillPolygon(gc: Context)(transform: Transform, fill: Fill, points: Array[Point]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
fillRect(gc: Context)(transform: Transform, fill: Fill, width: Double, height: Double): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
strokeCircle(gc: Context)(transform: Transform, stroke: Stroke, diameter: Double): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
strokeClosedPath(gc: Context)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
strokeOpenPath(gc: Context)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
strokePolygon(gc: Context)(transform: Transform, stroke: Stroke, points: Array[Point]): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
def
strokeRect(gc: Context)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
- Definition Classes
- SvgGraphicsContext → GraphicsContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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( ... )