Module org.jhotdraw8.draw
Package org.jhotdraw8.draw.key
Class SymmetricCssPoint2DStyleableMapAccessor
java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<CssPoint2D>
org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<CssPoint2D>,WritableStyleableMapAccessor<CssPoint2D>,CompositeMapAccessor<CssPoint2D>,MapAccessor<CssPoint2D>,NonNullMapAccessor<CssPoint2D>
public class SymmetricCssPoint2DStyleableMapAccessor
extends AbstractStyleableMapAccessor<CssPoint2D>
implements NonNullMapAccessor<CssPoint2D>
SymmetricCssPoint2DStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionSymmetricCssPoint2DStyleableMapAccessor(String name, NonNullMapAccessor<CssSize> xKey, NonNullMapAccessor<CssSize> yKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<CssPoint2D> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable CssPoint2D value) ImmutableMap<Key<?>, Object> remove(ImmutableMap<Key<?>, Object> a) voidset(Map<? super Key<?>, Object> a, @Nullable CssPoint2D 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, 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
-
SymmetricCssPoint2DStyleableMapAccessor
public SymmetricCssPoint2DStyleableMapAccessor(String name, NonNullMapAccessor<CssSize> xKey, NonNullMapAccessor<CssSize> yKey) Creates a new instance with the specified name.- Parameters:
name- the name of the accessorxKey- the key for the x coordinate of the pointyKey- the key for the y coordinate of the point
-
-
Method Details
-
get
- Specified by:
getin interfaceMapAccessor<CssPoint2D>
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<CssPoint2D>
-
set
- Specified by:
setin interfaceMapAccessor<CssPoint2D>
-
remove
- Specified by:
removein interfaceMapAccessor<CssPoint2D>
-
put
- Specified by:
putin interfaceMapAccessor<CssPoint2D>
-
remove
- Specified by:
removein interfaceMapAccessor<CssPoint2D>
-