Interface | Description |
---|---|
ShadowGenerator |
An interface that defines the API for a shadow generator.
|
Class | Description |
---|---|
AttrStringUtils |
Some
AttributedString utilities. |
CloneUtils |
Utilities for cloning.
|
DefaultShadowGenerator |
A default implementation of the
ShadowGenerator interface, based on
code in a
blog
post by Romain Guy. |
DirectionalGradientPaintTransformer |
Transforms a
GradientPaint to range over the width of a target
shape. |
ExportUtils |
Utility functions for exporting charts to SVG and PDF format.
|
HexNumberFormat |
A custom number formatter that formats numbers as hexadecimal strings.
|
HMSNumberFormat |
A custom number formatter that formats numbers (in seconds) as HH:MM:SS.
|
LineUtilities |
Some utility methods for
Line2D objects. |
LogFormat |
A number formatter for logarithmic values.
|
PaintAlpha |
This class contains static methods for the manipulation
of objects of type
Paint |
ParamChecks |
A utility class for checking parameters.
|
RelativeDateFormat |
A formatter that formats dates to show the elapsed time relative to some
base date.
|
ResourceBundleWrapper |
Wrapper of ResourceBundle.getBundle() methods.
|
TextUtils |
Text utility functions.
|
XYCoordinateType |
Represents several possible interpretations for an (x, y) coordinate.
|