| Package | ardisia.components.colorizer.data |
| Class | public class DiscreteColorizerData |
| Inheritance | DiscreteColorizerData Object |
| Property | Defined By | ||
|---|---|---|---|
| color : uint
The color defined by the range. | DiscreteColorizerData | ||
| maxValue : Number
The maximum value. | DiscreteColorizerData | ||
| minValue : Number
The minimum value. | DiscreteColorizerData | ||
| Method | Defined By | ||
|---|---|---|---|
DiscreteColorizerData(minValue:Number = 0, maxValue:Number = 1, color:uint = 0) | DiscreteColorizerData | ||
| color | property |
public var color:uintThe color defined by the range.
The default value is 0.
| maxValue | property |
public var maxValue:NumberThe maximum value.
The default value is 1.
| minValue | property |
public var minValue:NumberThe minimum value.
The default value is 0.
| DiscreteColorizerData | () | Constructor |
public function DiscreteColorizerData(minValue:Number = 0, maxValue:Number = 1, color:uint = 0)minValue:Number (default = 0) | |
maxValue:Number (default = 1) | |
color:uint (default = 0) |