AlignPoints

semagrams.layout.AlignPoints
case class AlignPoints(windowPoint: BoxPos, boxPoint: BoxPos) extends BoxPosition

An implementation of BoxPosition that works by matching up the two points in the window and the box given by windowPoint and boxPoint

Attributes

boxPoint

the point relative to the box to align to

windowPoint

the point relative to the window to align to

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

Members list

Concise view

Value members

Concrete methods

def computePosition(windowDims: Complex, boxDims: Complex): Complex

Attributes

See also:

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product