ImmutableAxis<D> class abstract

Implementers

Constructors

ImmutableAxis()

Properties

hashCode int
The hash code for this object.
no setterinherited
range → ScaleOutputExtent?
Output range for this axis.
no setter
rangeBand double
Rangeband for this axis.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepSize double
Step size for this axis.
no setter

Methods

compareDomainValueToViewport(D domain) int
Compare domain to the viewport.
getDomain(double location) → D
getLocation(D? domain) double?
Get location for the domain.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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