Class NullableDoubleStyleableKey

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

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

    • NullableDoubleStyleableKey

      public NullableDoubleStyleableKey(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(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(String name, Double defaultValue, CssConverter<Double> converter)
  • Method Details