java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D>
org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.Point3D>,WritableStyleableMapAccessor<javafx.geometry.Point3D>,CompositeMapAccessor<javafx.geometry.Point3D>,MapAccessor<javafx.geometry.Point3D>,NonNullMapAccessor<@NonNull javafx.geometry.Point3D>
public class Point3DStyleableMapAccessor
extends AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D>
implements NonNullMapAccessor<@NonNull javafx.geometry.Point3D>
Point3DStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionPoint3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey) Creates a new instance with the specified name.Point3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter) -
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, 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
-
Point3DStyleableMapAccessor
public Point3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey) 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 pointzKey- the key for the u coordinate of the point
-
Point3DStyleableMapAccessor
public Point3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter)
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<javafx.geometry.Point3D>
-
get
- Specified by:
getin interfaceMapAccessor<javafx.geometry.Point3D>
-
set
- Specified by:
setin interfaceMapAccessor<javafx.geometry.Point3D>
-
remove
- Specified by:
removein interfaceMapAccessor<javafx.geometry.Point3D>
-
put
public @NonNull ImmutableMap<Key<?>,Object> put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Point3D value) - Specified by:
putin interfaceMapAccessor<javafx.geometry.Point3D>
-
remove
- Specified by:
removein interfaceMapAccessor<javafx.geometry.Point3D>
-