Class InsetsStyleableKey

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

public class InsetsStyleableKey extends AbstractStyleableKey<javafx.geometry.Insets> implements WritableStyleableMapAccessor<javafx.geometry.Insets>
InsetsStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • InsetsStyleableKey

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

      public InsetsStyleableKey(String key, javafx.geometry.Insets defaultValue)
      Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
      Parameters:
      key - The name of the name. type parameters are given. Otherwise specify them in arrow brackets.
      defaultValue - The default value.
  • Method Details