BoxPos

semagrams.layout.BoxPos
case class BoxPos(point: Complex, offset: Complex)

A reference to a point in coordinates relative to a box

Attributes

offset

An offset in absolute coordinates from point

point

A point in the coordinate scale where 0+0i is the top left corner of the box, and 1+1i is the bottom right.

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

Members list

Concise view

Value members

Concrete methods

Given a description of a box, compute the actual coordinates of this

Given a description of a box, compute the actual coordinates of this

Attributes

bd

the description of the box

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product