Interface IPLHasFillColor<IMPLTYPE extends IPLHasFillColor<IMPLTYPE>>

    • Field Detail

      • DEFAULT_FILL_COLOR

        static final Color DEFAULT_FILL_COLOR
        By default nothing is filled, so the default value is null.
    • Method Detail

      • setFillColor

        @Nonnull
        IMPLTYPE setFillColor​(@Nullable
                              Color aFillColor)
        Set the element fill color.
        Parameters:
        aFillColor - The fill color to use. May be null.
        Returns:
        this
      • getFillColor

        @Nullable
        Color getFillColor()
        Returns:
        The current fill color. May be null.
      • hasFillColor

        default boolean hasFillColor()