PointShape class abstract

The shape for the point mark.

See also:

Inheritance
Implementers

Constructors

PointShape(bool hollow, double strokeWidth)

Properties

defaultSize double
The default size of the shape if Attributes.size is null.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hollow bool
Whether this point shape is hollow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double
The stroke width of this point shape when it's hollow.
final

Methods

drawGroupLabels(List<Attributes> group, CoordConv coord, Offset origin) List<MarkElement<ElementStyle>>
Renders label elements of all tuples of a group.
override
drawGroupPrimitives(List<Attributes> group, CoordConv coord, Offset origin) List<MarkElement<ElementStyle>>
Renders primitive elements of all tuples of a group.
override
drawPoint(Attributes item, CoordConv coord) MarkElement<ElementStyle>
equalTo(Object other) bool
Checks the equlity of two specs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
representPoint(List<Offset> position) Offset
Gets the represent point of Attributes.position points.
inherited
toString() String
A string representation of this object.
inherited

Operators

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