JIDE 3.3.1

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
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 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.
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.
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.
 

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.3.1