Package org.pushingpixels.aurora.theming.shaper

Types

AuroraButtonShaper
Link copied to clipboard
common
interface AuroraButtonShaper : AuroraTrait

Button shaper interface.

ClassicButtonShaper
Link copied to clipboard
common

Button shaper that returns rectangular buttons with slightly rounded corners.

PillButtonShaper
Link copied to clipboard
common
class PillButtonShaper : AuroraButtonShaper, RectangularButtonShaper

Button shaper that returns buttons with completely rounded corners.

RectangularButtonShaper
Link copied to clipboard
common
interface RectangularButtonShaper

Interface for rectangular-based button shapers.