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.

MultiSkin

A skin where each state may display a different display object.

OverAndUnderlineSkin

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

PillSkin

A skin for Feathers UI components that draws a "pill" shape, which is a similar to a rectangle, but semi-circle "caps" are drawn on either the left/right or top/bottom 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.

TriangleSkin

A skin for Feathers UI components that draws a triangle pointing in one of the four cardinal directions. The triangle's fill and border may be styled, and the position of the primary point may be customized.

UnderlineSkin

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