DrawingInfo class final
An object that provides various information on how to render features in a feature layer.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- renderer → Renderer?
-
The renderer attached to this drawing info.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleSymbols → bool
-
True if symbols should be scaled.
no setter
- showLabels → bool
-
True if labels should be shown.
no setter
- transparency → double
-
The transparency.
no setter
Methods
-
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