Packages

c

doodle.svg.effect

SvgGraphicsContext

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
Serializable, Serializable, Product, Equals, GraphicsContext[ListBuffer[TypedTag[Builder, Output, FragT]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgGraphicsContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GraphicsContext
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SvgGraphicsContext(bundle: Bundle[Builder, Output, FragT])

Type Members

  1. type Context = ListBuffer[TypedTag[Builder, Output, FragT]]

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. val bundle: Bundle[Builder, Output, FragT]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def fillCircle(gc: Context)(transform: Transform, fill: Fill, diameter: Double): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  9. def fillClosedPath(gc: Context)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  10. def fillOpenPath(gc: Context)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  11. def fillPolygon(gc: Context)(transform: Transform, fill: Fill, points: Array[Point]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  12. def fillRect(gc: Context)(transform: Transform, fill: Fill, width: Double, height: Double): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def strokeCircle(gc: Context)(transform: Transform, stroke: Stroke, diameter: Double): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  19. def strokeClosedPath(gc: Context)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  20. def strokeOpenPath(gc: Context)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  21. def strokePolygon(gc: Context)(transform: Transform, stroke: Stroke, points: Array[Point]): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  22. def strokeRect(gc: Context)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
    Definition Classes
    SvgGraphicsContext → GraphicsContext
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GraphicsContext[ListBuffer[TypedTag[Builder, Output, FragT]]]

Inherited from AnyRef

Inherited from Any

Ungrouped