PointRendererElement<D> class

Constructors

PointRendererElement({DatumPoint<D>? point, int? index, Color? color, Color? fillColor, double? measureAxisPosition, required double radiusPx, required double boundsLineRadiusPx, required double strokeWidthPx, String? symbolRendererId})

Properties

boundsLineRadiusPx double
getter/setter pair
color Color?
getter/setter pair
fillColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
getter/setter pair
measureAxisPosition double?
getter/setter pair
point ↔ DatumPoint<D>?
getter/setter pair
radiusPx double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidthPx double
getter/setter pair
symbolRendererId String?
getter/setter pair

Methods

clone() PointRendererElement<D>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAnimationPercent(PointRendererElement<D> previous, PointRendererElement<D> target, double animationPercent) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited