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