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