AnalysisOverlay class final
AnalysisOverlay manages the display of one or more Analyses on a scene view.
AnalysisOverlay allows you to group related analyses and control visibility for all members of the collection. A scene view can contain many AnalysisOverlays.
- Implemented types
Constructors
- AnalysisOverlay.new()
-
Creates an AnalysisOverlay object.
factory
Properties
-
analyses
→ List<
Analysis> -
The collection of analysis objects managed by the AnalysisOverlay.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isVisible ↔ bool
-
The visibility for the AnalysisOverlay.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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