Class DoubleListStyleableKey

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

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

    • DoubleListStyleableKey

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

      public DoubleListStyleableKey(String name, ImmutableList<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.
  • Method Details