Class Rectangle2DStyleableKey

java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<javafx.geometry.Rectangle2D>
org.jhotdraw8.draw.key.AbstractStyleableKey<javafx.geometry.Rectangle2D>
org.jhotdraw8.draw.key.Rectangle2DStyleableKey
All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<javafx.geometry.Rectangle2D>, WritableStyleableMapAccessor<javafx.geometry.Rectangle2D>, Key<javafx.geometry.Rectangle2D>, MapAccessor<javafx.geometry.Rectangle2D>

public class Rectangle2DStyleableKey extends AbstractStyleableKey<javafx.geometry.Rectangle2D> implements WritableStyleableMapAccessor<javafx.geometry.Rectangle2D>
Rectangle2DStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • Rectangle2DStyleableKey

      public Rectangle2DStyleableKey(@NonNull String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • Rectangle2DStyleableKey

      public Rectangle2DStyleableKey(@NonNull String key, javafx.geometry.Rectangle2D defaultValue)
      Creates a new instance with the specified name and default value.
      Parameters:
      key - The name of the key.
      defaultValue - The default value.
  • Method Details