public class GroundLuminanceProperty extends DoubleProperty
Property.Operator
operator, value
Constructor and Description |
---|
GroundLuminanceProperty(double value)
Create a new
GroundLuminanceProperty with the specified value. |
GroundLuminanceProperty(double value,
Property.Operator operator)
Create a new
GroundLuminanceProperty with the specified value and
logical operator. |
GroundLuminanceProperty(Object value,
Property.Operator operator)
Create a new
GroundLuminanceProperty with the specified value and
logical operator. |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public GroundLuminanceProperty(double value)
GroundLuminanceProperty
with the specified value.value
- value to matchpublic GroundLuminanceProperty(double value, Property.Operator operator)
GroundLuminanceProperty
with the specified value and
logical operator.value
- value to matchoperator
- logical operator to use when comparing to other
propertiespublic GroundLuminanceProperty(Object value, Property.Operator operator)
GroundLuminanceProperty
with the specified value and
logical operator.value
- value to matchoperator
- logical operator to use when comparing to other
properties