This companion object of class Anchor
contains a number of standard anchors (TopLeft
, Center
, etc.) and a class for creating anchors in a custom location.
The object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
Members list
Type members
Classlikes
An anchor at a custom Pos.
An anchor at the middle of the bottom edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the middle of the bottom edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
- Supertypes
- Self type
-
BottomCenter.type
An anchor at the bottom left-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the bottom left-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
- Supertypes
- Self type
-
BottomLeft.type
An anchor at the bottom right-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the bottom right-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
- Supertypes
- Self type
-
BottomRight.type
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.*
.
An anchor at the middle of the left edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the middle of the left edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
- Supertypes
- Self type
-
CenterLeft.type
An anchor at the middle of the right edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the middle of the right edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
Attributes
- Supertypes
- Self type
-
CenterRight.type
An anchor at the middle of the top edge. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the top left-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.
An anchor at the top right-hand corner. This object has an alias in the top-level package o1, so it’s accessible to students simply via import o1.*
.