Line

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

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