A dataset containing one or more data series containing (x, y) data items,
where all series in the dataset share the same set of x-values.
The area tapers from the first or last value down to zero.
A simple representation of a task.
A series that contains zero, one or many
Task
objects.
Constructs a new series with the specified name.
A base class for text annotations.
Creates a text annotation with default settings.
A chart title that displays a text string with automatic wrapping as
required.
Creates a new title, using default attributes where necessary.
Creates a new title, using default attributes where necessary.
Creates a new title, using default attributes where necessary.
A plot that displays a single value (from a
ValueDataset
) in a
thermometer type display.
Creates a new thermometer plot.
Creates a new thermometer plot, using default attributes where necessary.
The base class used to represent labelled ticks along an axis.
A chart entity representing a tick label.
Base class representing a tick unit.
Constructs a new tick unit.
Constructs a new collection of tick units.
Tick values are stored for use with stepped palette.
An interface that defines the contract for a Timeline.
A period of time measured to millisecond precision using two instances of
java.util.Date
.
Used to indicate one of three positions in a time period:
START
, MIDDLE
and END
.
The type of period for the data.
An exception that indicates an invalid format in a string representing a
time period.
Represents a time period and an associated value.
Constructs a new data item.
Constructs a new data item.
Creates a new (empty) collection of time period values.
Creates a new time series that contains no data.
Constructs an empty dataset.
Constructs a dataset containing a single series.
Represents a sequence of zero or more data items in the form (period, value).
Creates a new (empty) time series.
Creates a new (empty) time series with the specified name and class
of
RegularTimePeriod
.
Creates a new time series that contains no data.
An example of a time series chart.
A demonstration application showing how to create a simple time series
chart.
A collection of time series objects.
Constructs an empty dataset, tied to the default timezone.
Constructs a dataset containing a single series (more can be added),
tied to the default timezone.
Constructs a dataset containing a single series (more can be added),
tied to a specific timezone.
Constructs an empty dataset, tied to a specific timezone.
Represents one data item in a time series.
Constructs a new data item that associates a value with a time period.
Constructs a new data item that associates a value with a time period.
Wrapper around a time series to convert it to a table model for use in
a JTable
.
Constructs a table model for a time series.
Creates a table model based on a time series.
Construct TimeSeriesURLGenerator overriding defaults
A dataset for regular time periods that implements the
TableXYDataset
interface.
Creates a new dataset with the given time zone.
Creates a new dataset with the given time zone and locale.
The title, empty string not to display
The base class for all chart titles.
Creates a new title, using default attributes where necessary.
Creates a new title, using default attributes where necessary.
Receives notification that a chart title has changed, and passes this
on to registered listeners.
Receives notification of a chart title change event.
A change event that encapsulates information about a change to a chart title.
The interface that must be supported by classes that wish to receive
notification of changes to a chart title.
Returns a new array containing the x and y values from this series.
Returns a constraint for the content of this block that will result in
the bounds of the block matching the specified constraint.
Returns a constraint that matches this one on the width attributes,
but has a fixed height constraint.
Returns a constraint that matches this one on the height attributes,
but has a fixed width constraint.
Translates a value relative to the timeline into a millisecond.
Translates a value relative to this timeline into a domain value.
Interface for generating the tooltip fragment of an HTML image map area tag.
Axis at the top or right.
Returns a constraint that matches this one on the width attributes,
but has a range height constraint.
Returns a constraint that matches this one on the height attributes,
but has a range width constraint.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object (for debugging purposes).
Returns a string representation of this instance, primarily for
debugging purposes.
Returns a string representing the object.
Returns a string representing this object (useful for debugging
purposes).
Returns a string representation of this entity.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representation of the chart entity, useful for
debugging.
Returns a string representing the object.
Returns a string representing the date range (useful for debugging).
Returns a string representing the object.
Returns a string representation of this instance, primarily used for
debugging purposes.
Returns a string representing the day.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the object.
Returns a string representing the month (e.g.
Returns a textual representation of the outlier.
Returns a string containing a description of the object for
debugging purposes.
Returns a string describing the object.
Returns a string representing the entity.
Returns a string representing the object.
Returns a string representing the quarter (e.g.
Returns a string representation of this Range.
Returns a string representing the object.
Returns a string representation of this instance, mostly used for
debugging purposes.
Returns a string representation of the time period.
Returns a string representing the object.
Returns a string representation of the tick.
Returns a string representing the object.
Returns a string representing the week (e.g.
Returns a string representation of this instance, useful for debugging
purposes.
Returns a string representing the year..
Translates a date into a value relative to the segmented timeline.
Translates a date into a value on this timeline.
Translates a value relative to the domain value (all Dates) into a value
relative to the segmented timeline.
Translates a millisecond (as defined by java.util.Date) into an index
along this timeline.
Returns a constraint that matches this one on the width attributes,
but has no height constraint.
Returns a constraint that matches this one on the height attributes,
but has no width constraint.
Re-map an index, for use in retrieving data.
Translates a Java2D point on the chart to a screen location.
Translates a screen location to a Java2D point.
Translates a (theta, radius) pair into Java2D coordinates.
Reduces the specified area by the amount of space consumed
by the border.
Reduces the specified area by the amount of space consumed
by the margin.
Reduces the specified area by the amount of space consumed
by the padding.
Calculate the height available for content after subtracting
the margin, border and padding space from the specified fixed
height.
Calculate the width available for content after subtracting
the margin, border and padding space from the specified fixed
width.
The area is truncated at the first or last value.