Package org.pushingpixels.aurora.theming.shaper

Types

AuroraButtonShaper
Link copied to clipboard
interface AuroraButtonShaper : AuroraTrait

Button shaper interface.

ClassicButtonShaper
Link copied to clipboard

Button shaper that returns rectangular buttons with slightly rounded corners.

PillButtonShaper
Link copied to clipboard
class PillButtonShaper : AuroraButtonShaper, RectangularButtonShaper

Button shaper that returns buttons with completely rounded corners.

RectangularButtonShaper
Link copied to clipboard
interface RectangularButtonShaper

Interface for rectangular-based button shapers.