Class Point2DListStyleableKey

java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<ImmutableList<javafx.geometry.Point2D>>
org.jhotdraw8.draw.key.AbstractStyleableKey<ImmutableList<javafx.geometry.Point2D>>
org.jhotdraw8.draw.key.Point2DListStyleableKey
All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableList<javafx.geometry.Point2D>>, WritableStyleableMapAccessor<ImmutableList<javafx.geometry.Point2D>>, Key<ImmutableList<javafx.geometry.Point2D>>, MapAccessor<ImmutableList<javafx.geometry.Point2D>>, NonNullKey<ImmutableList<javafx.geometry.Point2D>>, NonNullMapAccessor<ImmutableList<javafx.geometry.Point2D>>

public class Point2DListStyleableKey extends AbstractStyleableKey<ImmutableList<javafx.geometry.Point2D>> implements WritableStyleableMapAccessor<ImmutableList<javafx.geometry.Point2D>>, NonNullKey<ImmutableList<javafx.geometry.Point2D>>
Point2DListStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • Point2DListStyleableKey

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

      public Point2DListStyleableKey(String name, ImmutableList<javafx.geometry.Point2D> defaultValue)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
  • Method Details