feathers.skins

..
BaseGraphicsPathSkin

A base class for Feathers UI skins that draw a path with a fill and border using openfl.display.Graphics.

CircleSkin

A skin for Feathers UI components that draws a circle. The circle's fill and border may be styled.

EllipseSkin

A skin for Feathers UI components that draws an ellipse. The ellipse's fill and border may be styled.

IProgrammaticSkin

Interface for Feathers UI skins that are drawn programmatically.

OverAndUnderlineSkin

A skin for Feathers UI components that draws a border at the top and bottom, but not the sides.

ProgrammaticSkin

A base class for Feathers UI skins that are drawn programmatically.

RectangleSkin

A skin for Feathers UI components that draws a rectangle. The rectangle's fill and border may be styled, and the corners may be rounded.

TabSkin

A skin for Feathers UI components that draws a tab (a rectangle with two rounded corners along the same edge). The tab's fill and border may be styled, and the position of the rounded corners may be customized.

UnderlineSkin

A skin for Feathers UI components that draws a border at the bottom only.