java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.BoundingBox>
org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.BoundingBox>,WritableStyleableMapAccessor<javafx.geometry.BoundingBox>,CompositeMapAccessor<javafx.geometry.BoundingBox>,MapAccessor<javafx.geometry.BoundingBox>
public class BoundingBoxStyleableMapAccessor
extends AbstractStyleableMapAccessor<javafx.geometry.BoundingBox>
BoundingBoxStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionBoundingBoxStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> widthKey, MapAccessor<Double> heightKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.geometry.BoundingBoxorg.jhotdraw8.base.converter.Converter<javafx.geometry.BoundingBox> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.BoundingBox value) javafx.geometry.BoundingBoxImmutableMap<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, getRawValueTypeMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
BoundingBoxStyleableMapAccessor
public BoundingBoxStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> widthKey, MapAccessor<Double> heightKey) Creates a new instance with the specified name.- Parameters:
name- the name of the accessorxKey- the key for the x coordinate of the rectangleyKey- the key for the y coordinate of the rectanglewidthKey- the key for the width of the rectangleheightKey- the key for the height of the rectangle
-
-
Method Details
-
getCssConverter
public org.jhotdraw8.base.converter.Converter<javafx.geometry.BoundingBox> getCssConverter() -
get
-
set
-
remove
-
put
public ImmutableMap<Key<?>,Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.BoundingBox value) -
remove
-