| Interface | Description |
|---|---|
| PublicCloneable |
An interface that exposes the clone() method.
|
| ShadowGenerator |
An interface that defines the API for a shadow generator.
|
| Class | Description |
|---|---|
| AbstractObjectList |
A list of objects that can grow as required.
|
| Args |
A utility class for checking method arguments.
|
| ArrayUtils |
Utility methods for working with arrays.
|
| AttrStringUtils |
Some
AttributedString utilities. |
| BooleanList |
A list of
Boolean objects. |
| 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.
|
| LineUtils |
Some utility methods for
Line2D objects. |
| LogFormat |
A number formatter for logarithmic values.
|
| ObjectList |
A list of objects that can grow as required.
|
| ObjectUtils |
A collection of useful static utility methods for handling classes and object
instantiation.
|
| PaintAlpha |
This class contains static methods for the manipulation
of objects of type
Paint |
| PaintList |
A table of
Paint objects. |
| PaintUtils |
Utility code that relates to
Paint objects. |
| RelativeDateFormat |
A formatter that formats dates to show the elapsed time relative to some
base date.
|
| ResourceBundleWrapper |
Wrapper of ResourceBundle.getBundle() methods.
|
| SerialUtils |
A class containing useful utility methods relating to serialization.
|
| ShapeList |
A table of
Shape objects. |
| ShapeUtils |
Utility methods for
Shape objects. |
| StringUtils |
String utilities.
|
| StrokeList |
A table of
Stroke objects. |
| XYCoordinateType |
Represents several possible interpretations for an (x, y) coordinate.
|
| Enum | Description |
|---|---|
| Rotation |
Represents a direction of rotation (
CLOCKWISE or
ANTICLOCKWISE). |
| SortOrder |
Defines tokens used to indicate sorting order (ascending or descending).
|
| TableOrder |
Used to indicate the processing order for a table (by row or by column).
|
| UnitType |
Used to indicate absolute or relative units.
|
Copyright © 2001–2017 JFree.org. All rights reserved.