Scalable class abstract
A scalable object at the zoom level (a positive number).
- Implementers
- Annotations
-
- @immutable
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toText(
{String delimiter = ','}) → String -
A string representation of coordinate values separated by
delimiter
. -
zoomIn(
) → Scalable - Zooms in by one.
-
zoomOut(
) → Scalable - Zooms out by one.
-
zoomTo(
covariant num zoom) → Scalable -
Zooms to the
zoom
level (a positive number).
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited