ViewAnnotationAnchor enum
Enum describing how to place view annotation relatively to geometry.
Values
- TOP → const ViewAnnotationAnchor
-
The top of the view annotation is placed closest to the geometry.
- LEFT → const ViewAnnotationAnchor
-
The left side of the view annotation is placed closest to the geometry.
- BOTTOM → const ViewAnnotationAnchor
-
The bottom of the view annotation is placed closest to the geometry.
- RIGHT → const ViewAnnotationAnchor
-
The right side of the view annotation is placed closest to the geometry.
- TOP_LEFT → const ViewAnnotationAnchor
-
The top-left corner of the view annotation is placed closest to the geometry.
- BOTTOM_RIGHT → const ViewAnnotationAnchor
-
The bottom-right corner of the view annotation is placed closest to the geometry.
- TOP_RIGHT → const ViewAnnotationAnchor
-
The top-right corner of the view annotation is placed closest to the geometry.
- BOTTOM_LEFT → const ViewAnnotationAnchor
-
The bottom-left corner of the view annotation is placed closest to the geometry.
- CENTER → const ViewAnnotationAnchor
-
The center of the view annotation is placed closest to the geometry.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ViewAnnotationAnchor> - A constant List of the values in this enum, in order of their declaration.