java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<Double>
org.jhotdraw8.draw.key.AbstractStyleableKey<@NonNull Double>
org.jhotdraw8.draw.key.DoubleStyleableKey
- All Implemented Interfaces:
Serializable,ReadOnlyStyleableMapAccessor<Double>,WritableStyleableMapAccessor<@NonNull Double>,Key<Double>,MapAccessor<Double>,NonNullKey<@NonNull Double>,NonNullMapAccessor<Double>
public class DoubleStyleableKey
extends AbstractStyleableKey<@NonNull Double>
implements WritableStyleableMapAccessor<@NonNull Double>, NonNullKey<@NonNull Double>
DoubleStyleableKey.
- Author:
- Werner Randelshofer
- See Also:
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
serialVersionUIDFields inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionDoubleStyleableKey(@NonNull String name) Creates a new instance with the specified name and with 0.0 as the default value.DoubleStyleableKey(@NonNull String name, double defaultValue) Creates a new instance with the specified name, mask and default value.DoubleStyleableKey(@NonNull String name, double defaultValue, @NonNull CssConverter<@NonNull Double> converter) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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, getValue, getValueProperty, isAssignable, isDefault, isNullable, 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.fxcollection.typesafekey.NonNullKey
get, getMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
getDefaultValueNonNull, getNonNull, getNonNull, putNonNullMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
DoubleStyleableKey
Creates a new instance with the specified name and with 0.0 as the default value.- Parameters:
name- The name of the key.
-
DoubleStyleableKey
Creates a new instance with the specified name, mask and default value.- Parameters:
name- The name of the key.defaultValue- The default value.
-
DoubleStyleableKey
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<Double>
-