LabelLayout

class Object
trait Matchable
class Any

Value members

Concrete methods

def distance(r1: Bounds, r2: Bounds): Double
def intersection(p1: Point, p2: Point, p3: Point, p4: Point): Option[Point]
def line(r1: Bounds, r2: Bounds): Option[(Point, Point)]
def many(points: Seq[(Bounds, Bounds)]): Seq[(Bounds, Option[(Point, Point)])]
def one(point: Bounds, rectangle: Bounds, others: Seq[Bounds]): (Bounds, Bounds)