java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<ImmutableList<javafx.scene.transform.Transform>>
org.jhotdraw8.draw.key.AbstractStyleableKey<ImmutableList<javafx.scene.transform.Transform>>
org.jhotdraw8.draw.key.TransformListStyleableKey
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>,WritableStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>,Key<ImmutableList<javafx.scene.transform.Transform>>,MapAccessor<ImmutableList<javafx.scene.transform.Transform>>,NonNullKey<ImmutableList<javafx.scene.transform.Transform>>,NonNullMapAccessor<ImmutableList<javafx.scene.transform.Transform>>
public class TransformListStyleableKey
extends AbstractStyleableKey<ImmutableList<javafx.scene.transform.Transform>>
implements WritableStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>, NonNullKey<ImmutableList<javafx.scene.transform.Transform>>
TransformListStyleableKey.
- 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 an empty list as the default value.TransformListStyleableKey(String name, ImmutableList<javafx.scene.transform.Transform> defaultValue) Creates a new instance with the specified name, and default value. -
Method Summary
Modifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.transform.Transform>> 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
-
TransformListStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.- Parameters:
name- The name of the key.
-
TransformListStyleableKey
public TransformListStyleableKey(String name, ImmutableList<javafx.scene.transform.Transform> defaultValue) 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 org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.transform.Transform>> getCssConverter()- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<ImmutableList<javafx.scene.transform.Transform>>
-