Class NullableFXPathStyleableKey

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

public class NullableFXPathStyleableKey extends AbstractStyleableKey<javafx.scene.shape.Path> implements WritableStyleableMapAccessor<javafx.scene.shape.Path>
NullableSvgPathStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableFXPathStyleableKey

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

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