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.

HorizontalLineSkin

A skin for Feathers UI components that draws a line horizontally from left to right at the vertical center position, and filled on the top and bottom sides of the line.

IProgrammaticSkin

Interface for Feathers UI skins that are drawn programmatically.

LeftAndRightBorderSkin

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

MultiSkin

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

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.

TopAndBottomBorderSkin

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

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.

VerticalLineSkin

A skin for Feathers UI components that draws a line vertically from top to bottom at the horizontal center position, and filled on the left and right sides of the line.