Interface ShapeStyle

  • All Superinterfaces:
    Style
    All Known Implementing Classes:
    TextBox

    public interface ShapeStyle
    extends Style
    Interface implemented by filled shapes.
    Since:
    3.0
    Author:
    Chris Jennings
    • Method Detail

      • getFillColor

        java.awt.Color getFillColor()
        Returns the fill colour used when painting the item.
        Returns:
        the background colour
      • setFillColor

        void setFillColor​(java.awt.Color color)
        Sets the fill colour used when painting the item.
        Parameters:
        color - the fill colour to use