Figure class abstract

The base class of figures.

A figure keeps information to paint a shape or text. The chart generates figures from rendering methods in evaluation, they are the material for rendering engine to paint the chart.

In custom rendering methods, user's task is to return figures needed.

Implementers

Constructors

Figure()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
Paints this figure.
toString() String
A string representation of this object.
inherited

Operators

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