java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<@NonNull CssInsets>
org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
- All Implemented Interfaces:
Serializable,ReadOnlyStyleableMapAccessor<CssInsets>,WritableStyleableMapAccessor<CssInsets>,CompositeMapAccessor<CssInsets>,MapAccessor<CssInsets>,NonNullMapAccessor<@NonNull CssInsets>
public class CssInsetsStyleableMapAccessor
extends AbstractStyleableMapAccessor<@NonNull CssInsets>
implements NonNullMapAccessor<@NonNull CssInsets>
InsetsStyleableMapAccessor.
- Author:
- Werner Randelshofer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCssInsetsStyleableMapAccessor(@NonNull String name, @NonNull NonNullMapAccessor<CssSize> topKey, @NonNull NonNullMapAccessor<CssSize> rightKey, @NonNull NonNullMapAccessor<CssSize> bottomKey, @NonNull NonNullMapAccessor<CssSize> leftKey) Creates a new instance with the specified name. -
Method Summary
Methods inherited from class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
containsKey, getCssName, getDefaultValue, getName, getSubAccessors, getValueType, isTransient, put, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
get, getDefaultValue, getName, getRawValueType, getValueType, isTransient, putMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
getDefaultValueNonNull, getNonNull, getNonNull, putNonNullMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
CssInsetsStyleableMapAccessor
public CssInsetsStyleableMapAccessor(@NonNull String name, @NonNull NonNullMapAccessor<CssSize> topKey, @NonNull NonNullMapAccessor<CssSize> rightKey, @NonNull NonNullMapAccessor<CssSize> bottomKey, @NonNull NonNullMapAccessor<CssSize> leftKey) Creates a new instance with the specified name.- Parameters:
name- the name of the accessortopKey- the insets top keyrightKey- the insets right keybottomKey- the insets bottom keyleftKey- the insets left key
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<CssInsets>
-
get
- Specified by:
getin interfaceMapAccessor<CssInsets>
-
set
- Specified by:
setin interfaceMapAccessor<CssInsets>
-
remove
- Specified by:
removein interfaceMapAccessor<CssInsets>
-
put
public @NonNull ImmutableMap<Key<?>,Object> put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable CssInsets value) - Specified by:
putin interfaceMapAccessor<CssInsets>
-
remove
- Specified by:
removein interfaceMapAccessor<CssInsets>
-