Class DoubleStyleableKey

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

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

    • DoubleStyleableKey

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