| Class | Description |
|---|---|
| Args | A utility class that performs checks for method argument validity. |
| GradientPaintKey | A wrapper for a GradientPaint that can be used as the key for a Map (including a
HashMap). |
| GraphicsUtils | A collection of static utility methods for shapes and images. |
| LinearGradientPaintKey | A wrapper for a LinearGradientPaint that can be used as the key for a Map
(including a HashMap). |
| RadialGradientPaintKey | A wrapper for a RadialGradientPaint that can be used as the key for a Map
(including a HashMap). |
| RyuDouble | An implementation of Ryu for double. |
Utility classes used by the JFreeSVG core library. These provide argument validation, shape copying, gradient paint deduplication keys, and fast double-to-string conversion.
Args - Argument validation (null checks, array length checks)GraphicsUtils - Shape copying and image conversion utilitiesGradientPaintKey - HashMap key for java.awt.GradientPaintLinearGradientPaintKey - HashMap key for java.awt.LinearGradientPaintRadialGradientPaintKey - HashMap key for java.awt.RadialGradientPaintRyuDouble - Ryu algorithm for fast double-to-string conversionorg.jfree.svg - Core JFreeSVG SVG generation classesSince 4.1 (I2P+ fork)