| Decorator<T,U> |
This abstract base class represents a decorator and handles reference counting.
|
| DecoratorColor<T> |
Decorator for colors
|
| DecoratorColorConstant<T> |
Decorator that returns a constant color
|
| DecoratorColorGradient<T> |
A decorator that uses a color gradient
|
| DecoratorInteger<T> |
Decorator for line widths
|
| DecoratorIntegerConstant<T> |
A decorator that returns a constant integer
|
| DecoratorString<T> |
Decorator for labels
|
| DecoratorStringToString<T> |
A decorator that calls toString() on the element wrapped by a tile.
|
| Frame<T> |
Abstract base class for frames rendered by the widget
|
| FrameDynamic<T> |
This class implements a dynamic frame that implements a transition between two static frames
|
| FrameStatic<T> |
This class implements a static frame
|
| FrameTransitionFunction |
A class that models a Cubic-Bezier curve.
|
| Gradient |
A gradient
|
| GradientGrayscale |
Implements a grayscale gradient
|
| GradientHeatscale |
Returns a heat gradient
|
| ResizeListener |
Reacts to a resize with a delay.
|
| Tile<T> |
A rendered tile
|
| TileAnimationSettings |
This class encapsulates settings for the animation
|
| TileLayout |
A layout for the tiles
|
| TileLayoutDynamic |
A dynamic layout
|
| TileLayoutStatic |
|
| Tiles<T> |
|