| Package | Description |
|---|---|
| com.jidesoft.range |
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Category<T>
This class is really an adapter because it takes any object and allows it to be used as a Category.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Category.compareTo(Positionable o) |
| Constructor and Description |
|---|
AggregatedRange(java.util.Collection<Positionable> positions)
Create a range from the supplied Positionable instances
|