Class NullableDoubleStyleableKey

All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<Double>, WritableStyleableMapAccessor<Double>, Key<Double>, MapAccessor<Double>

public class NullableDoubleStyleableKey extends AbstractStyleableKey<Double> implements WritableStyleableMapAccessor<Double>
NullableDoubleStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • NullableDoubleStyleableKey

      public NullableDoubleStyleableKey(@NonNull String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • NullableDoubleStyleableKey

      public NullableDoubleStyleableKey(@NonNull String name, Double defaultValue)
      Creates a new instance with the specified name and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
    • NullableDoubleStyleableKey

      public NullableDoubleStyleableKey(@NonNull String name, Double defaultValue, CssConverter<Double> converter)
  • Method Details