Class StegosaurusButtonShaper
- java.lang.Object
-
- org.pushingpixels.radiance.theming.extras.api.shaperpack.BasePolygonShaper
-
- org.pushingpixels.radiance.theming.extras.api.shaperpack.StegosaurusButtonShaper
-
- All Implemented Interfaces:
RadianceButtonShaper
,RadianceTrait
public class StegosaurusButtonShaper extends BasePolygonShaper
-
-
Constructor Summary
Constructors Constructor Description StegosaurusButtonShaper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Returns the display name ofthis
trait.-
Methods inherited from class org.pushingpixels.radiance.theming.extras.api.shaperpack.BasePolygonShaper
getButtonBorder, getButtonBorder, getButtonOutline, getPreferredSize, isProportionate
-
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Description copied from interface:RadianceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-
-