java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.Point2D>
org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
org.jhotdraw8.draw.key.SymmetricPoint2DStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.Point2D>,WritableStyleableMapAccessor<javafx.geometry.Point2D>,CompositeMapAccessor<javafx.geometry.Point2D>,MapAccessor<javafx.geometry.Point2D>,NonNullMapAccessor<javafx.geometry.Point2D>
public class SymmetricPoint2DStyleableMapAccessor
extends Point2DStyleableMapAccessor
implements NonNullMapAccessor<javafx.geometry.Point2D>
SymmetricPoint2DStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionSymmetricPoint2DStyleableMapAccessor(String name, NonNullMapAccessor<Double> xKey, NonNullMapAccessor<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(String name, NonNullMapAccessor<Double> xKey, NonNullMapAccessor<Double> yKey)
-