DrawingTool enum
An enumeration of available drawing tools.
Constructors
- DrawingTool()
-
const
Values
- unknown → const DrawingTool
-
An unknown type.
- autoCompletePolygon → const DrawingTool
-
Auto complete polygon.
- circle → const DrawingTool
-
A circle.
- downArrow → const DrawingTool
-
A down arrow.
- ellipse → const DrawingTool
-
An ellipse.
- freeHand → const DrawingTool
-
A free hand.
- leftArrow → const DrawingTool
-
A left arrow.
- line → const DrawingTool
-
A line.
- none → const DrawingTool
-
None.
- point → const DrawingTool
-
A point.
- polygon → const DrawingTool
-
A polygon.
- rectangle → const DrawingTool
-
A rectangle.
- rightArrow → const DrawingTool
-
A right arrow.
- text → const DrawingTool
-
A text.
- triangle → const DrawingTool
-
A triangle.
- upArrow → const DrawingTool
-
An up arrow.
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<
DrawingTool> - A constant List of the values in this enum, in order of their declaration.