LayoutView class abstract

A component that measures its size and accepts bounds to complete layout.

Implementers

Constructors

LayoutView()

Properties

componentBounds → Rectangle<int>?
Bounding box for drawing this component.
no setter
graphicsFactory ↔ GraphicsFactory?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
isSeriesRenderer → bool
Whether or not this component is a series renderer that draws series data.
no setter
layoutConfig → LayoutViewConfig
Layout params for this component.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

layout(Rectangle<int> componentBounds, Rectangle<int> drawAreaBounds) → void
Layout this component.
measure(int maxWidth, int maxHeight) → ViewMeasuredSizes?
Measure and return the size of this component.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(ChartCanvas canvas, double animationPercent) → void
Draw this component on the canvas.
toString() → String
A string representation of this object.
inherited

Operators

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