Interface HasFillProperty

All Known Implementing Classes:
Arc, Circle, LabeledText, Line, Path, Rectangle, Scene, Shape, SVGPath, Text

public interface HasFillProperty
Author:
Bruno Salmon
  • Property Summary

    Properties
    Type
    Property
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Paint
    Gets the value of the fill property.
    default void
    setFill(Paint fill)
    Sets the value of the fill property.