Path

case class Path(path: Seq[PathOperation], currentTransform: AffineTransform) extends Shape

A shape built up by a path

A path is a sequence of of path operations:

  • move to point
  • line to point (from last point)
  • quadratic to (from last point)
  • cubic to (from last point)
trait Serializable
trait Product
trait Equals
trait Shape
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields