ShapeType enum
Values
- square → const ShapeType
-
const ShapeType(r'SQUARE')
- ellipse → const ShapeType
-
const ShapeType(r'ELLIPSE')
- roundedRectangle → const ShapeType
-
const ShapeType(r'ROUNDED_RECTANGLE')
- diamond → const ShapeType
-
const ShapeType(r'DIAMOND')
- triangleUp → const ShapeType
-
const ShapeType(r'TRIANGLE_UP')
- triangleDown → const ShapeType
-
const ShapeType(r'TRIANGLE_DOWN')
- parallelogramRight → const ShapeType
-
const ShapeType(r'PARALLELOGRAM_RIGHT')
- parallelogramLeft → const ShapeType
-
const ShapeType(r'PARALLELOGRAM_LEFT')
- engDatabase → const ShapeType
-
const ShapeType(r'ENG_DATABASE')
- engQueue → const ShapeType
-
const ShapeType(r'ENG_QUEUE')
- engFile → const ShapeType
-
const ShapeType(r'ENG_FILE')
- engFolder → const ShapeType
-
const ShapeType(r'ENG_FOLDER')
- trapezoid → const ShapeType
-
const ShapeType(r'TRAPEZOID')
- predefinedProcess → const ShapeType
-
const ShapeType(r'PREDEFINED_PROCESS')
- shield → const ShapeType
-
const ShapeType(r'SHIELD')
- documentSingle → const ShapeType
-
const ShapeType(r'DOCUMENT_SINGLE')
- documentMultiple → const ShapeType
-
const ShapeType(r'DOCUMENT_MULTIPLE')
- manualInput → const ShapeType
-
const ShapeType(r'MANUAL_INPUT')
- hexagon → const ShapeType
-
const ShapeType(r'HEXAGON')
- chevron → const ShapeType
-
const ShapeType(r'CHEVRON')
- pentagon → const ShapeType
-
const ShapeType(r'PENTAGON')
- octagon → const ShapeType
-
const ShapeType(r'OCTAGON')
- star → const ShapeType
-
const ShapeType(r'STAR')
- plus → const ShapeType
-
const ShapeType(r'PLUS')
- arrowLeft → const ShapeType
-
const ShapeType(r'ARROW_LEFT')
- arrowRight → const ShapeType
-
const ShapeType(r'ARROW_RIGHT')
- summingJunction → const ShapeType
-
const ShapeType(r'SUMMING_JUNCTION')
- or → const ShapeType
-
const ShapeType(r'OR')
- speechBubble → const ShapeType
-
const ShapeType(r'SPEECH_BUBBLE')
- internalStorage → const ShapeType
-
const ShapeType(r'INTERNAL_STORAGE')
Properties
- 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
- value → String
-
final
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