DrawingTool enum
An enumeration of available drawing tools.
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
- coreValue → RT_DrawingTool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.