Class CssPoint2DStyleableKey

All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<CssPoint2D>, WritableStyleableMapAccessor<@NonNull CssPoint2D>, Key<CssPoint2D>, MapAccessor<CssPoint2D>, NonNullKey<@NonNull CssPoint2D>, NonNullMapAccessor<CssPoint2D>

Non-null CssPoint2DStyleableFigureKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • CssPoint2DStyleableKey

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

      public CssPoint2DStyleableKey(@NonNull String key, @NonNull CssPoint2D 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.
    • CssPoint2DStyleableKey

      public CssPoint2DStyleableKey(@NonNull String key, @NonNull CssPoint2D defaultValue, @NonNull CssConverter<CssPoint2D> converter)
  • Method Details