PyA enum
Polyline attribute names definitions. See also POLYLINE_DEFAULT_ATTRIBUTES. The attribute values are Strings (possibly a String resulting from json encoded Map or List). You may pass any of these attributes to a Polyline constructor. The respective defaults attributes will be overridden.
Constants
- AXES_LEGENDTEXTS → const PyA
-
const PyA(1)
- AXES_SPECS → const PyA
-
const PyA(0)
- COMPRESSION_LENGTH → const PyA
-
const PyA(2)
- DRAW_OUTSIDE_Y_VIEWPORT → const PyA
-
const PyA(3)
- DRAW_SELECTION_ICON → const PyA
-
const PyA(4)
- INSETX → const PyA
-
const PyA(5)
- INSETY → const PyA
-
const PyA(6)
- LEGENDTEXT → const PyA
-
const PyA(9)
- LEGENDTEXT_2 → const PyA
-
const PyA(10)
- MARKER_FONTSIZE → const PyA
-
const PyA(8)
- MARKER_TEXT → const PyA
-
const PyA(7)
- OVERRIDE_IXFIRST → const PyA
-
const PyA(29)
- OVERRIDE_IXLAST → const PyA
-
const PyA(30)
- POINT_LIST → const PyA
-
const PyA(11)
- REFYMAX → const PyA
-
const PyA(12)
- ROTATE → const PyA
-
const PyA(13)
- SELECTION_ICON_OUTSIDE → const PyA
-
const PyA(15)
- SELECTION_ICON_WIDTH → const PyA
-
const PyA(14)
- SHOW_LEGEND → const PyA
-
const PyA(16)
- STROKE → const PyA
-
const PyA(17)
- STROKE_WIDTH → const PyA
-
const PyA(18)
- STROKE_WIDTH_HILITE → const PyA
-
const PyA(19)
-
values
→ const List<
PyA> -
A constant List of the values in this enum, in order of their declaration.
const List<
PyA> - XSCALE → const PyA
-
const PyA(20)
- XSHIFT → const PyA
-
const PyA(21)
- YIX1 → const PyA
-
const PyA(22)
- YPOSITION_ZERO → const PyA
-
const PyA(27)
- YPOSITION_ZERO_RESET → const PyA
-
const PyA(28)
- YSCALE → const PyA
-
const PyA(23)
- YSCALE2 → const PyA
-
const PyA(24)
- YSHIFT1 → const PyA
-
const PyA(25)
- YSHIFT2 → const PyA
-
const PyA(26)
Properties
- index → int
-
The integer index of this enum.
final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited