StrokeClosedPath

doodle.java2d.algebra.reified.Reified$.StrokeClosedPath
final case class StrokeClosedPath(transform: Transform, stroke: Stroke, elements: List[PathElement]) extends Reified

Attributes

Source:
Reified.scala
Graph
Supertypes
class Reified
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

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.

Attributes

Inherited from:
Reified
Source:
Reified.scala