CircleShape class
A circle shape.
- Inheritance
-
- Object
- Shape
- FunctionShape
- PointShape
- CircleShape
Constructors
- CircleShape({bool hollow = false, double strokeWidth = 1})
- Creates a circle shape.
Properties
- defaultSize → double
-
The default size of the shape if Attributes.size is null.
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hollow → bool
-
Whether this point shape is hollow.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- strokeWidth → double
-
The stroke width of this point shape when it's hollow.
finalinherited
Methods
-
drawGroupLabels(
List< Attributes> group, CoordConv coord, Offset origin) → List< MarkElement< ElementStyle>> -
Renders label elements of all tuples of a group.
inherited
-
drawGroupPrimitives(
List< Attributes> group, CoordConv coord, Offset origin) → List< MarkElement< ElementStyle>> -
Renders primitive elements of all tuples of a group.
inherited
-
drawPoint(
Attributes item, CoordConv coord) → MarkElement< ElementStyle> -
override
-
equalTo(
Object other) → bool -
Checks the equlity of two specs.
override
-
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