Class DoubleStyleableKey

All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<Double>, WritableStyleableMapAccessor<@NonNull Double>, Key<Double>, MapAccessor<Double>, NonNullKey<@NonNull Double>, NonNullMapAccessor<Double>

DoubleStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • DoubleStyleableKey

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

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

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