Class Scale3DStyleableMapAccessor

java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<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<javafx.geometry.Point3D>

public class Scale3DStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.Point3D> implements NonNullMapAccessor<javafx.geometry.Point3D>
Scale3DStyleableMapAccessor.
Author:
Werner Randelshofer
  • Constructor Details

    • Scale3DStyleableMapAccessor

      public Scale3DStyleableMapAccessor(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 accessor
      xKey - the key for the x coordinate of the point
      yKey - the key for the y coordinate of the point
      zKey - the key for the u coordinate of the point
    • Scale3DStyleableMapAccessor

      public Scale3DStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey, 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 accessor
      xKey - the key for the x coordinate of the point
      yKey - the key for the y coordinate of the point
      zKey - the key for the u coordinate of the point
      converter - String converter for the scale factor with 3 coordinates (x-factor, y-factor, z-factor).
  • Method Details