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(30)
OVERRIDE_IXLAST → const PyA
const PyA(31)
POINT_LIST → const PyA
const PyA(11)
POINT_LIST_STROKE → const PyA
const PyA(12)
REFYMAX → const PyA
const PyA(13)
ROTATE → const PyA
const PyA(14)
SELECTION_ICON_OUTSIDE → const PyA
const PyA(16)
SELECTION_ICON_WIDTH → const PyA
const PyA(15)
SHOW_LEGEND → const PyA
const PyA(17)
STROKE → const PyA
const PyA(18)
STROKE_WIDTH → const PyA
const PyA(19)
STROKE_WIDTH_HILITE → const PyA
const PyA(20)
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(21)
XSHIFT → const PyA
const PyA(22)
YIX1 → const PyA
const PyA(23)
YPOSITION_ZERO → const PyA
const PyA(28)
YPOSITION_ZERO_RESET → const PyA
const PyA(29)
YSCALE → const PyA
const PyA(24)
YSCALE2 → const PyA
const PyA(25)
YSHIFT1 → const PyA
const PyA(26)
YSHIFT2 → const PyA
const PyA(27)

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