java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<CssDimension2D>
org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
- All Implemented Interfaces:
Serializable,ReadOnlyStyleableMapAccessor<CssDimension2D>,WritableStyleableMapAccessor<CssDimension2D>,CompositeMapAccessor<CssDimension2D>,MapAccessor<CssDimension2D>
CssSize2DStyleableMapAccessor.
- Author:
- Werner Randelshofer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaperSizeStyleableMapAccessor(String name, @NonNull NonNullMapAccessor<CssSize> widthKey, @NonNull NonNullMapAccessor<CssSize> heightKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<CssDimension2D> put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable CssDimension2D value) remove(@NonNull 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, getRawValueTypeMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
PaperSizeStyleableMapAccessor
public PaperSizeStyleableMapAccessor(String name, @NonNull NonNullMapAccessor<CssSize> widthKey, @NonNull NonNullMapAccessor<CssSize> heightKey) Creates a new instance with the specified name.- Parameters:
name- the name of the accessorwidthKey- the key for the x coordinate of the pointheightKey- the key for the y coordinate of the point
-
-
Method Details
-
get
-
getCssConverter
-
set
-
remove
-
put
public @NonNull ImmutableMap<Key<?>,Object> put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable CssDimension2D value) -
remove
-