Interface MarkerFillableFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
LineConnectionWithMarkersFigure

public interface MarkerFillableFigure extends Figure
Interface figures which render a javafx.scene.shape.Shape and can be filled.
Author:
Werner Randelshofer
  • Field Details

    • MARKER_FILL

      static final NullablePaintableStyleableKey MARKER_FILL
      Defines the paint used for filling the interior of the figure.

      Default value: Color.BLACK.

    • MARKER_FILL_RULE

      static final NullableEnumStyleableKey<javafx.scene.shape.FillRule> MARKER_FILL_RULE
      Defines the fill-rule used for filling the interior of the figure..

      Default value: StrokeType.NON_ZERO.

  • Method Details

    • applyMarkerFillableFigureProperties

      default void applyMarkerFillableFigureProperties(@NonNull RenderContext ctx, @NonNull javafx.scene.shape.Shape shape)
      Updates a shape node.
      Parameters:
      ctx -
      shape - a shape node