Class NullableBezierPathStyleableKey

All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<BezierPath>, WritableStyleableMapAccessor<BezierPath>, Key<BezierPath>, MapAccessor<BezierPath>

public class NullableBezierPathStyleableKey extends AbstractStyleableKey<BezierPath> implements WritableStyleableMapAccessor<BezierPath>
BezierPathStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableBezierPathStyleableKey

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

      public NullableBezierPathStyleableKey(String name, @Nullable BezierPath 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