java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<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<javafx.geometry.Point3D>
public class Point3DStyleableMapAccessor
extends AbstractStyleableMapAccessor<javafx.geometry.Point3D>
implements NonNullMapAccessor<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, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> zKey) Creates a new instance with the specified name.Point3DStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.geometry.Point3Dorg.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Point3D value) javafx.geometry.Point3DImmutableMap<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, 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, MapAccessor<Double> xKey, MapAccessor<Double> yKey, 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, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter)
-
-
Method Details
-
getCssConverter
public org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> 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 ImmutableMap<Key<?>,Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Point3D value) - Specified by:
putin interfaceMapAccessor<javafx.geometry.Point3D>
-
remove
- Specified by:
removein interfaceMapAccessor<javafx.geometry.Point3D>
-