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

D

DARK_BLUE - Static variable in class org.jfree.chart.ChartColor
A dark blue color.
DARK_CYAN - Static variable in class org.jfree.chart.ChartColor
A dark cyan color.
DARK_GREEN - Static variable in class org.jfree.chart.ChartColor
A dark green color.
DARK_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A dark magenta color.
DARK_RED - Static variable in class org.jfree.chart.ChartColor
A dark red color.
DARK_YELLOW - Static variable in class org.jfree.chart.ChartColor
A dark yellow color.
data - Variable in class org.jfree.data.ComparableObjectSeries
Storage for the data items in the series.
data - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Storage for the data.
data - Variable in class org.jfree.data.time.TimeSeries
The list of data items in the series.
data - Variable in class org.jfree.data.xy.MatrixSeries
Series matrix values
data - Variable in class org.jfree.data.xy.XYSeries
Storage for the data items in the series.
DataPackageResources - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources() - Constructor for class org.jfree.data.resources.DataPackageResources
 
DataPackageResources_de - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de() - Constructor for class org.jfree.data.resources.DataPackageResources_de
 
DataPackageResources_es - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_es() - Constructor for class org.jfree.data.resources.DataPackageResources_es
 
DataPackageResources_fr - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_fr() - Constructor for class org.jfree.data.resources.DataPackageResources_fr
 
DataPackageResources_pl - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_pl() - Constructor for class org.jfree.data.resources.DataPackageResources_pl
 
DataPackageResources_ru - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_ru() - Constructor for class org.jfree.data.resources.DataPackageResources_ru
 
Dataset - Interface in org.jfree.data.general
The base interface for data sets.
DATASET_UPDATED - Static variable in class org.jfree.chart.event.ChartChangeEventType
DATASET_UPDATED.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.CategoryPlot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.Plot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.PolarPlot
Receives notification of a change to the plot's m_Dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.ThermometerPlot
Checks to see if a new value means the axis range needs adjusting.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.category.CategoryToPieDataset
Sends a DatasetChangeEvent to all registered listeners, with this (not the underlying) dataset as the source.
datasetChanged(DatasetChangeEvent) - Method in interface org.jfree.data.general.DatasetChangeListener
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.xy.IntervalXYDelegate
Handles events from the dataset by recalculating the interval if necessary.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.xy.XYBarDataset
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.xy.XYDatasetTableModel
Receives notification that the underlying dataset has changed.
DatasetChangeEvent - Class in org.jfree.data.general
A change event that encapsulates information about a change to a dataset.
DatasetChangeEvent(Object, Dataset) - Constructor for class org.jfree.data.general.DatasetChangeEvent
Constructs a new event.
DatasetChangeListener - Interface in org.jfree.data.general
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - Class in org.jfree.data.general
A class that is used to group datasets (currently not used for any specific purpose).
DatasetGroup() - Constructor for class org.jfree.data.general.DatasetGroup
Constructs a new group.
DatasetGroup(String) - Constructor for class org.jfree.data.general.DatasetGroup
Creates a new group with the specified id.
DatasetReader - Class in org.jfree.data.xml
A utility class for reading datasets from XML.
DatasetReader() - Constructor for class org.jfree.data.xml.DatasetReader
 
DatasetRenderingOrder - Class in org.jfree.chart.plot
Defines the tokens that indicate the rendering order for datasets in a CategoryPlot or an XYPlot.
DatasetTags - Interface in org.jfree.data.xml
Constants for the tags that identify the elements in the XML files.
DatasetUtilities - Class in org.jfree.data.general
A collection of useful static methods relating to datasets.
DataUtilities - Class in org.jfree.data
Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities).
DataUtilities() - Constructor for class org.jfree.data.DataUtilities
 
