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
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the specified name and with null as the default value.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. -
Method Summary
Modifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<javafx.scene.shape.Path> 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
-
NullableFXPathStyleableKey
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
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<javafx.scene.shape.Path>
-