doodle.algebra.generic.DrawingContext
See theDrawingContext companion object
final case class DrawingContext(blendMode: BlendMode, strokeColor: Color, strokeWidth: Option[Double], strokeCap: Cap, strokeJoin: Join, strokeDash: Option[Array[Float]], fill: Option[Fill], font: Font)
Stores state about the current drawing style.
Attributes
- Companion
- object
- Source
- DrawingContext.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
Attributes
- Source
- DrawingContext.scala
In this article