Class NullableAwtSvgPathStyleableKey

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

public class NullableAwtSvgPathStyleableKey extends AbstractStyleableKey<Path2D.Double> implements WritableStyleableMapAccessor<Path2D.Double>
NullableAwtSvgPathStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • NullableAwtSvgPathStyleableKey

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

      public NullableAwtSvgPathStyleableKey(@NonNull String key, @Nullable Path2D.Double 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