Interface ShadowStyle

  • All Superinterfaces:
    Style
    All Known Implementing Classes:
    Curve, Line

    public interface ShadowStyle
    extends Style
    Interface implemented by items that support a drop shadow.
    Since:
    3.0
    Author:
    Chris Jennings
    • Method Detail

      • isShadowed

        boolean isShadowed()
        Returns true if a drop shadow is enabled.
        Returns:
        true if a shadow is enabled
      • setShadowed

        void setShadowed​(boolean enable)
        Sets whether the drop shadow are enabled.
        Parameters:
        enable - if true, the object will have a drop shadow