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 Summary
ConstructorsConstructorDescriptionCreates a new instance with the specified name and with null as the default value.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. -
Method Summary
Modifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>> 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, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
NullableFXPathElementsStyleableKey
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
-
getCssConverter
public @NonNull org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>> getCssConverter()- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<ImmutableList<javafx.scene.shape.PathElement>>
-