Path

org.nspl.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)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Shape
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields