Line

case class Line(x1: Double, y1: Double, x2: Double, y2: Double, tx: AffineTransform) extends Shape

Describes a line segment with the two end points

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