PointCloudColorClassBreak class final

Defines a color to apply to points with an attribute value within a specified range of values.

Implemented types

Constructors

PointCloudColorClassBreak({required Color color, required double minValue, required double maxValue})
Creates a class break with the specified color, minimum, and maximum values.
factory

Properties

color Color
The color to apply to points with a value inside the range defined by the class break.
getter/setter pair
description String
The description of the class break.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
A succinct label for the class break, perhaps for use in a legend.
getter/setter pair
maxValue double
The maximum value for the class break.
getter/setter pair
minValue double
The minimum value for the class break.
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