StrokeCircle

final case
class StrokeCircle(transform: Transform, stroke: Stroke, diameter: Double) extends Reified
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def render[A](gc: A, finalTransform: Transform)(implicit ctx: GraphicsContext[A]): Unit

finalTransform gives an transform applied after any other reified transform. Usually this is a transform from logical to screen coordinates.

finalTransform gives an transform applied after any other reified transform. Usually this is a transform from logical to screen coordinates.

Inherited from
Reified