Alphabetical Index: U

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

U

UNITS - static field in class org.jfree.chart.plot.ThermometerPlot
The unit strings.
UNITS_CELCIUS - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Celcius'.
UNITS_FAHRENHEIT - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Fahrenheit'.
UNITS_KELVIN - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Kelvin'.
UNITS_NONE - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'None'.
An exception that indicates an unknown key value.
UnknownKeyException(String) - constructor for class org.jfree.data.UnknownKeyException
Creates a new exception.
UP_45 - static field in class org.jfree.chart.axis.CategoryLabelPositions
UP_45 category label positions.
UP_90 - static field in class org.jfree.chart.axis.CategoryLabelPositions
UP_90 category label positions.
update(Comparable,Object) - method in class org.jfree.data.ComparableObjectSeries
Updates an item in the series.
update(int,int,double) - method in class org.jfree.data.xy.MatrixSeries
Updates the value of the specified item in this matrix series.
update(int,int,double) - method in class org.jfree.data.xy.NormalizedMatrixSeries
update(int,Number) - method in class org.jfree.data.time.TimePeriodValues
Updates (changes) the value of a data item and sends a SeriesChangeEvent to all registered listeners.
update(int,Number) - method in class org.jfree.data.time.TimeSeries
Updates (changes) the value of a data item.
update(int,Number) - method in class org.jfree.data.xy.XYSeries
Updates the value of an item in the series and sends a SeriesChangeEvent to all registered listeners.
update(Number,Number) - method in class org.jfree.data.xy.XYSeries
Updates an item in the series.
Updates (changes) the value for a time period.
updateAveragedOutlier() - method in class org.jfree.chart.renderer.OutlierList
Updates the averaged outlier.
updateByIndex(int,Number) - method in class org.jfree.data.xy.XYSeries
Updates the value of an item in the series and sends a SeriesChangeEvent to all registered listeners.
updateByIndex(int,Object) - method in class org.jfree.data.ComparableObjectSeries
Updates the value of an item in the series and sends a SeriesChangeEvent to all registered listeners.
updateChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.editor.ChartEditor
Applies the changes to the specified chart.
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.
Considers the current (x, y) coordinate and updates the crosshair point if it meets the criteria (usually means the (x, y) coordinate is the closest to the anchor point so far).
Considers the current (x, y) coordinate and updates the crosshair point if it meets the criteria (usually means the (x, y) coordinate is the closest to the anchor point so far).
updateCrosshairX(double) - method in class org.jfree.chart.plot.CrosshairState
Evaluates an x-value and if it is the closest to the anchor x-value it becomes the new crosshair value.
updateCrosshairX(double,int) - method in class org.jfree.chart.plot.CrosshairState
Evaluates an x-value and if it is the closest to the anchor x-value it becomes the new crosshair value.
updateCrosshairY(double) - method in class org.jfree.chart.plot.CrosshairState
Evaluates a y-value and if it is the closest to the anchor y-value it becomes the new crosshair value.
updateCrosshairY(double,int) - method in class org.jfree.chart.plot.CrosshairState
Evaluates a y-value and if it is the closest to the anchor y-value it becomes the new crosshair value.
updateValue(Number) - method in class org.jfree.data.general.DefaultKeyedValueDataset
Updates the value.
updateXPoints() - method in class org.jfree.data.xy.DefaultTableXYDataset
Updates the x-values for all the series in the dataset.
upperCoordinates - field in class org.jfree.chart.renderer.xy.DeviationRenderer.State
A list of coordinates for the upper y-values in the current series (after translation into Java2D space).
URLTagFragmentGenerator - interface org.jfree.chart.imagemap.URLTagFragmentGenerator
Interface for generating the URL fragment of an HTML image map area tag.