Class NullableSvgPathStyleableKey

All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<String>, WritableStyleableMapAccessor<String>, Key<String>, MapAccessor<String>

public class NullableSvgPathStyleableKey extends AbstractStyleableKey<String> implements WritableStyleableMapAccessor<String>
NullableSvgPathStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • NullableSvgPathStyleableKey

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

      public NullableSvgPathStyleableKey(@NonNull String key, String defaultValue)
      Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
      Parameters:
      key - The name of the name. type parameters are given. Otherwise specify them in arrow brackets.
      defaultValue - The default value.
  • Method Details