Interface PaintButtonInterface

  • All Known Implementing Classes:
    ColorButton, ColorToggleButton

    public interface PaintButtonInterface
    Base model for colour picker models. should probably have extended default button model.
    Since:
    6.3
    • Method Detail

      • setColor

        void setColor​(Color color)
      • setColorBound

        void setColorBound​(Shape colorBound)
      • setAlpha

        void setAlpha​(float alpha)
      • getColor

        Color getColor()
      • getColorBound

        Shape getColorBound()
      • getAlpha

        float getAlpha()