java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D>
org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
- 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 Scale3DStyleableMapAccessor
extends AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D>
implements NonNullMapAccessor<@NonNull javafx.geometry.Point3D>
Scale3DStyleableMapAccessor.
- 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
ConstructorsConstructorDescriptionScale3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey) Creates a new instance with the specified name.Scale3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter) 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, 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
-
Scale3DStyleableMapAccessor
public Scale3DStyleableMapAccessor(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
-
Scale3DStyleableMapAccessor
public Scale3DStyleableMapAccessor(String name, @NonNull MapAccessor<Double> xKey, @NonNull MapAccessor<Double> yKey, @NonNull MapAccessor<Double> zKey, org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter) 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 pointconverter- String converter for the scale factor with 3 coordinates (x-factor, y-factor, z-factor).
-
-
Method Details
-
get
- Specified by:
getin 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>
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<javafx.geometry.Point3D>
-
remove
- Specified by:
removein interfaceMapAccessor<javafx.geometry.Point3D>
-
remove
- Specified by:
removein interfaceMapAccessor<javafx.geometry.Point3D>
-
set
- Specified by:
setin interfaceMapAccessor<javafx.geometry.Point3D>
-