java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.Point2D>
org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.Point2D>,WritableStyleableMapAccessor<javafx.geometry.Point2D>,CompositeMapAccessor<javafx.geometry.Point2D>,MapAccessor<javafx.geometry.Point2D>
public class Scale2DStyleableMapAccessor
extends AbstractStyleableMapAccessor<javafx.geometry.Point2D>
Scale2DStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionScale2DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey) Creates a new instance with the specified name. -
Method Summary
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
-
Scale2DStyleableMapAccessor
public Scale2DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> 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
-
getCssConverter
-
remove
-
set
-
put
public @NonNull ImmutableMap<Key<?>,Object> put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Point2D value) -
remove
-