| AnimatedIcon.AnimationSupport |
Animation support class that stores the animation state and implements the animation.
|
| Animator |
Simple animator based on ideas and concepts from "Filthy Rich Clients" book
and "Timing Framework" library.
|
| ColorFunctions |
Functions that modify colors.
|
| ColorFunctions.Fade |
Set the alpha of a color.
|
| ColorFunctions.HSLChange |
Set the hue, saturation, luminance or alpha of a color.
|
| ColorFunctions.HSLIncreaseDecrease |
Increase or decrease hue, saturation, luminance or alpha of a color in the HSL color space
by an absolute or relative amount.
|
| ColorFunctions.Mix |
Mix two colors.
|
| CubicBezierEasing |
An interpolator for Animator that uses a cubic bezier curve.
|
| DerivedColor |
A (red) color that acts as a placeholder in UI defaults.
|
| FontUtils |
Utility methods for fonts.
|
| Graphics2DProxy |
|
| GrayFilter |
An image filter that turns an image into a grayscale image.
|
| HiDPIUtils |
|
| HSLColor |
The HSLColor class provides methods to manipulate HSL (Hue, Saturation
Luminance) values to create a corresponding Color object using the RGB
ColorSpace.
|
| JavaCompatibility |
Provides Java version compatibility methods.
|
| MultiResolutionImageSupport |
Support for multi-resolution images available since Java 9.
|
| NativeLibrary |
Helper class to load native library (.dll, .so or .dylib) stored in Jar.
|
| ScaledEmptyBorder |
Empty border that scales insets.
|
| ScaledImageIcon |
Scales the given image icon using the system and user scale factors and
paints the icon at system scale factor 1x.
|
| SoftCache<K,V> |
A simple cache (map) that uses soft references for the values.
|
| StringUtils |
Utility methods for strings.
|
| SwingUtils |
Utility methods for Swing.
|
| SystemInfo |
Provides information about the current system.
|
| UIScale |
This class handles scaling in Swing UIs.
|