Class EffectStyleableKey

java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<javafx.scene.effect.Effect>
org.jhotdraw8.draw.key.AbstractStyleableKey<javafx.scene.effect.Effect>
org.jhotdraw8.draw.key.EffectStyleableKey
All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<javafx.scene.effect.Effect>, WritableStyleableMapAccessor<javafx.scene.effect.Effect>, Key<javafx.scene.effect.Effect>, MapAccessor<javafx.scene.effect.Effect>

public class EffectStyleableKey extends AbstractStyleableKey<javafx.scene.effect.Effect> implements WritableStyleableMapAccessor<javafx.scene.effect.Effect>
EffectStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • EffectStyleableKey

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

      public EffectStyleableKey(String name, javafx.scene.effect.Effect 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