java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<CssDimension2D>
org.jhotdraw8.draw.key.AbstractStyleableKey<CssDimension2D>
org.jhotdraw8.draw.key.CssDimension2DStyleableKey
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<CssDimension2D>,WritableStyleableMapAccessor<CssDimension2D>,Key<CssDimension2D>,MapAccessor<CssDimension2D>,NonNullKey<CssDimension2D>,NonNullMapAccessor<CssDimension2D>
public class CssDimension2DStyleableKey
extends AbstractStyleableKey<CssDimension2D>
implements WritableStyleableMapAccessor<CssDimension2D>, NonNullKey<CssDimension2D>
Non-null CssDimension2DStyleableKey.
- Author:
- Werner Randelshofer
-
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
ConstructorsConstructorDescriptionCreates a new instance with the specified name and with 0,0 as the default value.CssDimension2DStyleableKey(String key, CssDimension2D defaultValue) Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.CssDimension2DStyleableKey(String key, CssDimension2D defaultValue, CssConverter<CssDimension2D> converter) -
Method Summary
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, 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
-
CssDimension2DStyleableKey
Creates a new instance with the specified name and with 0,0 as the default value.- Parameters:
name- The name of the key.
-
CssDimension2DStyleableKey
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.
-
CssDimension2DStyleableKey
public CssDimension2DStyleableKey(String key, CssDimension2D defaultValue, CssConverter<CssDimension2D> converter)
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<CssDimension2D>
-