Class NullablePathMetricsStyleableKey

All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<PathMetrics>, WritableStyleableMapAccessor<PathMetrics>, Key<PathMetrics>, MapAccessor<PathMetrics>, NullableKey<PathMetrics>

public class NullablePathMetricsStyleableKey extends AbstractStyleableKey<PathMetrics> implements WritableStyleableMapAccessor<PathMetrics>, NullableKey<PathMetrics>
PathMetricsStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullablePathMetricsStyleableKey

      public NullablePathMetricsStyleableKey(@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.
    • NullablePathMetricsStyleableKey

      public NullablePathMetricsStyleableKey(@NonNull String name, @Nullable PathMetrics 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