Interface RectangularButtonShaper
-
- All Known Implementing Classes:
ClassicButtonShaper,PillButtonShaper
public interface RectangularButtonShaperInterface for rectangular-based button shapers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetCornerRadius(javax.swing.AbstractButton button, float insets)Returns the corner radius of the specified button.
-