case class Absolute(deltaFromTopLeft: Pos) extends Anchor with Simple with Product with Serializable
An anchor at a custom Pos.
- deltaFromTopLeft
the Pos of the anchor within the anchored object, relative to the object’s top left-hand corner
- Alphabetic
- By Inheritance
- Absolute
- Simple
- Serializable
- Product
- Equals
- Anchor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- def internalPosWithin(anchored: HasAnchor): Pos
Returns the Pos of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s top left-hand corner. - def internalXWithin(anchored: HasAnchor): Double
Returns the x coordinate of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s left edge. - def internalYWithin(anchored: HasAnchor): Double
Returns the y coordinate of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s top edge. - def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toAbsoluteWithin(anchored: HasAnchor): Absolute
Returns an absolute anchor the Pos of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s top left-hand corner.Returns an absolute anchor the Pos of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s top left-hand corner.- Definition Classes
- Anchor
- def toString: String
Returns a
String
description of the absolute anchor.Returns a
String
description of the absolute anchor.- Definition Classes
- Absolute → AnyRef → Any