java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.Point2D>
org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
org.jhotdraw8.draw.key.SymmetricPoint2DStyleableMapAccessor
- All Implemented Interfaces:
Serializable,ReadOnlyStyleableMapAccessor<javafx.geometry.Point2D>,WritableStyleableMapAccessor<javafx.geometry.Point2D>,CompositeMapAccessor<javafx.geometry.Point2D>,MapAccessor<javafx.geometry.Point2D>,NonNullMapAccessor<@NonNull javafx.geometry.Point2D>
public class SymmetricPoint2DStyleableMapAccessor
extends Point2DStyleableMapAccessor
implements NonNullMapAccessor<@NonNull javafx.geometry.Point2D>
SymmetricPoint2DStyleableMapAccessor.
- Author:
- Werner Randelshofer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSymmetricPoint2DStyleableMapAccessor(@NonNull String name, @NonNull NonNullMapAccessor<@NonNull Double> xKey, @NonNull NonNullMapAccessor<@NonNull Double> yKey) -
Method Summary
Methods inherited from class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
get, getCssConverter, put, remove, remove, setMethods 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, get, getDefaultValue, getName, getRawValueType, getValueType, isTransient, put, put, remove, remove, setMethods 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
-
SymmetricPoint2DStyleableMapAccessor
public SymmetricPoint2DStyleableMapAccessor(@NonNull String name, @NonNull NonNullMapAccessor<@NonNull Double> xKey, @NonNull NonNullMapAccessor<@NonNull Double> yKey)
-