java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<CssInsets>
org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<CssInsets>,WritableStyleableMapAccessor<CssInsets>,CompositeMapAccessor<CssInsets>,MapAccessor<CssInsets>,NonNullMapAccessor<CssInsets>
public class CssInsetsStyleableMapAccessor
extends AbstractStyleableMapAccessor<CssInsets>
implements NonNullMapAccessor<CssInsets>
InsetsStyleableMapAccessor.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.CompositeMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionCssInsetsStyleableMapAccessor(String name, NonNullMapAccessor<CssSize> topKey, NonNullMapAccessor<CssSize> rightKey, NonNullMapAccessor<CssSize> bottomKey, NonNullMapAccessor<CssSize> leftKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescription@Nullable CssInsetsorg.jhotdraw8.base.converter.Converter<CssInsets> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable CssInsets value) @Nullable CssInsetsImmutableMap<Key<?>, Object> remove(ImmutableMap<Key<?>, Object> a) voidMethods 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(String name, NonNullMapAccessor<CssSize> topKey, NonNullMapAccessor<CssSize> rightKey, NonNullMapAccessor<CssSize> bottomKey, 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
- Specified by:
putin interfaceMapAccessor<CssInsets>
-
remove
- Specified by:
removein interfaceMapAccessor<CssInsets>
-