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 Summary
ConstructorsConstructorDescriptionEffectStyleableKey(String name) Creates a new instance with the specified name and with null as the default value.EffectStyleableKey(String name, javafx.scene.effect.Effect defaultValue) Creates a new instance with the specified name and default value. -
Method Summary
Modifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<javafx.scene.effect.Effect> Methods inherited from class org.jhotdraw8.draw.key.AbstractStyleableKey
getCssName, getCssNamespaceMethods inherited from class org.jhotdraw8.fxcollection.typesafekey.AbstractKey
getDefaultValue, getName, getValueType, isNullable, isTransient, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
cast, containsKey, get, get, getValue, getValueProperty, isAssignable, isDefault, propertyAt, put, put, putValue, readOnlyPropertyAt, remove, remove, valueAtMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
getDefaultValue, getName, getRawValueType, getValueType, isTransient, setMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssName, getCssNamespace
-
Constructor Details
-
EffectStyleableKey
Creates a new instance with the specified name and with null as the default value.- Parameters:
name- The name of the key.
-
EffectStyleableKey
Creates a new instance with the specified name and default value.- Parameters:
name- The name of the key.defaultValue- The default value.
-
-
Method Details
-
getCssConverter
public @NonNull org.jhotdraw8.base.converter.Converter<javafx.scene.effect.Effect> getCssConverter()- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<javafx.scene.effect.Effect>
-
getExamples
- Specified by:
getExamplesin interfaceWritableStyleableMapAccessor<javafx.scene.effect.Effect>
-