object Center extends VCenter with HCenter with Product with Serializable
An anchor at the middle. This object has an alias in the top-level
package o1, so it’s accessible to students simply via import o1._
.
- Alphabetic
- By Inheritance
- Center
- HCenter
- VCenter
- Simple
- Serializable
- Product
- Equals
- Anchor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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.Returns the x coordinate of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s left edge.- Definition Classes
- HCenter → Anchor
- 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.Returns the y coordinate of the anchoring point within the given
Pic
or other anchorable object, relative to the object’s top edge.- Definition Classes
- VCenter → Anchor
- def productElementName(n: Int): String
- Definition Classes
- Product
- 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