AxisC enum
Represents the two cardinal directions in two dimensions.
Properties
- adjective → String
-
String representation of this axis as an adjective.
no setter
- dimension → String
-
String representation of this axis's dimension.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isHorizontal → bool
-
Whether this axis is horizontal.
no setter
- isVertical → bool
-
Whether this axis is vertical.
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - opposite → AxisC
-
Returns the opposite of the given
Axis
.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