Package org.jfree.chart.util
Utility classes used by JFreeChart. Some of these will be candidates for addition to JCommon, but we keep them here so that our dependency is only JCommon 1.0.0 or later.
-
Interface Summary Interface Description ShadowGenerator An interface that defines the API for a shadow generator. -
Class Summary Class Description AttrStringUtils SomeAttributedString
utilities.CloneUtils Utilities for cloning.DefaultShadowGenerator A default implementation of theShadowGenerator
interface, based on code in a blog post by Romain Guy.DirectionalGradientPaintTransformer Transforms aGradientPaint
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 forLine2D
objects.LogFormat A number formatter for logarithmic values.PaintAlpha This class contains static methods for the manipulation of objects of typePaint
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.