- YEAR - Static variable in class org.jfree.chart.axis.DateTickUnit
-
- YEAR - Static variable in class org.jfree.chart.axis.DateTickUnitType
-
Year.
- Year - Class in org.jfree.data.time
-
Represents a year in the range -9999 to 9999.
- Year() - Constructor for class org.jfree.data.time.Year
-
Creates a new Year
, based on the current system date/time.
- Year(int) - Constructor for class org.jfree.data.time.Year
-
Creates a time period representing a single year.
- Year(Date) - Constructor for class org.jfree.data.time.Year
-
Creates a new Year
, based on a particular instant in time,
using the default time zone.
- Year(Date, TimeZone) - Constructor for class org.jfree.data.time.Year
-
- Year(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Year
-
Creates a new Year
instance, for the specified time zone
and locale.
- YInterval - Class in org.jfree.data.xy
-
A y-interval.
- YInterval(double, double, double) - Constructor for class org.jfree.data.xy.YInterval
-
Creates a new instance of YInterval
.
- YIntervalDataItem - Class in org.jfree.data.xy
-
An item representing data in the form (x, y, y-low, y-high).
- YIntervalDataItem(double, double, double, double) - Constructor for class org.jfree.data.xy.YIntervalDataItem
-
Creates a new instance of YIntervalItem
.
- YIntervalRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws a line connecting the start and end Y values for an
XYPlot
.
- YIntervalRenderer() - Constructor for class org.jfree.chart.renderer.xy.YIntervalRenderer
-
The default constructor.
- YIntervalSeries - Class in org.jfree.data.xy
-
A list of (x, y, y-low, y-high) data items.
- YIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.YIntervalSeries
-
Creates a new empty series.
- YIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.YIntervalSeries
-
Constructs a new xy-series that contains no data.
- YIntervalSeriesCollection - Class in org.jfree.data.xy
-
- YIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.YIntervalSeriesCollection
-
Creates a new instance of YIntervalSeriesCollection
.
- YisSymbolic - Interface in org.jfree.data.xy
-
Represent a data set where Y is a symbolic values.
- yValues - Variable in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Storage for the y values.
- YWithXInterval - Class in org.jfree.data.xy
-
A y-value plus the bounds for the related x-interval.
- YWithXInterval(double, double, double) - Constructor for class org.jfree.data.xy.YWithXInterval
-
Creates a new instance of YWithXInterval
.