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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.