Package org.pushingpixels.aurora.theming.painter.fill

Types

AuroraFillPainter
Link copied to clipboard
interface AuroraFillPainter : AuroraTrait
ClassicFillPainter
Link copied to clipboard
open class ClassicFillPainter : StandardFillPainter

Fill painter that returns images with classic appearance.

FractionBasedFillPainter
Link copied to clipboard
class FractionBasedFillPainter(colorQueryStops: ColorQueryStop, displayName: String) : FractionBasedPainter, AuroraFillPainter

Fill painter with fraction-based stops and a color query associated with each stop. This class allows creating multi-gradient fills with exact control over which color is used at every gradient control point.

GlassFillPainter
Link copied to clipboard
class GlassFillPainter : ClassicFillPainter

Fill painter that returns images with glass appearance.

MatteFillPainter
Link copied to clipboard
class MatteFillPainter : ClassicFillPainter

Fill painter that returns images with matte appearance.

StandardFillPainter
Link copied to clipboard
open class StandardFillPainter : AuroraFillPainter

Fill painter that paints a subtle gradient appearance.

SubduedFillPainter
Link copied to clipboard
class SubduedFillPainter : StandardFillPainter

Fill painter that returns images with subdued gradient appearance.