-
- All Known Implementing Classes:
ColorButton,ColorToggleButton
public interface PaintButtonInterfaceBase model for colour picker models. should probably have extended default button model.- Since:
- 6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetAlpha()ColorgetColor()ShapegetColorBound()voidsetAlpha(float alpha)voidsetColor(Color color)voidsetColorBound(Shape colorBound)
-