Alphabetical Index: D

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 field in class org.jfree.chart.ChartColor
A dark blue color.
DARK_CYAN - static field in class org.jfree.chart.ChartColor
A dark cyan color.
DARK_GREEN - static field in class org.jfree.chart.ChartColor
A dark green color.
DARK_MAGENTA - static field in class org.jfree.chart.ChartColor
A dark magenta color.
DARK_RED - static field in class org.jfree.chart.ChartColor
A dark red color.
DARK_YELLOW - static field in class org.jfree.chart.ChartColor
A dark yellow color.
data - field in class org.jfree.data.ComparableObjectSeries
Storage for the data items in the series.
data - field in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Storage for the data.
data - field in class org.jfree.data.xy.MatrixSeries
Series matrix values
data - field in class org.jfree.data.time.TimeSeries
The list of data items in the series.
data - field in class org.jfree.data.xy.XYSeries
Storage for the data items in the series.
DataPackageResources - class org.jfree.data.resources.DataPackageResources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de - class org.jfree.data.resources.DataPackageResources_de
A resource bundle that stores all the items that might need localisation.
DataPackageResources_es - class org.jfree.data.resources.DataPackageResources_es
A resource bundle that stores all the items that might need localisation.
DataPackageResources_fr - class org.jfree.data.resources.DataPackageResources_fr
A resource bundle that stores all the items that might need localisation.
DataPackageResources_pl - class org.jfree.data.resources.DataPackageResources_pl
A resource bundle that stores all the items that might need localisation.
DataPackageResources_ru - class org.jfree.data.resources.DataPackageResources_ru
A resource bundle that stores all the items that might need localisation.
Dataset - interface org.jfree.data.general.Dataset
The base interface for data sets.
DATASET_UPDATED - static field in class org.jfree.chart.event.ChartChangeEventType
DATASET_UPDATED.
Receives notification of a change to the plot's dataset.
Sends a DatasetChangeEvent to all registered listeners, with this (not the underlying) dataset as the source.
Receives notification of a change to the plot's dataset.
Receives notification of an dataset change event.
Handles events from the dataset by recalculating the interval if necessary.
Receives notification of a change to the plot's dataset.
Receives notification of a change to the plot's m_Dataset.
Checks to see if a new value means the axis range needs adjusting.
Receives notification of an dataset change event.
Receives notification that the underlying dataset has changed.
Receives notification of a change to the plot's dataset.
DatasetChangeEvent - class org.jfree.data.general.DatasetChangeEvent
A change event that encapsulates information about a change to a dataset.
Constructs a new event.
DatasetChangeListener - interface org.jfree.data.general.DatasetChangeListener
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - class org.jfree.data.general.DatasetGroup
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 org.jfree.data.xml.DatasetReader
A utility class for reading datasets from XML.
DatasetRenderingOrder - class org.jfree.chart.plot.DatasetRenderingOrder
Defines the tokens that indicate the rendering order for datasets in a CategoryPlot or an XYPlot.
DatasetTags - interface org.jfree.data.xml.DatasetTags
Constants for the tags that identify the elements in the XML files.
DatasetUtilities - class org.jfree.data.general.DatasetUtilities
A collection of useful static methods relating to datasets.
DataUtilities - class org.jfree.data.DataUtilities
Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities).
DATE_FORMAT - static field in class org.jfree.data.time.Day
A standard date formatter.
DATE_FORMAT_LONG - static field in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_MEDIUM - static field in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_SHORT - static field in class org.jfree.data.time.Day
A date formatter for the default locale.
DateAxis - class org.jfree.chart.axis.DateAxis
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 org.jfree.data.time.DateRange
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(org.jfree.data.Range) - constructor for class org.jfree.data.time.DateRange
Constructs a new range that is based on another Range.
DateTick - class org.jfree.chart.axis.DateTick
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 org.jfree.chart.axis.DateTickMarkPosition
Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
DateTickUnit - class org.jfree.chart.axis.DateTickUnit
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 org.jfree.chart.title.DateTitle
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.
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 field in class org.jfree.chart.axis.DateTickUnit
A constant for days.
Day - class org.jfree.data.time.Day
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(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(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_SEGMENT_SIZE - static field in class org.jfree.chart.axis.SegmentedTimeline
Defines a day segment size in ms.
dec() - method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by one segment.
dec(long) - method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by a number of segments.
DEFAULT_ADVANCE_LINE_PAINT - static field in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line paint.
DEFAULT_ADVANCE_LINE_STROKE - static field in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line stroke.
DEFAULT_ANCHOR_DATE - static field in class org.jfree.chart.axis.DateAxis
The default anchor date.
DEFAULT_ARROW_LENGTH - static field in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default arrow length (in Java2D units).
DEFAULT_ARROW_LENGTH - static field in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow length (in Java2D units).
DEFAULT_ARROW_WIDTH - static field in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default arrow width (in Java2D units).
DEFAULT_ARROW_WIDTH - static field in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow width (in Java2D units).
DEFAULT_AUTO_RANGE - static field in class org.jfree.chart.axis.ValueAxis
The default auto-range value.
DEFAULT_AUTO_RANGE_INCLUDES_ZERO - static field in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeIncludesZero flag.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE - static field in class org.jfree.chart.axis.ValueAxis
The default minimum auto range.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS - static field in class org.jfree.chart.axis.DateAxis
The default minimum auto range size.
DEFAULT_AUTO_RANGE_STICKY_ZERO - static field in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeStickyZero flag.
DEFAULT_AUTO_TICK_UNIT_SELECTION - static field in class org.jfree.chart.axis.ValueAxis
The default auto-tick-unit-selection value.
DEFAULT_AXIS_LABEL_FONT - static field in class org.jfree.chart.axis.Axis
The default axis label font.
DEFAULT_AXIS_LABEL_GAP - static field in class org.jfree.chart.plot.SpiderWebPlot
The default axis label gap (currently 10%).
DEFAULT_AXIS_LABEL_INSETS - static field in class org.jfree.chart.axis.Axis
The default axis label insets.
DEFAULT_AXIS_LABEL_PAINT - static field in class org.jfree.chart.axis.Axis
The default axis label paint.
DEFAULT_AXIS_LINE_PAINT - static field in class org.jfree.chart.axis.Axis
The default axis line paint.
DEFAULT_AXIS_LINE_STROKE - static field in class org.jfree.chart.axis.Axis
The default axis line stroke.
DEFAULT_AXIS_MARGIN - static field in class org.jfree.chart.axis.CategoryAxis
The default margin for the axis (used for both lower and upper margins).
DEFAULT_AXIS_VISIBLE - static field in class org.jfree.chart.axis.Axis
The default axis visibility.
DEFAULT_BACKGROUND_ALPHA - static field in class org.jfree.chart.plot.Plot
The default background alpha transparency.
DEFAULT_BACKGROUND_IMAGE - static field in class org.jfree.chart.JFreeChart
The default background image.
DEFAULT_BACKGROUND_IMAGE_ALIGNMENT - static field in class org.jfree.chart.JFreeChart
The default background image alignment.
DEFAULT_BACKGROUND_IMAGE_ALPHA - static field in class org.jfree.chart.JFreeChart
The default background image alpha.
DEFAULT_BACKGROUND_PAINT - static field in class org.jfree.chart.JFreeChart
The default background color.
DEFAULT_BACKGROUND_PAINT - static field in class org.jfree.chart.plot.Plot
The default background color.
DEFAULT_BASE_RADIUS - static field in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default base radius (in Java2D units).
DEFAULT_BASE_RADIUS - static field in class org.jfree.chart.annotations.XYPointerAnnotation
The default base radius (in Java2D units).
DEFAULT_BORDER_SIZE - static field in class org.jfree.chart.plot.MeterPlot
The default border size.
DEFAULT_BUFFER_USED - static field in class org.jfree.chart.ChartPanel
Default setting for buffer usage.
DEFAULT_CATEGORY_MARGIN - static field in class org.jfree.chart.axis.CategoryAxis
The default margin between categories (a percentage of the overall axis length).
DEFAULT_CIRCLE_SIZE - static field in class org.jfree.chart.plot.MeterPlot
The default circle size.
DEFAULT_COLORBAR_THICKNESS - static field in class org.jfree.chart.axis.ColorBar
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS_PERCENT - static field in class org.jfree.chart.axis.ColorBar
The default color bar thickness percentage.
DEFAULT_CROSSHAIR_PAINT - static field in class org.jfree.chart.plot.CategoryPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_PAINT - static field in class org.jfree.chart.plot.WaferMapPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_PAINT - static field in class org.jfree.chart.plot.XYPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_STROKE - static field in class org.jfree.chart.plot.CategoryPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_STROKE - static field in class org.jfree.chart.plot.WaferMapPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_STROKE - static field in class org.jfree.chart.plot.XYPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_VISIBLE - static field in class org.jfree.chart.plot.CategoryPlot
The default crosshair visibility.
DEFAULT_CROSSHAIR_VISIBLE - static field in class org.jfree.chart.plot.WaferMapPlot
The default crosshair visibility.
DEFAULT_CROSSHAIR_VISIBLE - static field in class org.jfree.chart.plot.XYPlot
The default crosshair visibility.
DEFAULT_DATE_RANGE - static field in class org.jfree.chart.axis.DateAxis
The default axis range.
DEFAULT_DATE_TICK_UNIT - static field in class org.jfree.chart.axis.DateAxis
The default date tick unit.
DEFAULT_DIVIDER_PAINT - static field in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider paint.
DEFAULT_DIVIDER_STROKE - static field in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider stroke.
DEFAULT_DOMAIN_DESCRIPTION - static field in class org.jfree.data.time.TimePeriodValues
Default value for the domain description.
DEFAULT_DOMAIN_DESCRIPTION - static field in class org.jfree.data.time.TimeSeries
Default value for the domain description.
DEFAULT_DOMAIN_GRIDLINES_VISIBLE - static field in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the domain axis.
DEFAULT_FONT - static field in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default font.
DEFAULT_FONT - static field in class org.jfree.chart.annotations.TextAnnotation
The default font.
DEFAULT_FONT - static field in class org.jfree.chart.title.TextTitle
The default font.
DEFAULT_FONT - static field in class org.jfree.chart.annotations.XYTextAnnotation
The default font.
DEFAULT_FOREGROUND_ALPHA - static field in class org.jfree.chart.plot.Plot
The default foreground alpha transparency.
DEFAULT_FORMAT_STRING - static field in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
The default item label format.
DEFAULT_GRID_BAND_PAINT - static field in class org.jfree.chart.axis.SymbolAxis
The default grid band paint.
DEFAULT_GRIDLINE_PAINT - static field in class org.jfree.chart.plot.CategoryPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - static field in class org.jfree.chart.plot.FastScatterPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - static field in class org.jfree.chart.plot.PolarPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - static field in class org.jfree.chart.plot.WaferMapPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - static field in class org.jfree.chart.plot.XYPlot
The default grid line paint.
DEFAULT_GRIDLINE_STROKE - static field in class org.jfree.chart.plot.CategoryPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - static field in class org.jfree.chart.plot.FastScatterPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - static field in class org.jfree.chart.plot.PolarPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - static field in class org.jfree.chart.plot.WaferMapPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - static field in class org.jfree.chart.plot.XYPlot
The default grid line stroke.
DEFAULT_HEAD - static field in class org.jfree.chart.plot.SpiderWebPlot
The default head radius percent (currently 1%).
DEFAULT_HEIGHT - static field in class org.jfree.chart.ChartPanel
The default panel height.
DEFAULT_HORIZONTAL_ALIGNMENT - static field in class org.jfree.chart.title.Title
The default horizontal alignment.
DEFAULT_INSETS - static field in class org.jfree.chart.plot.ContourPlot
The default insets.
DEFAULT_INSETS - static field in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default insets.
DEFAULT_INSETS - static field in class org.jfree.chart.plot.Plot
The default insets.
DEFAULT_INTERIOR_GAP - static field in class org.jfree.chart.plot.PiePlot
The default interior gap.
DEFAULT_INTERIOR_GAP - static field in class org.jfree.chart.plot.SpiderWebPlot
The default interior gap.
DEFAULT_INVERTED - static field in class org.jfree.chart.axis.ValueAxis
The default inverted flag setting.
DEFAULT_ITEM_FONT - static field in class org.jfree.chart.title.LegendTitle
The default item font.
DEFAULT_ITEM_LABEL_FORMAT - static field in class org.jfree.chart.labels.StandardXYItemLabelGenerator
The default item label format.
DEFAULT_ITEM_MARGIN - static field in class org.jfree.chart.renderer.category.BarRenderer
The default item margin percentage.
DEFAULT_ITEM_MARGIN - static field in class org.jfree.chart.renderer.category.LevelRenderer
The default item margin percentage.
DEFAULT_ITEM_PAINT - static field in class org.jfree.chart.title.LegendTitle
The default item paint.
DEFAULT_ITEM_PARAMETER - static field in class org.jfree.chart.urls.StandardXYURLGenerator
The default item parameter.
DEFAULT_LABEL_BACKGROUND_PAINT - static field in class org.jfree.chart.plot.PiePlot
The default section label background paint.
DEFAULT_LABEL_BACKGROUND_PAINT - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label background paint.
DEFAULT_LABEL_FONT - static field in class org.jfree.chart.plot.CompassPlot
The default label font.
DEFAULT_LABEL_FONT - static field in class org.jfree.chart.plot.MeterPlot
The default label font.
DEFAULT_LABEL_FONT - static field in class org.jfree.chart.plot.PiePlot
The default section label font.
DEFAULT_LABEL_FONT - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label font.
DEFAULT_LABEL_FORMAT - static field in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT - static field in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT - static field in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT_STRING - static field in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_FORMAT_STRING - static field in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_OFFSET - static field in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default label offset (in Java2D units).
DEFAULT_LABEL_OFFSET - static field in class org.jfree.chart.annotations.XYPointerAnnotation
The default label offset (in Java2D units).
DEFAULT_LABEL_OUTLINE_PAINT - static field in class org.jfree.chart.plot.PiePlot
The default section label outline paint.
DEFAULT_LABEL_OUTLINE_PAINT - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline paint.
DEFAULT_LABEL_OUTLINE_STROKE - static field in class org.jfree.chart.plot.PiePlot
The default section label outline stroke.
DEFAULT_LABEL_OUTLINE_STROKE - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline stroke.
DEFAULT_LABEL_PAINT - static field in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default label paint.
DEFAULT_LABEL_PAINT - static field in class org.jfree.chart.plot.PiePlot
The default section label paint.
DEFAULT_LABEL_PAINT - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label paint.
DEFAULT_LABEL_SHADOW_PAINT - static field in class org.jfree.chart.plot.PiePlot
The default section label shadow paint.
DEFAULT_LABEL_SHADOW_PAINT - static field in class org.jfree.chart.plot.SpiderWebPlot
The default series label shadow paint.
DEFAULT_LEGEND_ITEM_BOX - static field in class org.jfree.chart.plot.Plot
A default box shape for legend items.
DEFAULT_LEGEND_ITEM_CIRCLE - static field in class org.jfree.chart.plot.Plot
A default circle shape for legend items.
DEFAULT_LOWER_BOUND - static field in class org.jfree.chart.plot.ThermometerPlot
The default lower bound.
DEFAULT_LOWER_BOUND - static field in class org.jfree.chart.axis.ValueAxis
The default lower bound for the axis.
DEFAULT_LOWER_MARGIN - static field in class org.jfree.chart.axis.ValueAxis
The default value for the lower margin (0.05 = 5%).
DEFAULT_MAX_VALUE - static field 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 field in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - static field in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_METER_ANGLE - static field in class org.jfree.chart.plot.MeterPlot
The default meter angle.
DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW - static field in class org.jfree.chart.plot.PiePlot
The default minimum arc angle to draw.
DEFAULT_MINIMUM_DRAW_HEIGHT - static field in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MINIMUM_DRAW_WIDTH - static field in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_OUTERGAP - static field in class org.jfree.chart.axis.ColorBar
The default outer gap.
DEFAULT_OUTLINE_PAINT - static field in class org.jfree.chart.renderer.AbstractRenderer
The default outline paint.
DEFAULT_OUTLINE_PAINT - static field in class org.jfree.chart.plot.Plot
The default outline color.
DEFAULT_OUTLINE_PAINT_SEQUENCE - static field in class org.jfree.chart.plot.DefaultDrawingSupplier
The default outline paint sequence.
DEFAULT_OUTLINE_STROKE - static field in class org.jfree.chart.renderer.AbstractRenderer
The default outline stroke.
DEFAULT_OUTLINE_STROKE - static field in class org.jfree.chart.plot.Plot
The default outline stroke.
DEFAULT_OUTLINE_STROKE_SEQUENCE - static field in class org.jfree.chart.plot.DefaultDrawingSupplier
The default outline stroke sequence.
DEFAULT_PADDING - static field in class org.jfree.chart.title.Title
Default title padding.
DEFAULT_PAINT - static field in class org.jfree.chart.renderer.AbstractRenderer
The default paint.
DEFAULT_PAINT - static field in class org.jfree.chart.block.LabelBlock
The default color.
DEFAULT_PAINT - static field in class org.jfree.chart.annotations.TextAnnotation
The default paint.
DEFAULT_PAINT - static field in class org.jfree.chart.annotations.XYTextAnnotation
The default paint.
DEFAULT_PAINT_SEQUENCE - static field in class org.jfree.chart.plot.DefaultDrawingSupplier
The default fill paint sequence.
DEFAULT_POSITION - static field in class org.jfree.chart.title.Title
The default title position.
DEFAULT_PREFIX - static field in class org.jfree.chart.urls.StandardXYURLGenerator
The default prefix.
DEFAULT_RANGE - static field in class org.jfree.chart.axis.ValueAxis
The default axis range.
DEFAULT_RANGE_DESCRIPTION - static field in class org.jfree.data.time.TimePeriodValues
Default value for the range description.
DEFAULT_RANGE_DESCRIPTION - static field in class org.jfree.data.time.TimeSeries
Default value for the range description.
DEFAULT_RANGE_GRIDLINES_VISIBLE - static field in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the range axis.
DEFAULT_ROTATION_ANCHOR - static field in class org.jfree.chart.annotations.TextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANCHOR - static field in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANGLE - static field in class org.jfree.chart.annotations.TextAnnotation
The default rotation angle.
DEFAULT_ROTATION_ANGLE - static field in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation angle.
DEFAULT_SCALE_FACTOR - static field in class org.jfree.data.xy.NormalizedMatrixSeries
The default scale factor.
DEFAULT_SECTION_LABEL_FORMAT - static field in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
The default section label format.
DEFAULT_SECTION_LABEL_FORMAT - static field in class org.jfree.chart.labels.StandardPieToolTipGenerator
The default section label format.
DEFAULT_SERIES_PARAMETER - static field in class org.jfree.chart.urls.StandardXYURLGenerator
The default series parameter.
DEFAULT_SHAPE - static field in class org.jfree.chart.renderer.AbstractRenderer
The default shape.
DEFAULT_SHAPE_SEQUENCE - static field in class org.jfree.chart.plot.DefaultDrawingSupplier
The default shape sequence.
DEFAULT_START_ANGLE - static field in class org.jfree.chart.plot.PiePlot
The default starting angle for the pie chart.
DEFAULT_START_ANGLE - static field in class org.jfree.chart.plot.SpiderWebPlot
The default starting angle for the radar chart axes.
DEFAULT_STROKE - static field in class org.jfree.chart.renderer.AbstractRenderer
The default stroke.
DEFAULT_STROKE_SEQUENCE - static field in class org.jfree.chart.plot.DefaultDrawingSupplier
The default stroke sequence.
DEFAULT_TEXT_ANCHOR - static field in class org.jfree.chart.annotations.TextAnnotation
The default text anchor.
DEFAULT_TEXT_ANCHOR - static field in class org.jfree.chart.annotations.XYTextAnnotation
The default text anchor.
DEFAULT_TEXT_PAINT - static field in class org.jfree.chart.title.TextTitle
The default text color.
DEFAULT_TICK_LABEL_FONT - static field in class org.jfree.chart.axis.Axis
The default tick label font.
DEFAULT_TICK_LABEL_INSETS - static field in class org.jfree.chart.axis.Axis
The default tick label insets.
DEFAULT_TICK_LABEL_PAINT - static field in class org.jfree.chart.axis.Axis
The default tick label paint.
DEFAULT_TICK_LABELS_VISIBLE - static field in class org.jfree.chart.axis.Axis
The default tick labels visibility.
DEFAULT_TICK_MARK_INSIDE_LENGTH - static field in class org.jfree.chart.axis.Axis
The default tick mark inside length.
DEFAULT_TICK_MARK_OUTSIDE_LENGTH - static field in class org.jfree.chart.axis.Axis
The default tick mark outside length.
DEFAULT_TICK_MARK_PAINT - static field in class org.jfree.chart.axis.Axis
The default tick paint.
DEFAULT_TICK_MARK_STROKE - static field in class org.jfree.chart.axis.Axis
The default tick stroke.
DEFAULT_TICK_MARKS_VISIBLE - static field in class org.jfree.chart.axis.Axis
The default tick marks visible.
DEFAULT_TICK_UNIT - static field in class org.jfree.chart.axis.NumberAxis
The default tick unit.
DEFAULT_TIME_ZONE - static field in class org.jfree.data.time.RegularTimePeriod
The default time zone.
DEFAULT_TIME_ZONE - static field in class org.jfree.chart.axis.SegmentedTimeline
This is the default time zone where the application is running.
DEFAULT_TIP_RADIUS - static field in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default tip radius (in Java2D units).
DEFAULT_TIP_RADIUS - static field in class org.jfree.chart.annotations.XYPointerAnnotation
The default tip radius (in Java2D units).
DEFAULT_TITLE_FONT - static field in class org.jfree.chart.JFreeChart
The default font for titles.
DEFAULT_TOOL_TIP_FORMAT - static field in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - static field in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - static field in class org.jfree.chart.labels.StandardXYToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT - static field in class org.jfree.chart.labels.StandardXYZToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT_STRING - static field in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
The default format string.
DEFAULT_TOOL_TIP_FORMAT_STRING - static field in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
The default format string.
DEFAULT_TOOLTIP_FORMAT - static field in class org.jfree.chart.labels.StandardPieToolTipGenerator
The default tooltip format.
DEFAULT_UPPER_BOUND - static field in class org.jfree.chart.plot.ThermometerPlot
The default upper bound.
DEFAULT_UPPER_BOUND - static field in class org.jfree.chart.axis.ValueAxis
The default upper bound for the axis.
DEFAULT_UPPER_MARGIN - static field in class org.jfree.chart.axis.ValueAxis
The default value for the upper margin (0.05 = 5%).
DEFAULT_VALUE_LABEL_FONT - static field in class org.jfree.chart.renderer.AbstractRenderer
The default value label font.
DEFAULT_VALUE_LABEL_FONT - static field in class org.jfree.chart.plot.CategoryPlot
The default value label font.
DEFAULT_VALUE_LABEL_PAINT - static field in class org.jfree.chart.renderer.AbstractRenderer
The default value label paint.
DEFAULT_VERTICAL_ALIGNMENT - static field in class org.jfree.chart.title.Title
The default vertical alignment.
DEFAULT_VERTICAL_TICK_LABELS - static field in class org.jfree.chart.axis.NumberAxis
The default setting for the vertical tick labels flag.
DEFAULT_WALL_PAINT - static field in class org.jfree.chart.renderer.category.BarRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - static field in class org.jfree.chart.renderer.category.LineRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - static field in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default wall paint.
DEFAULT_WIDTH - static field in class org.jfree.chart.ChartPanel
The default panel width.
DEFAULT_X_OFFSET - static field in class org.jfree.chart.renderer.category.BarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - static field in class org.jfree.chart.renderer.category.LineRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - static field in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - static field in class org.jfree.chart.renderer.category.BarRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - static field in class org.jfree.chart.renderer.category.LineRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - static field in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default y-offset for the 3D effect.
DEFAULT_ZOOM_TRIGGER_DISTANCE - static field in class org.jfree.chart.ChartPanel
The minimum size required to perform a zoom on a rectangle
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.
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 org.jfree.data.category.DefaultCategoryDataset
A default implementation of the CategoryDataset interface.
DefaultCategoryDataset() - constructor for class org.jfree.data.category.DefaultCategoryDataset
Creates a new (empty) dataset.
DefaultCategoryItemRenderer - class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
A default renderer for the CategoryPlot class.
A default implementation of the ChartEditorFactory interface.
DefaultChartEditorFactory() - constructor for class org.jfree.chart.editor.DefaultChartEditorFactory
Creates a new instance.
DefaultContourDataset - class org.jfree.data.contour.DefaultContourDataset
A convenience class that provides a default implementation of the ContourDataset interface.
DefaultContourDataset() - constructor for class org.jfree.data.contour.DefaultContourDataset
Creates a new dataset, initially empty.
Constructs a new dataset with the given data.
defaultDisplay(Graphics2D,Shape) - method in class org.jfree.chart.needle.MeterNeedle
Displays a shape.
DefaultDrawingSupplier - class org.jfree.chart.plot.DefaultDrawingSupplier
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.
Creates a new supplier.
A simple implementation of the OHLCDataset interface.
Constructs a new high/low/open/close dataset.
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
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.
Creates a new dataset.
Constructs a dataset and populates it with data from the array.
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series.
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 org.jfree.data.DefaultKeyedValue
A (key, value) pair.
DefaultKeyedValue(Comparable,Number) - constructor for class org.jfree.data.DefaultKeyedValue
Creates a new (key, value) item.
DefaultKeyedValueDataset - class org.jfree.data.general.DefaultKeyedValueDataset
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.
Creates a new dataset that uses the data from a KeyedValue instance.
DefaultKeyedValues - class org.jfree.data.DefaultKeyedValues
An ordered list of (key, value) items.
DefaultKeyedValues() - constructor for class org.jfree.data.DefaultKeyedValues
Creates a new collection (initially empty).
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).
A default implementation of the KeyedValues2DDataset interface.
A default implementation of the KeyedValuesDataset interface.
DefaultOHLCDataset - class org.jfree.data.xy.DefaultOHLCDataset
A simple implementation of the OHLCDataset interface.
Creates a new dataset.
DefaultPieDataset - class org.jfree.data.general.DefaultPieDataset
A default implementation of the PieDataset interface.
DefaultPieDataset() - constructor for class org.jfree.data.general.DefaultPieDataset
Constructs a new dataset, initially empty.
DefaultPieDataset(org.jfree.data.KeyedValues) - constructor for class org.jfree.data.general.DefaultPieDataset
Creates a new dataset by copying data from a KeyedValues instance.
DefaultPolarItemRenderer - class org.jfree.chart.renderer.DefaultPolarItemRenderer
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
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.
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 org.jfree.data.general.DefaultValueDataset
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 org.jfree.data.xy.DefaultWindDataset
A default implementation of the WindDataset interface.
DefaultWindDataset() - constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a new, empty, dataset.
DefaultWindDataset(List,Object[][][]) - constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
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.
DefaultXYDataset - class org.jfree.data.xy.DefaultXYDataset
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 org.jfree.chart.renderer.xy.DefaultXYItemRenderer
A default renderer for the XYPlot class.
DefaultXYZDataset - class org.jfree.data.xy.DefaultXYZDataset
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 - field 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(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.
delete(org.jfree.data.time.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.
DESCENDING - static field in class org.jfree.data.DomainOrder
Descending order.
DeviationRenderer - class org.jfree.chart.renderer.xy.DeviationRenderer
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.
DialShape - class org.jfree.chart.plot.DialShape
Used to indicate the background shape for a MeterPlot.
DIRECTIONS - static field in class org.jfree.chart.axis.CompassFormat
The directions.
DISCONTINUOUS - static field in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISCONTINUOUS_LINES - static field in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISPLAY_HIGH - static field in class org.jfree.chart.plot.ThermometerPlot
Index for display high value in subrangeInfo matrix.
DISPLAY_LOW - static field in class org.jfree.chart.plot.ThermometerPlot
Index for display low value in subrangeInfo matrix.
DisplayChart - class org.jfree.chart.servlet.DisplayChart
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
Calculates the distance between two points.
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 org.jfree.data.DomainInfo
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
DomainOrder - class org.jfree.data.DomainOrder
Used to indicate sorting order if any (ascending, descending or none).
doSaveAs() - method in class org.jfree.chart.ChartPanel
Opens a file chooser and gives the user an opportunity to save the chart in PNG format.
DOWN_45 - static field in class org.jfree.chart.axis.CategoryLabelPositions
DOWN_45 category label positions.
DOWN_90 - static field in class org.jfree.chart.axis.CategoryLabelPositions
DOWN_90 category label positions.
downsize(Class) - static method in class org.jfree.data.time.RegularTimePeriod
Returns a subclass of RegularTimePeriod that is smaller than the specified class.
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis.
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
Draws the annotation.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.BlockBorder
Draws the border by filling in the reserved space.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.BlockContainer
Draws the container and all the blocks within it.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.BlockFrame
Draws the border by filling in the reserved space (in black).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.ColorBlock
Draws the block.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.CompositeTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.EmptyBlock
Draws the block.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.JFreeChart
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.LabelBlock
Draws the block.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.LegendGraphic
Draws the graphic item within the specified area.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.LegendTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.LineBorder
Draws the border by filling in the reserved space (in black).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.PaintScaleLegend
Draws the legend within the specified area.
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.TextTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.Title
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D,double) - method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.block.Block
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.block.BlockContainer
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.block.ColorBlock
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.CompositeTitle
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.block.EmptyBlock
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.ImageTitle
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.block.LabelBlock
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.LegendGraphic
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.LegendItemBlockContainer
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.LegendTitle
Draws the block within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.PaintScaleLegend
Draws the legend within the specified area.
draw(Graphics2D,Rectangle2D,Object) - method in class org.jfree.chart.title.TextTitle
Draws the block within the specified area.
Draws the clip path.
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot within the specified area on a graphics device.
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot within the specified area on a graphics device.
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the fast scatter plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot within the specified area.
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
Draws the wafermap view.
Draws the plot within the specified area on a graphics device.
Draws the band.
DrawableLegendItem - class org.jfree.chart.DrawableLegendItem
This class contains a single legend item along with position details for drawing the item on a particular chart.
Create a legend item.
Draw the angular gridlines - the spokes.
Draw the angular gridlines - the spokes.
drawAnnotations(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.CategoryPlot
Draws the annotations...
Draws all the annotations for the specified layer.
Draws all the annotations for the specified layer.
Draws the annotations for the plot.
Draws an arc.
Draws the arc to represent an interval.
A utility method for drawing the plot's axes.
A utility method for drawing the axes.
drawAxis(Graphics2D,Rectangle2D,Rectangle2D) - method in class org.jfree.chart.plot.PolarPlot
A utility method for drawing the axes.
Draws an axis line at the current cursor position and edge.
Draws an axis line at the current cursor position and edge.
Draws a background for the data area.
Draws the background for the plot.
Draws a background for the data area.
Draws the background for the plot.
drawBackground(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.Plot
Draws the plot background (the background color and/or image).
drawBackground(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.XYPlot
Draws the background for the plot.
drawBackgroundImage(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.Plot
Draws the background image (if there is one) aligned within the specified area.
drawBorder(Graphics2D,Rectangle2D) - method in class org.jfree.chart.block.AbstractBlock
Draws the border around the perimeter of the specified area.
Draws the category labels and returns the updated axis state.
Draws the category labels and returns the updated axis state.
drawChipGrid(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.WaferMapPlot
Calculates and draws the chip locations on the wafer.
drawColorBar(Graphics2D,Rectangle2D,RectangleEdge) - method in class org.jfree.chart.axis.ColorBar
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawCornerTextItems(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.PolarPlot
Draws the corner text items.
Draws a domain crosshair.
Draws a grid line against the domain axis.
Draws a grid line against the domain axis.
Draws a grid line against the domain axis.
Draws a grid line against the domain axis.
Draws a grid line against the range axis.
Draws a grid line against the domain axis.
drawDomainGridlines(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.CategoryPlot
Draws the gridlines for the plot.
Draws the gridlines for the plot, if they are visible.
drawDomainGridlines(Graphics2D,Rectangle2D,List) - method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot, if they are visible.
Draws a line perpendicular to the domain axis.
Draws a marker for the domain axis.
Draws a line (or some other marker) to indicate a particular category on the domain axis.
Draws a vertical line on the chart to represent a 'range marker'.
Draws a vertical line on the chart to represent a 'range marker'.
Draws the specified marker against the domain axis.
Draws the domain markers (if any) for an axis and layer.
drawDomainMarkers(Graphics2D,Rectangle2D,int,Layer) - method in class org.jfree.chart.plot.XYPlot
Draws the domain markers (if any) for an axis and layer.
drawDomainTickBands(Graphics2D,Rectangle2D,List) - method in class org.jfree.chart.plot.XYPlot
Draws the domain tick bands, if any.
drawEllipse(Point2D,double,Graphics2D) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws an ellipse to represent an outlier.
drawFirstPassShape(Graphics2D,int,int,int,Shape) - method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Overrides the method in the subclass to draw a shadow in the first pass.
drawFirstPassShape(Graphics2D,int,int,int,Shape) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the first pass shape.
Draws the grid bands.
Draws the grid bands for the axis when it is at the top or bottom of the plot.
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawGridlines(Graphics2D,Rectangle2D,List,List) - method in class org.jfree.chart.plot.PolarPlot
Draws the gridlines for the plot, if they are visible.
drawHighFarOut(double,Graphics2D,double,double) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far out values.
drawHorizontal(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawHorizontal(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.TextTitle
Draws a the title horizontally within the specified area.
Draws the visual representation of a single data item when the plot has a horizontal orientation.
Draws the bar for a single (series, category) data item.
Draws an item for a plot with a horizontal orientation.
Draws the visual representation of a single data item.
Utility method for drawing a crosshair on the chart (if required).
Utility method for drawing a horizontal line across the data area of the plot.
DRAWING_FINISHED - static field in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has finished.
DRAWING_STARTED - static field in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has started.
DrawingSupplier - interface org.jfree.chart.plot.DrawingSupplier
A supplier of Paint and Stroke objects.
Draws a single interval.
Draws a single data item.
Draws a single data item.
Draw a single data item.
Draws the bar for a single (series, category) data item.
Draws a 3D bar to represent one data item.
Draw a single data item.
Draws a single data item.
Draw a single data item.
Draws the bar for a single (series, category) data item.
Draws a stacked bar for a specific item.
Draws the bar for a single (series, category) data item.
Draws the bar for one item in the dataset.
Draws the bar for a single (series, category) data item.
Draw a single data item.
Draw a single data item.
Draw a single data item.
Draw a single data item.
Draws a stacked bar for a specific item.
Draws the visual representation of one data item from the chart (in fact, this method does nothing until it reaches the last item for each category, at which point it draws all the items for that category).
Draws the bar with its standard deviation line range for a single (series, category) data item.
Draw a single data item.
Draws the bar for a single (series, category) data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the block representing the specified item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation for one data item.
Called for each item to be plotted.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws the visual representation of a single data item.
Draws an item label.
Draws an item label.
Draws an item label.
Draws an item label.
Draws the visual representation of a single data item, first pass.
Draws the visual representation of a single data item, second pass.
Draws the label for one axis.
Draws the axis label.
Draws the labels for the pie sections.
Draws a section label on the left side of the pie chart.
Draws the left labels.
Draws a line taking into account the specified orientation.
drawLowFarOut(double,Graphics2D,double,double) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far out values.
Draws two ellipses to represent overlapping outliers.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.ArrowNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.LineNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.LongNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.PinNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.PlumNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.PointerNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.ShipNeedle
Draws the needle.
drawNeedle(Graphics2D,Rectangle2D,Point2D,double) - method in class org.jfree.chart.needle.WindNeedle
Draws the needle.
drawNoDataMessage(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.Plot
Draws a message to state that there is no data to plot.
Draws an outline for the data area.
Draws the outline for the plot.
Draws an outline for the data area.
Draws the outline for the plot.
drawOutline(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.Plot
Draws the plot outline.
Draws the pie.
Draws the item (first pass).
Draws the item (first pass).
drawQuadrants(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.XYPlot
Draws the quadrants.
Draws a radar plot polygon.
Draw the radial gridlines - the rings.
Draw the radial gridlines - the rings.
Draws a range crosshair.
Draws a range crosshair.
Draws a grid line against the range axis.
Draws a grid line against the range axis.
Draws a grid line against the range axis.
Draws a grid line against the range axis.
drawRangeGridlines(Graphics2D,Rectangle2D,List) - method in class org.jfree.chart.plot.CategoryPlot
Draws the gridlines for the plot.
Draws the gridlines for the plot, if they are visible.
drawRangeGridlines(Graphics2D,Rectangle2D,List) - method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot's primary range axis, if they are visible.
Draws a line perpendicular to the range axis.
Draws a grid line against the range axis.
Utility method for drawing a line perpendicular to the range axis (used for crosshairs).
Draws a marker for the range axis.
Draws a range marker.
Draws a line (or some other marker) to indicate a particular value on the range axis.
Draws a range marker.
Draws a horizontal line across the chart to represent a 'range marker'.
Draws a horizontal line across the chart to represent a 'range marker'.
Draws a horizontal line across the chart to represent a 'range marker'.
Draws the range markers (if any) for an axis and layer.
drawRangeMarkers(Graphics2D,Rectangle2D,int,Layer) - method in class org.jfree.chart.plot.XYPlot
Draws the range markers (if any) for a renderer and layer.
drawRangeTickBands(Graphics2D,Rectangle2D,List) - method in class org.jfree.chart.plot.XYPlot
Draws the range tick bands, if any.
Draws a section label on the right side of the pie chart.
Draws the right labels.
Draws the item shapes and adds chart entities (second pass).
Plots the data for a given series.
Plots the data for a given series.
Draws the side of a pie section.
Draws a stack of bars for one category, with a horizontal orientation.
Draws a stack of bars for one category, with a vertical orientation.
Draws the category labels and returns the updated axis state.
Draws a single task.
Draws the tasks/subtasks for one item.
drawTick(Graphics2D,Rectangle2D,double) - method in class org.jfree.chart.plot.MeterPlot
Draws a tick.
drawTick(Graphics2D,Rectangle2D,double,boolean) - method in class org.jfree.chart.plot.MeterPlot
Draws a tick on the dial.
Draws the tick labels for one "band" of time periods.
Draws the tick marks for the axis.
Draws the tick marks and labels.
Draws the axis line, tick marks and tick mark labels.
Draws the major and minor tick marks for an axis that lies at the top or bottom of the plot.
Draws the tick marks for a vertical axis.
drawTicks(Graphics2D,Rectangle2D,double,double) - method in class org.jfree.chart.plot.MeterPlot
Draws the ticks that subdivide the overall range.
Draws a title.
drawValueLabel(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.MeterPlot
Draws the value label just below the center of the dial.
drawVertical(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawVertical(Graphics2D,Rectangle2D) - method in class org.jfree.chart.title.TextTitle
Draws a the title vertically within the specified area.
Draws the visual representation of a single data item when the plot has a vertical orientation.
Draws the bar for a single (series, category) data item.
Draws an item for a plot with a vertical orientation.
Draws the visual representation of a single data item.
Utility method for drawing a crosshair on the chart (if required).
Utility method for drawing a vertical line on the data area of the plot.
drawVolume() - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.
drawWaferEdge(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.WaferMapPlot
Draws the waferedge, including the notch.
drawZeroDomainBaseline(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.XYPlot
Draws a base line across the chart at value zero on the domain axis.
drawZeroRangeBaseline(Graphics2D,Rectangle2D) - method in class org.jfree.chart.plot.XYPlot
Draws a base line across the chart at value zero on the range axis.
Generates tooltips using the Dynamic Drive DHTML Tip Message library (http://www.dynamicdrive.com).
Blank constructor.
Creates a new generator with specific title and style settings.
A dynamic dataset.
DynamicTimeSeriesCollection(int,int) - constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Constructs a dataset with capacity for N series, tied to default timezone.
Creates a new dataset.
Creates a new dataset.
Constructs an empty dataset, tied to a specific timezone.