Class BoundingBoxStyleableMapAccessor

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

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

    • BoundingBoxStyleableMapAccessor

      public BoundingBoxStyleableMapAccessor(String name, MapAccessor<Double> xKey, MapAccessor<Double> yKey, MapAccessor<Double> widthKey, MapAccessor<Double> heightKey)
      Creates a new instance with the specified name.
      Parameters:
      name - the name of the accessor
      xKey - the key for the x coordinate of the rectangle
      yKey - the key for the y coordinate of the rectangle
      widthKey - the key for the width of the rectangle
      heightKey - the key for the height of the rectangle
  • Method Details