Class NullableFXPathElementsStyleableKey

java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<ImmutableList<javafx.scene.shape.PathElement>>
org.jhotdraw8.draw.key.AbstractStyleableKey<ImmutableList<javafx.scene.shape.PathElement>>
org.jhotdraw8.draw.key.NullableFXPathElementsStyleableKey
All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<ImmutableList<javafx.scene.shape.PathElement>>, WritableStyleableMapAccessor<ImmutableList<javafx.scene.shape.PathElement>>, Key<ImmutableList<javafx.scene.shape.PathElement>>, MapAccessor<ImmutableList<javafx.scene.shape.PathElement>>

public class NullableFXPathElementsStyleableKey extends AbstractStyleableKey<ImmutableList<javafx.scene.shape.PathElement>> implements WritableStyleableMapAccessor<ImmutableList<javafx.scene.shape.PathElement>>
NullableFXSvgPathStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • NullableFXPathElementsStyleableKey

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

      public NullableFXPathElementsStyleableKey(@NonNull String key, @Nullable ImmutableList<javafx.scene.shape.PathElement> 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