AxisRenderer class abstract
- Inheritance
- Implementers
Constructors
- AxisRenderer(ViewPortHandler viewPortHandler, Transformer? trans, AxisBase? axis)
Properties
- axis ↔ AxisBase?
-
getter/setter pair
- axisLabelPaint ↔ TextPainter?
-
getter/setter pair
- axisLinePaint ↔ Paint?
-
getter/setter pair
- gridPaint ↔ Paint?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- limitLinePaint ↔ Paint?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trans ↔ Transformer?
-
getter/setter pair
- viewPortHandler ↔ ViewPortHandler?
-
getter/setter pairinherited
Methods
-
computeAxis(
double min, double max, bool inverted) → void - Computes the axis values.
-
computeAxisValues(
double min, double max) → void - Sets up the axis values. Computes the desired number of labels between the two given extremes.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renderAxisLabels(
Canvas c) → void - Draws the axis labels to the screen.
-
renderAxisLine(
Canvas c) → void - Draws the line that goes alongside the axis.
-
renderGridLines(
Canvas c) → void - Draws the grid lines belonging to the axis.
-
renderLimitLines(
Canvas c) → void - Draws the LimitLines associated with this axis to the screen.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited