java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<CssDimension2D>
org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<CssDimension2D>,WritableStyleableMapAccessor<CssDimension2D>,CompositeMapAccessor<CssDimension2D>,MapAccessor<CssDimension2D>
CssSize2DStyleableMapAccessor.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.CompositeMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionPaperSizeStyleableMapAccessor(String name, NonNullMapAccessor<CssSize> widthKey, NonNullMapAccessor<CssSize> heightKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<CssDimension2D> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable CssDimension2D value) ImmutableMap<Key<?>, Object> remove(ImmutableMap<Key<?>, Object> a) voidset(Map<? super Key<?>, Object> a, @Nullable CssDimension2D value) 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, 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, NonNullMapAccessor<CssSize> widthKey, 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 ImmutableMap<Key<?>,Object> put(ImmutableMap<Key<?>, Object> a, @Nullable CssDimension2D value) -
remove
-