Class TransformListStyleableKey

java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<ImmutableList<javafx.scene.transform.Transform>>
org.jhotdraw8.draw.key.AbstractStyleableKey<ImmutableList<javafx.scene.transform.Transform>>
org.jhotdraw8.draw.key.TransformListStyleableKey
All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>, WritableStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>, Key<ImmutableList<javafx.scene.transform.Transform>>, MapAccessor<ImmutableList<javafx.scene.transform.Transform>>, NonNullKey<ImmutableList<javafx.scene.transform.Transform>>, NonNullMapAccessor<ImmutableList<javafx.scene.transform.Transform>>

public class TransformListStyleableKey extends AbstractStyleableKey<ImmutableList<javafx.scene.transform.Transform>> implements WritableStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>, NonNullKey<ImmutableList<javafx.scene.transform.Transform>>
TransformListStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • TransformListStyleableKey

      public TransformListStyleableKey(@NonNull String name)
      Creates a new instance with the specified name and with an empty list as the default value.
      Parameters:
      name - The name of the key.
    • TransformListStyleableKey

      public TransformListStyleableKey(@NonNull String name, ImmutableList<javafx.scene.transform.Transform> defaultValue)
      Creates a new instance with the specified name, and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
  • Method Details