JIDE 3.5.15

Package com.jidesoft.chart.util

The package contains util classes for JIDE Charts product.

See:
          Description

Interface Summary
Filter<T> An interface for objects that implement an inclusion/exclusion rule on some other type T
Nameable An interface for objects that can be named
Named An interface for objects whose name can be retrieved
 

Class Summary
AbstractBufferedImageOp A convenience class which implements those methods of BufferedImageOp which are rarely changed.
ChartUtils Some utility methods for working with charts (and other components)
ColorFactory The idea of this class is to produce any number of colors, but the colors should be different to one another so that they can be picked out visually in a chart.
GraphicsUtilities Copyright (c) Catalysoft Ltd, 2005-2011 All Rights Reserved Created: 17/09/2011 at 16:21
IdentityFilter<T> Implements the filter interface but does not filter out anything at all.
NoiseFilter A filter which adds random noise into an image.
Pair<T,U> A generic class that contains a pair of two objects of types T and U.
Point2DPool A Pool class that makes it possible to reuse instances of Point2D.Double.
PointFilter An abstract superclass for point filters.
ShapeFactory This class contains some useful static factory methods for generating shapes.
SwingExecutor This class implements an Executor Service but really only offers the execute() method of the Executor interface and ensures that when the submitted Runnable runs, it runs on the Event Dispatch Thread.
 

Enum Summary
Rotation An enum for the most common angles of rotation
 

Annotation Types Summary
Immutable An annotation to state that instances of a class implementing this interface are immutable
 

Package com.jidesoft.chart.util Description

The package contains util classes for JIDE Charts product.


JIDE 3.5.15