Class InsetsStyleableMapAccessor

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

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

    • InsetsStyleableMapAccessor

      public InsetsStyleableMapAccessor(String name, MapAccessor<Double> topKey, MapAccessor<Double> rightKey, MapAccessor<Double> bottomKey, MapAccessor<Double> leftKey)
      Creates a new instance with the specified name.
      Parameters:
      name - the name of the accessor
      topKey - the insets top key
      rightKey - the insets right key
      bottomKey - the insets bottom key
      leftKey - the insets left key
  • Method Details