Class Scale2DStyleableMapAccessor

java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.Point2D>
org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.Point2D>, WritableStyleableMapAccessor<javafx.geometry.Point2D>, CompositeMapAccessor<javafx.geometry.Point2D>, MapAccessor<javafx.geometry.Point2D>

public class Scale2DStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.Point2D>
Scale2DStyleableMapAccessor.
Author:
Werner Randelshofer
  • Constructor Details

    • Scale2DStyleableMapAccessor

      public Scale2DStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey)
      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
  • Method Details