DATE_FORMAT - Static variable in class org.jfree.data.time.Day
A standard date formatter.
DATE_FORMAT_LONG - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_MEDIUM - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_SHORT - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DateAxis - Class in org.jfree.chart.axis
The base class for axes that display dates.
DateAxis() - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis with no label.
DateAxis(String) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis with the specified label.
DateAxis(String, TimeZone) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateRange - Class in org.jfree.data.time
A range specified in terms of two java.util.Date objects.
DateRange() - Constructor for class org.jfree.data.time.DateRange
Default constructor.
DateRange(Date, Date) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range.
DateRange(double, double) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range using two values that will be interpreted as "milliseconds since midnight GMT, 1-Jan-1970".
DateRange(Range) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range that is based on another Range.
DateTick - Class in org.jfree.chart.axis
A tick used by the DateAxis class.
DateTick(Date, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.DateTick
Creates a new date tick.
DateTickMarkPosition - Class in org.jfree.chart.axis
Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
DateTickUnit - Class in org.jfree.chart.axis
A tick unit for use by subclasses of DateAxis.
DateTickUnit(int, int) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTickUnit(int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTickUnit(int, int, int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new unit.
DateTitle - Class in org.jfree.chart.title
A chart title that displays the date.
DateTitle() - Constructor for class org.jfree.chart.title.DateTitle
Creates a new chart title that displays the current date in the default (LONG) format for the locale, positioned to the bottom right of the chart.
DateTitle(int) - Constructor for class org.jfree.chart.title.DateTitle
Creates a new chart title that displays the current date with the specified style (for the default locale).
DateTitle(int, Locale, Font, Paint) - Constructor for class org.jfree.chart.title.DateTitle
Creates a new chart title that displays the current date.
DateTitle(int, Locale, Font, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.DateTitle
Creates a new chart title that displays the current date.
dateToJava2D(Date, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Translates a date to Java2D coordinates, based on the range displayed by this axis for the specified data area.
dateToString(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Formats a date using the tick unit's formatter.
DAY - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for days.
Day - Class in org.jfree.data.time
Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
Day() - Constructor for class org.jfree.data.time.Day
Creates a new instance, derived from the system date/time (and assuming the default timezone).
Day(int, int, int) - Constructor for class org.jfree.data.time.Day
Constructs a new one day time period.
Day(SerialDate) - Constructor for class org.jfree.data.time.Day
Constructs a new one day time period.
Day(Date) - Constructor for class org.jfree.data.time.Day
Constructs a new instance, based on a particular date/time and the default time zone.
Day(Date, TimeZone) - Constructor for class org.jfree.data.time.Day
Constructs a new instance, based on a particular date/time and time zone.
DAY_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a day segment size in ms.
dec(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by a number of segments.
dec() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by one segment.
DEFAULT_ADVANCE_LINE_PAINT - Static variable in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line paint.
DEFAULT_ADVANCE_LINE_STROKE - Static variable in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line stroke.
DEFAULT_ANCHOR_DATE - Static variable in class org.jfree.chart.axis.DateAxis
The default anchor date.
DEFAULT_ARROW_LENGTH - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default arrow length (in Java2D units).
DEFAULT_ARROW_LENGTH - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow length (in Java2D units).
DEFAULT_ARROW_WIDTH - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default arrow width (in Java2D units).
DEFAULT_ARROW_WIDTH - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow width (in Java2D units).
DEFAULT_AUTO_RANGE - Static variable in class org.jfree.chart.axis.ValueAxis
The default auto-range value.
DEFAULT_AUTO_RANGE_INCLUDES_ZERO - Static variable in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeIncludesZero flag.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE - Static variable in class org.jfree.chart.axis.ValueAxis
The default minimum auto range.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS - Static variable in class org.jfree.chart.axis.DateAxis
The default minimum auto range size.
DEFAULT_AUTO_RANGE_STICKY_ZERO - Static variable in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeStickyZero flag.
DEFAULT_AUTO_TICK_UNIT_SELECTION - Static variable in class org.jfree.chart.axis.ValueAxis
The default auto-tick-unit-selection value.
DEFAULT_AXIS_LABEL_FONT - Static variable in class org.jfree.chart.axis.Axis
The default axis label font.
DEFAULT_AXIS_LABEL_GAP - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default axis label gap (currently 10%).
DEFAULT_AXIS_LABEL_INSETS - Static variable in class org.jfree.chart.axis.Axis
The default axis label insets.
DEFAULT_AXIS_LABEL_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default axis label paint.
DEFAULT_AXIS_LINE_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default axis line paint.
DEFAULT_AXIS_LINE_STROKE - Static variable in class org.jfree.chart.axis.Axis
The default axis line stroke.
DEFAULT_AXIS_MARGIN - Static variable in class org.jfree.chart.axis.CategoryAxis
The default margin for the axis (used for both lower and upper margins).
DEFAULT_AXIS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default axis visibility.
DEFAULT_BACKGROUND_ALPHA - Static variable in class org.jfree.chart.plot.Plot
The default background alpha transparency.
DEFAULT_BACKGROUND_IMAGE - Static variable in class org.jfree.chart.JFreeChart
The default background image.
DEFAULT_BACKGROUND_IMAGE_ALIGNMENT - Static variable in class org.jfree.chart.JFreeChart
The default background image alignment.
DEFAULT_BACKGROUND_IMAGE_ALPHA - Static variable in class org.jfree.chart.JFreeChart
The default background image alpha.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.JFreeChart
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.Plot
The default background color.
DEFAULT_BASE_RADIUS - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default base radius (in Java2D units).
DEFAULT_BASE_RADIUS - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default base radius (in Java2D units).
DEFAULT_BORDER_SIZE - Static variable in class org.jfree.chart.plot.MeterPlot
The default border size.
DEFAULT_BUFFER_USED - Static variable in class org.jfree.chart.ChartPanel
Default setting for buffer usage.
DEFAULT_CATEGORY_MARGIN - Static variable in class org.jfree.chart.axis.CategoryAxis
The default margin between categories (a percentage of the overall axis length).
DEFAULT_CIRCLE_SIZE - Static variable in class org.jfree.chart.plot.MeterPlot
The default circle size.
DEFAULT_COLORBAR_THICKNESS - Static variable in class org.jfree.chart.axis.ColorBar
Deprecated. The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS_PERCENT - Static variable in class org.jfree.chart.axis.ColorBar
Deprecated. The default color bar thickness percentage.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.CategoryPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_STROKE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_STROKE - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_STROKE - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_VISIBLE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default crosshair visibility.
DEFAULT_CROSSHAIR_VISIBLE - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default crosshair visibility.
DEFAULT_CROSSHAIR_VISIBLE - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair visibility.
DEFAULT_DATE_RANGE - Static variable in class org.jfree.chart.axis.DateAxis
The default axis range.
DEFAULT_DATE_TICK_UNIT - Static variable in class org.jfree.chart.axis.DateAxis
The default date tick unit.
DEFAULT_DIVIDER_PAINT - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider paint.
DEFAULT_DIVIDER_STROKE - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider stroke.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class org.jfree.data.time.TimePeriodValues
Default value for the domain description.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the domain description.
DEFAULT_DOMAIN_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the domain axis.
DEFAULT_FILL_PAINT_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default fill paint sequence.
DEFAULT_FONT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.title.TextTitle
The default font.
DEFAULT_FOREGROUND_ALPHA - Static variable in class org.jfree.chart.plot.Plot
The default foreground alpha transparency.
DEFAULT_FORMAT_STRING - Static variable in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
The default item label format.
DEFAULT_GRID_BAND_PAINT - Static variable in class org.jfree.chart.axis.SymbolAxis
The default grid band paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.CategoryPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.FastScatterPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.PolarPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.XYPlot
The default grid line paint.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.FastScatterPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.PolarPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.XYPlot
The default grid line stroke.
DEFAULT_HEAD - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default head radius percent (currently 1%).
DEFAULT_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default panel height.
DEFAULT_HORIZONTAL_ALIGNMENT - Static variable in class org.jfree.chart.title.Title
The default horizontal alignment.
DEFAULT_INSETS - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default insets.
DEFAULT_INSETS - Static variable in class org.jfree.chart.plot.ContourPlot
Deprecated. The default insets.
DEFAULT_INSETS - Static variable in class org.jfree.chart.plot.Plot
The default insets.
DEFAULT_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.PiePlot
The default interior gap.
DEFAULT_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default interior gap.
DEFAULT_INVERTED - Static variable in class org.jfree.chart.axis.ValueAxis
The default inverted flag setting.
DEFAULT_ITEM_FONT - Static variable in class org.jfree.chart.title.LegendTitle
The default item font.
DEFAULT_ITEM_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYItemLabelGenerator
The default item label format.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.BarRenderer
The default item margin percentage.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.LevelRenderer
The default item margin percentage.
DEFAULT_ITEM_PAINT - Static variable in class org.jfree.chart.title.LegendTitle
The default item paint.
DEFAULT_ITEM_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default item parameter.
DEFAULT_LABEL_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label background paint.
DEFAULT_LABEL_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label background paint.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.CompassPlot
The default label font.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.MeterPlot
The default label font.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label font.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label font.
DEFAULT_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT_STRING - Static variable in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_FORMAT_STRING - Static variable in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_OFFSET - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default label offset (in Java2D units).
DEFAULT_LABEL_OFFSET - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default label offset (in Java2D units).
DEFAULT_LABEL_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label outline paint.
DEFAULT_LABEL_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline paint.
DEFAULT_LABEL_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.PiePlot
The default section label outline stroke.
DEFAULT_LABEL_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline stroke.
DEFAULT_LABEL_PAINT - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default label paint.
DEFAULT_LABEL_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label paint.
DEFAULT_LABEL_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label paint.
DEFAULT_LABEL_SHADOW_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label shadow paint.
DEFAULT_LABEL_SHADOW_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label shadow paint.
DEFAULT_LEGEND_ITEM_BOX - Static variable in class org.jfree.chart.plot.Plot
A default box shape for legend items.
DEFAULT_LEGEND_ITEM_CIRCLE - Static variable in class org.jfree.chart.plot.Plot
A default circle shape for legend items.
DEFAULT_LOWER_BOUND - Static variable in class org.jfree.chart.axis.ValueAxis
Deprecated. From 1.0.5 onwards, the axis defines a defaultRange attribute (see ValueAxis.getDefaultAutoRange()).
DEFAULT_LOWER_BOUND - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default lower bound.
DEFAULT_LOWER_MARGIN - Static variable in class org.jfree.chart.axis.ValueAxis
The default value for the lower margin (0.05 = 5%).
DEFAULT_MAX_VALUE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default maximum value plotted - forces the plot to evaluate the maximum from the data passed in
DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_METER_ANGLE - Static variable in class org.jfree.chart.plot.MeterPlot
The default meter angle.
DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW - Static variable in class org.jfree.chart.plot.PiePlot
The default minimum arc angle to draw.
DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_OUTERGAP - Static variable in class org.jfree.chart.axis.ColorBar
Deprecated. The default outer gap.
DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.Plot
The default outline color.
DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default outline paint.
DEFAULT_OUTLINE_PAINT_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default outline paint sequence.
DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.Plot
The default outline stroke.
DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default outline stroke.
DEFAULT_OUTLINE_STROKE_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default outline stroke sequence.
DEFAULT_PADDING - Static variable in class org.jfree.chart.title.Title
Default title padding.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.block.LabelBlock
The default color.
DEFAULT_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default paint.
DEFAULT_PAINT_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default fill paint sequence.
DEFAULT_POSITION - Static variable in class org.jfree.chart.title.Title
The default title position.
DEFAULT_PREFIX - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default prefix.
DEFAULT_RANGE - Static variable in class org.jfree.chart.axis.ValueAxis
The default axis range.
DEFAULT_RANGE_DESCRIPTION - Static variable in class org.jfree.data.time.TimePeriodValues
Default value for the range description.
DEFAULT_RANGE_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the range description.
DEFAULT_RANGE_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the range axis.
DEFAULT_ROTATION_ANCHOR - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANCHOR - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANGLE - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default rotation angle.
DEFAULT_ROTATION_ANGLE - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation angle.
DEFAULT_SCALE_FACTOR - Static variable in class org.jfree.data.xy.NormalizedMatrixSeries
The default scale factor.
DEFAULT_SECTION_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
The default section label format.
DEFAULT_SECTION_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieToolTipGenerator
The default section label format.
DEFAULT_SERIES_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default series parameter.
DEFAULT_SHAPE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default shape.
DEFAULT_SHAPE_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default shape sequence.
DEFAULT_START_ANGLE - Static variable in class org.jfree.chart.plot.PiePlot
The default starting angle for the pie chart.
DEFAULT_START_ANGLE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default starting angle for the radar chart axes.
DEFAULT_STROKE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default stroke.
DEFAULT_STROKE_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default stroke sequence.
DEFAULT_TEXT_ANCHOR - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default text anchor.
DEFAULT_TEXT_ANCHOR - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default text anchor.
DEFAULT_TEXT_PAINT - Static variable in class org.jfree.chart.title.TextTitle
The default text color.
DEFAULT_TICK_LABEL_FONT - Static variable in class org.jfree.chart.axis.Axis
The default tick label font.
DEFAULT_TICK_LABEL_INSETS - Static variable in class org.jfree.chart.axis.Axis
The default tick label insets.
DEFAULT_TICK_LABEL_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default tick label paint.
DEFAULT_TICK_LABELS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default tick labels visibility.
DEFAULT_TICK_MARK_INSIDE_LENGTH - Static variable in class org.jfree.chart.axis.Axis
The default tick mark inside length.
DEFAULT_TICK_MARK_OUTSIDE_LENGTH - Static variable in class org.jfree.chart.axis.Axis
The default tick mark outside length.
DEFAULT_TICK_MARK_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default tick paint.
DEFAULT_TICK_MARK_STROKE - Static variable in class org.jfree.chart.axis.Axis
The default tick stroke.
DEFAULT_TICK_MARKS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default tick marks visible.
DEFAULT_TICK_UNIT - Static variable in class org.jfree.chart.axis.NumberAxis
The default tick unit.
DEFAULT_TIME_ZONE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
This is the default time zone where the application is running.
DEFAULT_TIME_ZONE - Static variable in class org.jfree.data.time.RegularTimePeriod
The default time zone.
DEFAULT_TIP_RADIUS - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default tip radius (in Java2D units).
DEFAULT_TIP_RADIUS - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default tip radius (in Java2D units).
DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.JFreeChart
The default font for titles.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYZToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT_STRING - Static variable in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
The default format string.
DEFAULT_TOOL_TIP_FORMAT_STRING - Static variable in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
The default format string.
DEFAULT_TOOLTIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieToolTipGenerator
The default tooltip format.
DEFAULT_UPPER_BOUND - Static variable in class org.jfree.chart.axis.ValueAxis
Deprecated. From 1.0.5 onwards, the axis defines a defaultRange attribute (see ValueAxis.getDefaultAutoRange()).
DEFAULT_UPPER_BOUND - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default upper bound.
DEFAULT_UPPER_MARGIN - Static variable in class org.jfree.chart.axis.ValueAxis
The default value for the upper margin (0.05 = 5%).
DEFAULT_VALUE_LABEL_FONT - Static variable in class org.jfree.chart.plot.CategoryPlot
The default value label font.
DEFAULT_VALUE_LABEL_FONT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default value label font.
DEFAULT_VALUE_LABEL_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default value label paint.
DEFAULT_VERTICAL_ALIGNMENT - Static variable in class org.jfree.chart.title.Title
The default vertical alignment.
DEFAULT_VERTICAL_TICK_LABELS - Static variable in class org.jfree.chart.axis.NumberAxis
The default setting for the vertical tick labels flag.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default wall paint.
DEFAULT_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default panel width.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default y-offset for the 3D effect.
DEFAULT_ZOOM_TRIGGER_DISTANCE - Static variable in class org.jfree.chart.ChartPanel
The minimum size required to perform a zoom on a rectangle
DefaultBoxAndWhiskerCategoryDataset - Class in org.jfree.data.statistics
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
DefaultBoxAndWhiskerCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Creates a new dataset.
DefaultBoxAndWhiskerXYDataset - Class in org.jfree.data.statistics
A simple implementation of the BoxAndWhiskerXYDataset.
DefaultBoxAndWhiskerXYDataset(Comparable) - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Constructs a new box and whisker dataset.
DefaultCategoryDataset - Class in org.jfree.data.category
A default implementation of the CategoryDataset interface.
DefaultCategoryDataset() - Constructor for class org.jfree.data.category.DefaultCategoryDataset
Creates a new (empty) dataset.
DefaultCategoryItemRenderer - Class in org.jfree.chart.renderer.category
A default renderer for the CategoryPlot class.
DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
 
DefaultChartEditorFactory - Class in org.jfree.chart.editor
A default implementation of the ChartEditorFactory interface.
DefaultChartEditorFactory() - Constructor for class org.jfree.chart.editor.DefaultChartEditorFactory
Creates a new instance.
DefaultContourDataset - Class in org.jfree.data.contour
Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
DefaultContourDataset() - Constructor for class org.jfree.data.contour.DefaultContourDataset
Deprecated. Creates a new dataset, initially empty.
DefaultContourDataset(Comparable, Object[], Object[], Object[]) - Constructor for class org.jfree.data.contour.DefaultContourDataset
Deprecated. Constructs a new dataset with the given data.
defaultDisplay(Graphics2D, Shape) - Method in class org.jfree.chart.needle.MeterNeedle
Displays a shape.
DefaultDrawingSupplier - Class in org.jfree.chart.plot
A default implementation of the DrawingSupplier interface.
DefaultDrawingSupplier() - Constructor for class org.jfree.chart.plot.DefaultDrawingSupplier
Creates a new supplier, with default sequences for fill paint, outline paint, stroke and shapes.
DefaultDrawingSupplier(Paint[], Paint[], Stroke[], Stroke[], Shape[]) - Constructor for class org.jfree.chart.plot.DefaultDrawingSupplier
Creates a new supplier.
DefaultDrawingSupplier(Paint[], Paint[], Paint[], Stroke[], Stroke[], Shape[]) - Constructor for class org.jfree.chart.plot.DefaultDrawingSupplier
Creates a new supplier.
DefaultHighLowDataset - Class in org.jfree.data.xy
A simple implementation of the OHLCDataset interface.
DefaultHighLowDataset(Comparable, Date[], double[], double[], double[], double[], double[]) - Constructor for class org.jfree.data.xy.DefaultHighLowDataset
Constructs a new high/low/open/close dataset.
DefaultIntervalCategoryDataset - Class in org.jfree.data.category
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
DefaultIntervalCategoryDataset(double[][], double[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Creates a new dataset.
DefaultIntervalCategoryDataset(Number[][], Number[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultIntervalCategoryDataset(String[], Number[][], Number[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series.
DefaultIntervalCategoryDataset(Comparable[], Comparable[], Number[][], Number[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series and the supplied objects for the categories.
DefaultIntervalXYDataset - Class in org.jfree.data.xy
A dataset that defines a range (interval) for both the x-values and the y-values.
DefaultIntervalXYDataset() - Constructor for class org.jfree.data.xy.DefaultIntervalXYDataset
Creates a new DefaultIntervalXYDataset instance, initially containing no data.
DefaultKeyedValue - Class in org.jfree.data
A (key, value) pair.
DefaultKeyedValue(Comparable, Number) - Constructor for class org.jfree.data.DefaultKeyedValue
Creates a new (key, value) item.
DefaultKeyedValueDataset - Class in org.jfree.data.general
A default implementation of the KeyedValueDataset interface.
DefaultKeyedValueDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Constructs a new dataset, initially empty.
DefaultKeyedValueDataset(Comparable, Number) - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Creates a new dataset with the specified initial value.
DefaultKeyedValueDataset(KeyedValue) - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Creates a new dataset that uses the data from a KeyedValue instance.
DefaultKeyedValues - Class in org.jfree.data
An ordered list of (key, value) items.
DefaultKeyedValues() - Constructor for class org.jfree.data.DefaultKeyedValues
Creates a new collection (initially empty).
DefaultKeyedValues2D - Class in org.jfree.data
A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).
DefaultKeyedValues2D() - Constructor for class org.jfree.data.DefaultKeyedValues2D
Creates a new instance (initially empty).
DefaultKeyedValues2D(boolean) - Constructor for class org.jfree.data.DefaultKeyedValues2D
Creates a new instance (initially empty).
DefaultKeyedValues2DDataset - Class in org.jfree.data.general
A default implementation of the KeyedValues2DDataset interface.
DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValues2DDataset
 
DefaultKeyedValuesDataset - Class in org.jfree.data.general
A default implementation of the KeyedValuesDataset interface.
DefaultKeyedValuesDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValuesDataset
 
DefaultOHLCDataset - Class in org.jfree.data.xy
A simple implementation of the OHLCDataset interface.
DefaultOHLCDataset(Comparable, OHLCDataItem[]) - Constructor for class org.jfree.data.xy.DefaultOHLCDataset
Creates a new dataset.
DefaultPieDataset - Class in org.jfree.data.general
A default implementation of the PieDataset interface.
DefaultPieDataset() - Constructor for class org.jfree.data.general.DefaultPieDataset
Constructs a new dataset, initially empty.
DefaultPieDataset(KeyedValues) - Constructor for class org.jfree.data.general.DefaultPieDataset
Creates a new dataset by copying data from a KeyedValues instance.
DefaultPolarItemRenderer - Class in org.jfree.chart.renderer
A renderer that can be used with the PolarPlot class.
DefaultPolarItemRenderer() - Constructor for class org.jfree.chart.renderer.DefaultPolarItemRenderer
Creates a new instance of DefaultPolarItemRenderer
DefaultStatisticalCategoryDataset - Class in org.jfree.data.statistics
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
DefaultStatisticalCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Creates a new dataset.
DefaultTableXYDataset - Class in org.jfree.data.xy
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
DefaultTableXYDataset() - Constructor for class org.jfree.data.xy.DefaultTableXYDataset
Creates a new empty dataset.
DefaultTableXYDataset(boolean) - Constructor for class org.jfree.data.xy.DefaultTableXYDataset
Creates a new empty dataset.
DefaultValueDataset - Class in org.jfree.data.general
A dataset that stores a single value (that is possibly null).
DefaultValueDataset() - Constructor for class org.jfree.data.general.DefaultValueDataset
Constructs a new dataset, initially empty.
DefaultValueDataset(double) - Constructor for class org.jfree.data.general.DefaultValueDataset
Creates a new dataset with the specified value.
DefaultValueDataset(Number) - Constructor for class org.jfree.data.general.DefaultValueDataset
Creates a new dataset with the specified value.
DefaultWindDataset - Class in org.jfree.data.xy
A default implementation of the WindDataset interface.
DefaultWindDataset() - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a new, empty, dataset.
DefaultWindDataset(Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
DefaultWindDataset(String[], Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
DefaultWindDataset(List, Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
DefaultXYDataset - Class in org.jfree.data.xy
A default implementation of the XYDataset interface that stores data values in arrays of double primitives.
DefaultXYDataset() - Constructor for class org.jfree.data.xy.DefaultXYDataset
Creates a new DefaultXYDataset instance, initially containing no data.
DefaultXYItemRenderer - Class in org.jfree.chart.renderer.xy
A default renderer for the XYPlot class.
DefaultXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.DefaultXYItemRenderer
 
DefaultXYZDataset - Class in org.jfree.data.xy
A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
DefaultXYZDataset() - Constructor for class org.jfree.data.xy.DefaultXYZDataset
Creates a new DefaultXYZDataset instance, initially containing no data.
delegateSet - Variable in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
The delegate dataset.
delete(int, int) - Method in class org.jfree.data.ComparableObjectSeries
Deletes a range of items from the series and sends a SeriesChangeEvent to all registered listeners.
delete(int, int) - Method in class org.jfree.data.time.TimePeriodValues
Deletes data from start until end index (end inclusive) and sends a SeriesChangeEvent to all registered listeners.
delete(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Deletes the data item for the given time period and sends a SeriesChangeEvent to all registered listeners.
delete(int, int) - Method in class org.jfree.data.time.TimeSeries
Deletes data from start until end index (end inclusive).
delete(int, int) - Method in class org.jfree.data.xy.XYSeries
Deletes a range of items from the series and sends a SeriesChangeEvent to all registered listeners.
DESCENDING - Static variable in class org.jfree.data.DomainOrder
Descending order.
DeviationRenderer - Class in org.jfree.chart.renderer.xy
A specialised subclass of the XYLineAndShapeRenderer that requires an IntervalXYDataset and represents the y-interval by shading an area behind the y-values on the chart.
DeviationRenderer() - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer
Creates a new renderer that displays lines and shapes for the data items, as well as the shaded area for the y-interval.
DeviationRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer
Creates a new renderer.
DeviationRenderer.State - Class in org.jfree.chart.renderer.xy
A state object that is passed to each call to drawItem.
DeviationRenderer.State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer.State
Creates a new state instance.
DialShape - Class in org.jfree.chart.plot
Used to indicate the background shape for a MeterPlot.
DIRECTIONS - Static variable in class org.jfree.chart.axis.CompassFormat
The directions.
DISCONTINUOUS - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISCONTINUOUS_LINES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISPLAY_HIGH - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for display high value in subrangeInfo matrix.
DISPLAY_LOW - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for display low value in subrangeInfo matrix.
DisplayChart - Class in org.jfree.chart.servlet
Servlet used for streaming charts to the client browser from the temporary directory.
DisplayChart() - Constructor for class org.jfree.chart.servlet.DisplayChart
Default constructor.
displayPopupMenu(int, int) - Method in class org.jfree.chart.ChartPanel
The idea is to modify the zooming options depending on the type of chart being displayed by the panel.
distance(double, double, double, double) - Method in class org.jfree.data.contour.NonGridContourDataset
Deprecated. Calculates the distance between two points.
distributeLabels(double, double) - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
Called by the PiePlot class.
distributeLabels(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Distributes the labels.
doEditChartProperties() - Method in class org.jfree.chart.ChartPanel
Displays a dialog that allows the user to edit the properties for the current chart.
DomainInfo - Interface in org.jfree.data
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.