SimplePath
org.nspl.SimplePath
case class SimplePath(ps: Seq[Point], currentTransform: AffineTransform) extends Shape
Path without curves. Points are joined by line segments.
Attributes
- Graph
-
- Supertypes
Members list
In this article