public class SkyLuminanceProperty extends IntProperty
Property.Operator
operator, value
Constructor and Description |
---|
SkyLuminanceProperty(int value)
Create a new
SkyLuminanceProperty with the specified value. |
SkyLuminanceProperty(int 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, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, not, of
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches
public SkyLuminanceProperty(int value)
SkyLuminanceProperty
with the specified value.value
- value to matchpublic SkyLuminanceProperty(int 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