public class SkyLuminanceProperty extends DoubleProperty
Property.Operatoroperator, 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. |
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic 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