- calcAlignedStringBounds(String, Graphics2D, float, float, TextAnchor) - Static method in class org.jfree.chart.util.TextUtils
-
Returns the bounds of an aligned string.
- calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Calculates the anchor point for a tick.
- calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
-
Calculates the anchor point for a tick label.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
-
Calculates the space required for the axes.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Calculates the space required for the axes.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Calculates the axis space required.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Calculates the space required for the axes.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Calculates the space required for the axes.
- calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
-
Calculates the space required for all the axes in the plot.
- calculateBarL0L1(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Calculates the coordinates for the length of a single bar.
- calculateBarThickness(Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Calculates the bar thickness.
- calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Calculates the coordinate of the first "side" of a bar.
- calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Calculates the coordinate of the first "side" of a bar.
- calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Calculates the coordinate of the first "side" of a bar.
- calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Calculates the bar width and stores it in the renderer state.
- calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Calculates the bar width and stores it in the renderer state.
- calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Calculates the bar width and stores it in the renderer state.
- calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
-
Calculates the bar width and stores it in the renderer state.
- calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Calculates the bar width and stores it in the renderer state.
- calculateBoxAndWhiskerStatistics(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
-
Calculates the statistics required for a
BoxAndWhiskerItem
from a list of
Number objects.
- calculateBoxAndWhiskerStatistics(List, boolean) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
-
Calculates the statistics required for a
BoxAndWhiskerItem
from a list of
Number objects.
- calculateCategoryGapSize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Calculates the size (width or height, depending on the location of the
axis) of a category gap.
- calculateCategorySize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Calculates the size (width or height, depending on the location of the
axis) of a category.
- calculateColumnTotal(Values2D, int) - Static method in class org.jfree.data.DataUtilities
-
Returns the total of the values in one column of the supplied data
table.
- calculateColumnTotal(Values2D, int, int[]) - Static method in class org.jfree.data.DataUtilities
-
Returns the total of the values in one column of the supplied data
table by taking only the row numbers in the array into account.
- calculateConstrainedSize(Size2D) - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the new size that reflects the constraints defined by this
instance.
- calculateDateForPosition(RegularTimePeriod, DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
-
- calculateDistanceInDataSpace - Variable in class org.jfree.chart.plot.CrosshairState
-
A flag that controls whether the distance is calculated in data space
or Java2D space.
- calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Calculates the space required for the domain axis/axes.
- calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Calculates the space required for the domain axis/axes.
- calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Calculates the (x, y) coordinates for drawing the label for a marker on
the range axis.
- calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Calculates the (x, y) coordinates for drawing a marker label.
- calculateHighestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
-
Calculates the value of the highest visible tick on the axis.
- calculateHighestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the value of the highest visible tick on the axis.
- calculateIntervalForSeries(int) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Calculates the interval width for a given series.
- calculateItemWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Calculates the bar width and stores it in the renderer state.
- calculateLabelAnchorPoint(ItemLabelAnchor, double, double, PlotOrientation) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Calculates the item label anchor point.
- calculateLabelAnchorPoint(ItemLabelAnchor, Rectangle2D, PlotOrientation) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Calculates the item label anchor point.
- calculateLabelAnchorPoint(ItemLabelAnchor, Rectangle2D, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Calculates the item label anchor point.
- calculateLabelLocation(Rectangle2D, double, Rectangle2D, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the location for a label
- calculateLabelPoint(Line2D, RectangleAnchor, double, double) - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Calculates the anchor point for a label.
- calculateLog(double) - Method in class org.jfree.chart.axis.LogAxis
-
Calculates the log of the given value, using the current base.
- calculateLog(double) - Method in class org.jfree.chart.util.LogFormat
-
Calculates the log of a given value.
- calculateLowestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
-
Calculates the value of the lowest visible tick on the axis.
- calculateLowestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the value of the lowest visible tick on the axis.
- calculateMaxValue(int, int) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
loop through each of the series to get the maximum value
on each category axis
- calculateMean(Number[]) - Static method in class org.jfree.data.statistics.Statistics
-
Returns the mean of an array of numbers.
- calculateMean(Number[], boolean) - Static method in class org.jfree.data.statistics.Statistics
-
Returns the mean of an array of numbers.
- calculateMean(Collection) - Static method in class org.jfree.data.statistics.Statistics
-
Returns the mean of a collection of Number objects.
- calculateMean(Collection, boolean) - Static method in class org.jfree.data.statistics.Statistics
-
Returns the mean of a collection of Number objects.
- calculateMedian(List) - Static method in class org.jfree.data.statistics.Statistics
-
Calculates the median for a list of values (Number objects).
- calculateMedian(List, boolean) - Static method in class org.jfree.data.statistics.Statistics
-
Calculates the median for a list of values (Number objects).
- calculateMedian(List, int, int) - Static method in class org.jfree.data.statistics.Statistics
-
Calculates the median for a sublist within a list of values
(Number objects).
- calculateMedian(List, int, int, boolean) - Static method in class org.jfree.data.statistics.Statistics
-
Calculates the median for a sublist within a list of values
(Number objects).
- calculateOffsetX() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Calculates the x-offset for drawing the shadow image relative to the
source.
- calculateOffsetX() - Method in interface org.jfree.chart.util.ShadowGenerator
-
Calculates the x-offset for drawing the shadow image relative to the
source.
- calculateOffsetY() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Calculates the y-offset for drawing the shadow image relative to the
source.
- calculateOffsetY() - Method in interface org.jfree.chart.util.ShadowGenerator
-
Calculates the y-offset for drawing the shadow image relative to the
source.
- calculatePieDatasetTotal(PieDataset) - Static method in class org.jfree.data.general.DatasetUtilities
-
Calculates the total of all the values in a
PieDataset.
- calculateQ1(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
-
Calculates the first quartile for a list of numbers in ascending order.
- calculateQ3(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
-
Calculates the third quartile for a list of numbers in ascending order.
- calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Calculates the space required for the range axis/axes.
- calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Calculates the space required for the range axis/axes.
- calculateRangeMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Calculates the (x, y) coordinates for drawing a marker label.
- calculateRangeMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Calculates the (x, y) coordinates for drawing a marker label.
- calculateRowTotal(Values2D, int) - Static method in class org.jfree.data.DataUtilities
-
Returns the total of the values in one row of the supplied data
table.
- calculateRowTotal(Values2D, int, int[]) - Static method in class org.jfree.data.DataUtilities
-
Returns the total of the values in one row of the supplied data
table by taking only the column numbers in the array into account.
- calculateSegmentNumber(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Calculates the segment number for a given millisecond.
- calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Calculates the available space for each series.
- calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Calculates the available space for each series.
- calculateStackTotal(TableXYDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
-
Calculates the total for the y-values in all series for a given item
index.
- calculateSubMatrix(double[][]) - Static method in class org.jfree.data.statistics.Regression
-
Returns a matrix with the following features: (1) the number of rows
and columns is 1 less than that of the original matrix; (2)the matrix
is triangular, i.e.
- calculateTextAnchor(double) - Method in class org.jfree.chart.plot.PolarPlot
-
Calculate the text position for the given degrees.
- calculateTextBlockHeight(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
-
A utility method for determining the height of a text block.
- calculateTextBlockWidth(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
-
A utility method for determining the width of a text block.
- calculateTotalHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
-
Adds the margin, border and padding to the specified content height.
- calculateTotalWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
-
Adds the margin, border and padding to the specified content width.
- calculateValue(double) - Method in class org.jfree.chart.axis.LogAxis
-
Calculates the value from a given log.
- calculateValueNoINF(double) - Method in class org.jfree.chart.axis.LogAxis
-
- calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the number of visible ticks.
- calculateXDataRange(float[][]) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Calculates the X data range.
- calculateYDataRange(float[][]) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Calculates the Y data range.
- calendar - Variable in class org.jfree.chart.axis.PeriodAxis
-
A calendar used for date manipulations in the current time zone and
locale.
- calendarField - Variable in class org.jfree.chart.axis.DateTickUnitType
-
The corresponding field value in Java's Calendar class.
- CandlestickRenderer - Class in org.jfree.chart.renderer.xy
-
- CandlestickRenderer() - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Creates a new renderer for candlestick charts.
- CandlestickRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Creates a new renderer for candlestick charts.
- CandlestickRenderer(double, boolean, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Creates a new renderer for candlestick charts.
- candleWidth - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
The candle width.
- canPrune(Number) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns true if all the y-values for the specified x-value
are null and false otherwise.
- canvas - Variable in class org.jfree.chart.fx.ChartViewerSkin
-
The chart canvas.
- cap - Variable in class org.jfree.chart.plot.dial.DialPlot
-
The needle cap (optional).
- capLength - Variable in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
The length of the cap at the end of the error bars.
- category - Variable in class org.jfree.chart.annotations.CategoryTextAnnotation
-
The category.
- CATEGORY - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
-
Percentage of category.
- category - Variable in class org.jfree.chart.axis.CategoryTick
-
The category.
- category - Variable in class org.jfree.chart.entity.CategoryItemEntity
-
- category1 - Variable in class org.jfree.chart.annotations.CategoryLineAnnotation
-
The category for the start of the line.
- category2 - Variable in class org.jfree.chart.annotations.CategoryLineAnnotation
-
The category for the end of the line.
- categoryAnchor - Variable in class org.jfree.chart.annotations.CategoryTextAnnotation
-
The category anchor (START, MIDDLE, or END).
- CategoryAnchor - Class in org.jfree.chart.axis
-
Used to indicate one of three positions within a category:
START, MIDDLE and END.
- CategoryAnchor(String) - Constructor for class org.jfree.chart.axis.CategoryAnchor
-
Private constructor.
- categoryAnchor - Variable in class org.jfree.chart.axis.CategoryLabelPosition
-
The category anchor point.
- CategoryAnnotation - Interface in org.jfree.chart.annotations
-
The interface that must be supported by annotations that are to be added to
a
CategoryPlot.
- CategoryAxis - Class in org.jfree.chart.axis
-
An axis that displays categories.
- CategoryAxis() - Constructor for class org.jfree.chart.axis.CategoryAxis
-
Creates a new category axis with no label.
- CategoryAxis(String) - Constructor for class org.jfree.chart.axis.CategoryAxis
-
Constructs a category axis, using default values where necessary.
- CategoryAxis3D - Class in org.jfree.chart.axis
-
An axis that displays categories and has a 3D effect.
- CategoryAxis3D() - Constructor for class org.jfree.chart.axis.CategoryAxis3D
-
Creates a new axis.
- CategoryAxis3D(String) - Constructor for class org.jfree.chart.axis.CategoryAxis3D
-
Creates a new axis using default attribute values.
- CategoryCrosshairState - Class in org.jfree.chart.plot
-
Represents state information for the crosshairs in a
CategoryPlot.
- CategoryCrosshairState() - Constructor for class org.jfree.chart.plot.CategoryCrosshairState
-
Creates a new instance.
- CategoryDataset - Interface in org.jfree.data.category
-
The interface for a dataset with one or more series, and values associated
with categories.
- CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
-
The 'CategoryDataset' element name.
- CategoryDatasetHandler - Class in org.jfree.data.xml
-
- CategoryDatasetHandler() - Constructor for class org.jfree.data.xml.CategoryDatasetHandler
-
Creates a new handler.
- categoryIndex - Variable in class org.jfree.chart.entity.CategoryItemEntity
-
- CategoryItemEntity - Class in org.jfree.chart.entity
-
A chart entity that represents one item within a category plot.
- CategoryItemEntity(Shape, String, String, CategoryDataset, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
-
- CategoryItemEntity(Shape, String, String, CategoryDataset, Comparable, Comparable) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
-
Creates a new entity instance for an item in the specified dataset.
- CategoryItemLabelGenerator - Interface in org.jfree.chart.labels
-
A
category item label generator is an object that can be assigned to a
CategoryItemRenderer and that
assumes responsibility for creating text items to be used as labels for the
items in a
CategoryPlot.
- CategoryItemRenderer - Interface in org.jfree.chart.renderer.category
-
- CategoryItemRendererState - Class in org.jfree.chart.renderer.category
-
- CategoryItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Creates a new object for recording temporary state information for a
renderer.
- categoryKeys - Variable in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
The category keys.
- CategoryLabelEntity - Class in org.jfree.chart.entity
-
- CategoryLabelEntity(Comparable, Shape, String, String) - Constructor for class org.jfree.chart.entity.CategoryLabelEntity
-
Creates a new entity.
- CategoryLabelPosition - Class in org.jfree.chart.axis
-
The attributes that control the position of the labels for the categories on
a
CategoryAxis.
- CategoryLabelPosition() - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
-
Creates a new position record with default settings.
- CategoryLabelPosition(RectangleAnchor, TextBlockAnchor) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
-
Creates a new category label position record.
- CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, CategoryLabelWidthType, float) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
-
Creates a new category label position record.
- CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, TextAnchor, double, CategoryLabelWidthType, float) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
-
Creates a new position record.
- categoryLabelPositionOffset - Variable in class org.jfree.chart.axis.CategoryAxis
-
The category label offset.
- categoryLabelPositions - Variable in class org.jfree.chart.axis.CategoryAxis
-
A structure defining the category label positions for each axis
location.
- CategoryLabelPositions - Class in org.jfree.chart.axis
-
Records the label positions for a category axis.
- CategoryLabelPositions() - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
-
Default constructor.
- CategoryLabelPositions(CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition) - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
-
Creates a new position specification.
- categoryLabelToolTips - Variable in class org.jfree.chart.axis.CategoryAxis
-
Storage for the category label tooltips (if any).
- categoryLabelURLs - Variable in class org.jfree.chart.axis.CategoryAxis
-
Storage for the category label URLs (if any).
- CategoryLabelWidthType - Class in org.jfree.chart.axis
-
Represents the width types for a category label.
- CategoryLabelWidthType(String) - Constructor for class org.jfree.chart.axis.CategoryLabelWidthType
-
Private constructor.
- CategoryLineAnnotation - Class in org.jfree.chart.annotations
-
- CategoryLineAnnotation(Comparable, double, Comparable, double, Paint, Stroke) - Constructor for class org.jfree.chart.annotations.CategoryLineAnnotation
-
Creates a new annotation that draws a line between (category1, value1)
and (category2, value2).
- categoryMargin - Variable in class org.jfree.chart.axis.CategoryAxis
-
The amount of space reserved between categories.
- CategoryMarker - Class in org.jfree.chart.plot
-
A marker for a category.
- CategoryMarker(Comparable) - Constructor for class org.jfree.chart.plot.CategoryMarker
-
Creates a new category marker for the specified category.
- CategoryMarker(Comparable, Paint, Stroke) - Constructor for class org.jfree.chart.plot.CategoryMarker
-
Creates a new category marker.
- CategoryMarker(Comparable, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.CategoryMarker
-
Creates a new category marker.
- categoryParameterName - Variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Category parameter name to go in each URL
- categoryParamName - Variable in class org.jfree.chart.urls.StandardPieURLGenerator
-
The category parameter name.
- CategoryPlot - Class in org.jfree.chart.plot
-
- CategoryPlot() - Constructor for class org.jfree.chart.plot.CategoryPlot
-
Default constructor.
- CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.CategoryPlot
-
Creates a new plot.
- CategoryPointerAnnotation - Class in org.jfree.chart.annotations
-
- CategoryPointerAnnotation(String, Comparable, double, double) - Constructor for class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Creates a new label and arrow annotation.
- CategoryRangeInfo - Interface in org.jfree.data.category
-
An interface that can (optionally) be implemented by a dataset to assist in
determining the minimum and maximum y-values.
- CategorySeriesHandler - Class in org.jfree.data.xml
-
A handler for reading a series for a category dataset.
- CategorySeriesHandler(RootHandler) - Constructor for class org.jfree.data.xml.CategorySeriesHandler
-
Creates a new item handler.
- CategorySeriesLabelGenerator - Interface in org.jfree.chart.labels
-
- CategoryStepRenderer - Class in org.jfree.chart.renderer.category
-
- CategoryStepRenderer() - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Creates a new renderer (stagger defaults to false).
- CategoryStepRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Creates a new renderer.
- CategoryStepRenderer.State - Class in org.jfree.chart.renderer.category
-
State information for the renderer.
- CategoryTableXYDataset - Class in org.jfree.data.xy
-
An implementation variant of the
TableXYDataset where every series
shares the same x-values (required for generating stacked area charts).
- CategoryTableXYDataset() - Constructor for class org.jfree.data.xy.CategoryTableXYDataset
-
Creates a new empty CategoryTableXYDataset.
- CategoryTextAnnotation - Class in org.jfree.chart.annotations
-
- CategoryTextAnnotation(String, Comparable, double) - Constructor for class org.jfree.chart.annotations.CategoryTextAnnotation
-
Creates a new annotation to be displayed at the given location.
- CategoryTick - Class in org.jfree.chart.axis
-
- CategoryTick(Comparable, TextBlock, TextBlockAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CategoryTick
-
Creates a new tick.
- CategoryToolTipGenerator - Interface in org.jfree.chart.labels
-
A
category tool tip generator is an object that can be assigned to a
CategoryItemRenderer and that
assumes responsibility for creating text items to be used as tooltips for the
items in a
CategoryPlot.
- CategoryToPieDataset - Class in org.jfree.data.category
-
- CategoryToPieDataset(CategoryDataset, TableOrder, int) - Constructor for class org.jfree.data.category.CategoryToPieDataset
-
- CategoryURLGenerator - Interface in org.jfree.chart.urls
-
- CENTER - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
CENTER.
- CenterArrangement - Class in org.jfree.chart.block
-
Arranges a block in the center of its container.
- CenterArrangement() - Constructor for class org.jfree.chart.block.CenterArrangement
-
Creates a new instance.
- centerBarAtStartValue - Variable in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Determines whether bar center should be interval start.
- centerBlock - Variable in class org.jfree.chart.block.BorderArrangement
-
The block (if any) at the center of the layout.
- centerRange(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Centers the range about the given value.
- centerRange(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Centers the axis range about the specified value and sends an
AxisChangeEvent to all registered listeners.
- centerText - Variable in class org.jfree.chart.plot.RingPlot
-
Text to display in the middle of the chart (used for
CenterTextMode.FIXED).
- centerTextColor - Variable in class org.jfree.chart.plot.RingPlot
-
The color used to display the center text.
- centerTextFont - Variable in class org.jfree.chart.plot.RingPlot
-
The font used to display the center text.
- centerTextFormatter - Variable in class org.jfree.chart.plot.RingPlot
-
The formatter used when displaying the first data value from the
dataset (CenterTextMode.VALUE).
- CenterTextMode - Enum in org.jfree.chart.plot
-
The mode for the center text on a
RingPlot.
- CenterTextMode() - Constructor for enum org.jfree.chart.plot.CenterTextMode
-
- centerTextMode - Variable in class org.jfree.chart.plot.RingPlot
-
The center text mode.
- changeListeners - Variable in class org.jfree.chart.JFreeChart
-
Storage for registered change listeners.
- changeListeners - Variable in class org.jfree.chart.panel.AbstractOverlay
-
Storage for registered change listeners.
- changeTickFontSize(int) - Method in class org.jfree.chart.plot.JThermometer
-
Increases or decreases the tick font size.
- characterIteratorToString(CharacterIterator) - Method in class org.jfree.chart.LegendItem
-
Returns a string containing the characters from the given iterator.
- characters(char[], int, int) - Method in class org.jfree.data.xml.KeyHandler
-
Receives some (or all) of the text in the current element.
- characters(char[], int, int) - Method in class org.jfree.data.xml.RootHandler
-
Receives some (or all) of the text in the current element.
- characters(char[], int, int) - Method in class org.jfree.data.xml.ValueHandler
-
Receives some (or all) of the text in the current element.
- chart - Variable in class org.jfree.chart.ChartMouseEvent
-
The chart that the mouse event relates to.
- chart - Variable in class org.jfree.chart.ChartPanel
-
The chart that is displayed in the panel.
- chart - Variable in class org.jfree.chart.ChartTransferable
-
The chart.
- chart - Variable in class org.jfree.chart.entity.JFreeChartEntity
-
The chart.
- chart - Variable in class org.jfree.chart.event.ChartChangeEvent
-
The chart that generated the event.
- chart - Variable in class org.jfree.chart.event.ChartProgressEvent
-
The chart that generated the event.
- chart - Variable in class org.jfree.chart.fx.ChartCanvas
-
The chart being displayed in the canvas (never null).
- chart - Variable in class org.jfree.chart.fx.ChartViewer
-
The chart to display.
- chart - Variable in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
The chart that the mouse event relates to.
- chart - Variable in class org.jfree.chart.plot.JThermometer
-
The chart.
- chartArea - Variable in class org.jfree.chart.ChartRenderingInfo
-
The area in which the chart is drawn.
- chartBackgroundPaint - Variable in class org.jfree.chart.StandardChartTheme
-
The background paint for the chart.
- chartBuffer - Variable in class org.jfree.chart.ChartPanel
-
A buffer for the rendered chart.
- chartBufferHeight - Variable in class org.jfree.chart.ChartPanel
-
The height of the chart buffer.
- chartBufferWidth - Variable in class org.jfree.chart.ChartPanel
-
The width of the chart buffer.
- ChartCanvas - Class in org.jfree.chart.fx
-
- ChartCanvas(JFreeChart) - Constructor for class org.jfree.chart.fx.ChartCanvas
-
Creates a new canvas to display the supplied chart in JavaFX.
- chartChanged(ChartChangeEvent) - Method in class org.jfree.chart.ChartPanel
-
Receives notification of changes to the chart, and redraws the chart.
- chartChanged(ChartChangeEvent) - Method in interface org.jfree.chart.event.ChartChangeListener
-
Receives notification of a chart change event.
- chartChanged(ChartChangeEvent) - Method in class org.jfree.chart.fx.ChartCanvas
-
Receives a notification from the chart that it has been changed and
responds by redrawing the chart entirely.
- ChartChangeEvent - Class in org.jfree.chart.event
-
A change event that encapsulates information about a change to a chart.
- ChartChangeEvent(Object) - Constructor for class org.jfree.chart.event.ChartChangeEvent
-
Creates a new chart change event.
- ChartChangeEvent(Object, JFreeChart) - Constructor for class org.jfree.chart.event.ChartChangeEvent
-
Creates a new chart change event.
- ChartChangeEvent(Object, JFreeChart, ChartChangeEventType) - Constructor for class org.jfree.chart.event.ChartChangeEvent
-
Creates a new chart change event.
- ChartChangeEventType - Class in org.jfree.chart.event
-
Defines tokens used to indicate an event type.
- ChartChangeEventType(String) - Constructor for class org.jfree.chart.event.ChartChangeEventType
-
Private constructor.
- ChartChangeListener - Interface in org.jfree.chart.event
-
The interface that must be supported by classes that wish to receive
notification of chart events.
- ChartColor - Class in org.jfree.chart
-
Class to extend the number of Colors available to the charts.
- ChartColor(int, int, int) - Constructor for class org.jfree.chart.ChartColor
-
Creates a Color with an opaque sRGB with red, green and blue values in
range 0-255.
- ChartDeleter - Class in org.jfree.chart.servlet
-
Used for deleting charts from the temporary directory when the users session
expires.
- ChartDeleter() - Constructor for class org.jfree.chart.servlet.ChartDeleter
-
Blank constructor.
- ChartEditor - Interface in org.jfree.chart.editor
-
A chart editor is typically a JComponent containing a user interface
for modifying the properties of a chart.
- ChartEditorFactory - Interface in org.jfree.chart.editor
-
- ChartEditorManager - Class in org.jfree.chart.editor
-
The central point for obtaining
ChartEditor instances for editing
charts.
- ChartEditorManager() - Constructor for class org.jfree.chart.editor.ChartEditorManager
-
Private constructor prevents instantiation.
- ChartEntity - Class in org.jfree.chart.entity
-
A class that captures information about some component of a chart (a bar,
line etc).
- ChartEntity(Shape) - Constructor for class org.jfree.chart.entity.ChartEntity
-
Creates a new chart entity.
- ChartEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ChartEntity
-
Creates a new chart entity.
- ChartEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ChartEntity
-
Creates a new entity.
- ChartFactory - Class in org.jfree.chart
-
A collection of utility methods for creating some standard charts with
JFreeChart.
- ChartFactory() - Constructor for class org.jfree.chart.ChartFactory
-
- ChartFrame - Class in org.jfree.chart
-
A frame for displaying a chart.
- ChartFrame(String, JFreeChart) - Constructor for class org.jfree.chart.ChartFrame
-
Constructs a frame for a chart.
- ChartFrame(String, JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartFrame
-
Constructs a frame for a chart.
- ChartHints - Class in org.jfree.chart
-
Special rendering hints that can be used internally by JFreeChart or by
specialised implementations of the Graphics2D API.
- ChartHints() - Constructor for class org.jfree.chart.ChartHints
-
- ChartHints.Key - Class in org.jfree.chart
-
A key for rendering hints that can be used with JFreeChart (in
addition to the regular Java2D rendering hints).
- chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
-
Callback method for receiving notification of a mouse click on a chart.
- chartMouseClicked(ChartMouseEventFX) - Method in class org.jfree.chart.fx.ChartViewer
-
- chartMouseClicked(ChartMouseEventFX) - Method in class org.jfree.chart.fx.demo.BarChartFXDemo1
-
Write the event to the console, just to illustrate.
- chartMouseClicked(ChartMouseEventFX) - Method in interface org.jfree.chart.fx.interaction.ChartMouseListenerFX
-
Receives notification of a mouse click on a chart.
- ChartMouseEvent - Class in org.jfree.chart
-
A mouse event for a chart that is displayed in a
ChartPanel.
- ChartMouseEvent(JFreeChart, MouseEvent, ChartEntity) - Constructor for class org.jfree.chart.ChartMouseEvent
-
Constructs a new event.
- ChartMouseEventFX - Class in org.jfree.chart.fx.interaction
-
A mouse event for a chart that is displayed in a (JavaFX)
ChartViewer.
- ChartMouseEventFX(JFreeChart, MouseEvent, ChartEntity) - Constructor for class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Constructs a new event.
- ChartMouseListener - Interface in org.jfree.chart
-
- ChartMouseListenerFX - Interface in org.jfree.chart.fx.interaction
-
A mouse listener that can receive event notifications from a (JavaFX)
ChartViewer instance.
- chartMouseListeners - Variable in class org.jfree.chart.ChartPanel
-
Storage for registered (chart) mouse listeners.
- chartMouseListeners - Variable in class org.jfree.chart.fx.ChartCanvas
-
Storage for registered chart mouse listeners.
- chartMouseListeners - Variable in class org.jfree.chart.fx.ChartViewer
-
Storage for registered chart mouse listeners.
- chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
-
Callback method for receiving notification of a mouse movement on a
chart.
- chartMouseMoved(ChartMouseEventFX) - Method in class org.jfree.chart.fx.ChartViewer
-
- chartMouseMoved(ChartMouseEventFX) - Method in class org.jfree.chart.fx.demo.BarChartFXDemo1
-
Write the event to the console, just to illustrate.
- chartMouseMoved(ChartMouseEventFX) - Method in interface org.jfree.chart.fx.interaction.ChartMouseListenerFX
-
Receives notification of a mouse move event on a chart.
- chartNames - Variable in class org.jfree.chart.servlet.ChartDeleter
-
The chart names.
- chartPanel - Variable in class org.jfree.chart.ChartFrame
-
The chart panel.
- ChartPanel - Class in org.jfree.chart
-
A Swing GUI component for displaying a
JFreeChart object.
- ChartPanel(JFreeChart) - Constructor for class org.jfree.chart.ChartPanel
-
Constructs a panel that displays the specified chart.
- ChartPanel(JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartPanel
-
Constructs a panel containing a chart.
- ChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
-
Constructs a JFreeChart panel.
- ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
-
Constructs a JFreeChart panel.
- ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
-
Constructs a JFreeChart panel.
- chartPanel - Variable in class org.jfree.chart.MouseWheelHandler
-
The chart panel.
- chartProgress(ChartProgressEvent) - Method in class org.jfree.chart.ChartPanel
-
Receives notification of a chart progress event.
- chartProgress(ChartProgressEvent) - Method in interface org.jfree.chart.event.ChartProgressListener
-
Receives notification of a chart progress event.
- ChartProgressEvent - Class in org.jfree.chart.event
-
An event that contains information about the drawing progress of a chart.
- ChartProgressEvent(Object, JFreeChart, int, int) - Constructor for class org.jfree.chart.event.ChartProgressEvent
-
Creates a new chart change event.
- ChartProgressListener - Interface in org.jfree.chart.event
-
The interface that must be supported by classes that wish to receive
notification of chart progress events.
- ChartRenderingInfo - Class in org.jfree.chart
-
A structure for storing rendering information from one call to the
JFreeChart.draw() method.
- ChartRenderingInfo() - Constructor for class org.jfree.chart.ChartRenderingInfo
-
Constructs a new ChartRenderingInfo structure that can be used to
collect information about the dimensions of a rendered chart.
- ChartRenderingInfo(EntityCollection) - Constructor for class org.jfree.chart.ChartRenderingInfo
-
Constructs a new instance.
- ChartTheme - Interface in org.jfree.chart
-
A
ChartTheme a class that can apply a style or 'theme' to a chart.
- ChartTransferable - Class in org.jfree.chart
-
A class used to represent a chart on the clipboard.
- ChartTransferable(JFreeChart, int, int) - Constructor for class org.jfree.chart.ChartTransferable
-
Creates a new chart selection.
- ChartTransferable(JFreeChart, int, int, boolean) - Constructor for class org.jfree.chart.ChartTransferable
-
Creates a new chart selection.
- ChartTransferable(JFreeChart, int, int, int, int, int, int, boolean) - Constructor for class org.jfree.chart.ChartTransferable
-
Creates a new chart selection.
- ChartUtilities - Class in org.jfree.chart
-
A collection of utility methods for JFreeChart.
- ChartUtilities() - Constructor for class org.jfree.chart.ChartUtilities
-
- ChartViewer - Class in org.jfree.chart.fx
-
A control for displaying a
JFreeChart in JavaFX (embeds a
ChartCanvas, adds drag zooming and provides a popup menu for export
to PNG/JPG/SVG and PDF formats).
- ChartViewer(JFreeChart) - Constructor for class org.jfree.chart.fx.ChartViewer
-
Creates a new viewer to display the supplied chart in JavaFX.
- ChartViewer(JFreeChart, boolean) - Constructor for class org.jfree.chart.fx.ChartViewer
-
Creates a new viewer instance.
- ChartViewerSkin - Class in org.jfree.chart.fx
-
- ChartViewerSkin(ChartViewer) - Constructor for class org.jfree.chart.fx.ChartViewerSkin
-
Creates a new instance.
- checkAxisIndices(List) - Method in class org.jfree.chart.plot.CategoryPlot
-
This method is used to perform argument checking on the list of
axis indices passed to mapDatasetToDomainAxes() and
mapDatasetToRangeAxes().
- checkAxisIndices(List) - Method in class org.jfree.chart.plot.PolarPlot
-
This method is used to perform argument checking on the list of
axis indices passed to mapDatasetToAxes().
- checkAxisIndices(List<Integer>) - Method in class org.jfree.chart.plot.XYPlot
-
This method is used to perform argument checking on the list of
axis indices passed to mapDatasetToDomainAxes() and
mapDatasetToRangeAxes().
- checkChart(JFreeChart) - Method in class org.jfree.chart.PolarChartPanel
-
Test that the chart is using an xy plot with time as the domain axis.
- chipSpace - Variable in class org.jfree.data.general.WaferMapDataset
-
space to draw between chips
- CHORD - Static variable in class org.jfree.chart.plot.DialShape
-
Chord.
- CIRCLE - Static variable in class org.jfree.chart.plot.DialShape
-
Circle.
- circle1 - Variable in class org.jfree.chart.plot.CompassPlot
-
A working shape.
- circle2 - Variable in class org.jfree.chart.plot.CompassPlot
-
A working shape.
- circular - Variable in class org.jfree.chart.plot.PiePlot
-
Flag determining whether to draw an ellipse or a perfect circle.
- clear() - Method in interface org.jfree.chart.block.Arrangement
-
Clears any cached layout information retained by the arrangement.
- clear() - Method in class org.jfree.chart.block.BlockContainer
-
Clears all the blocks from the container.
- clear() - Method in class org.jfree.chart.block.BorderArrangement
-
Clears the layout.
- clear() - Method in class org.jfree.chart.block.CenterArrangement
-
Clears any cached information.
- clear() - Method in class org.jfree.chart.block.ColumnArrangement
-
Clears any cached information.
- clear() - Method in class org.jfree.chart.block.FlowArrangement
-
Clears any cached information.
- clear() - Method in class org.jfree.chart.block.GridArrangement
-
Clears any cached layout information retained by the arrangement.
- clear() - Method in class org.jfree.chart.ChartRenderingInfo
-
Clears the information recorded by this object.
- clear() - Method in interface org.jfree.chart.entity.EntityCollection
-
Clears all entities.
- clear() - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Clears all the entities from the collection.
- clear() - Method in class org.jfree.chart.PaintMap
-
Resets the map to empty.
- clear() - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
-
Clears the list of labels.
- clear() - Method in class org.jfree.chart.StrokeMap
-
Resets the map to empty.
- clear() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Clears all data from the dataset and sends a
DatasetChangeEvent
to all registered listeners.
- clear() - Method in class org.jfree.data.ComparableObjectSeries
-
Removes all data items from the series and, unless the series is
already empty, sends a
SeriesChangeEvent to all registered
listeners.
- clear() - Method in class org.jfree.data.DefaultKeyedValues
-
Clears all values from the collection.
- clear() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Clears all the data and associated keys.
- clear() - Method in class org.jfree.data.general.DefaultPieDataset
-
Clears all data from this dataset and sends a
DatasetChangeEvent
to all registered listeners (unless the dataset was already empty).
- clear() - Method in class org.jfree.data.KeyedObjects
-
Clears all values from the collection.
- clear() - Method in class org.jfree.data.KeyedObjects2D
-
Clears all the data and associated keys.
- clear() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Clears all data from the dataset and sends a
DatasetChangeEvent
to all registered listeners.
- clear() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Clears all data from the dataset and sends a
DatasetChangeEvent
to all registered listeners.
- clear() - Method in class org.jfree.data.time.TimeSeries
-
Removes all data items from the series and sends a
SeriesChangeEvent to all registered listeners.
- clear() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Removes all data items from the dataset and sends a
DatasetChangeEvent to all registered listeners.
- clear() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Clears all data from the dataset and sends a
DatasetChangeEvent
to all registered listeners.
- clear() - Method in class org.jfree.data.xy.XYSeries
-
Removes all data items from the series and sends a
SeriesChangeEvent to all registered listeners.
- clearAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears all the annotations and sends a
PlotChangeEvent to all
registered listeners.
- clearAnnotations() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Clears all the annotations.
- clearAnnotations() - Method in class org.jfree.chart.plot.XYPlot
-
Clears all the annotations and sends a
PlotChangeEvent to all
registered listeners.
- clearCategoryLabelToolTips() - Method in class org.jfree.chart.axis.CategoryAxis
-
Clears the category label tooltips and sends an
AxisChangeEvent
to all registered listeners.
- clearCategoryLabelURLs() - Method in class org.jfree.chart.axis.CategoryAxis
-
Clears the category label URLs and sends an
AxisChangeEvent
to all registered listeners.
- clearCornerTextItems() - Method in class org.jfree.chart.plot.PolarPlot
-
Clear the list of corner text items and sends a
PlotChangeEvent
to all registered listeners.
- clearCurrentText() - Method in class org.jfree.data.xml.KeyHandler
-
Removes all text from the textbuffer at the end of a CDATA section.
- clearCurrentText() - Method in class org.jfree.data.xml.ValueHandler
-
Removes all text from the textbuffer at the end of a CDATA section.
- clearDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears the domain axes from the plot and sends a
PlotChangeEvent
to all registered listeners.
- clearDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
-
Clears the domain axes from the plot and sends a
PlotChangeEvent
to all registered listeners.
- clearDomainCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Clears all the domain crosshairs from the overlay and sends an
OverlayChangeEvent to all registered listeners.
- clearDomainMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears all the domain markers for the plot and sends a
PlotChangeEvent to all registered listeners.
- clearDomainMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears all the domain markers for the specified renderer.
- clearDomainMarkers() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Clears all the domain markers.
- clearDomainMarkers() - Method in class org.jfree.chart.plot.XYPlot
-
Clears all the (foreground and background) domain markers and sends a
PlotChangeEvent to all registered listeners.
- clearDomainMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
-
Clears the (foreground and background) domain markers for a particular
renderer and sends a
PlotChangeEvent to all registered listeners.
- clearIntervals() - Method in class org.jfree.chart.plot.MeterPlot
-
Clears the intervals for the plot and sends a
PlotChangeEvent to
all registered listeners.
- clearLiveHandler() - Method in class org.jfree.chart.fx.ChartCanvas
-
Clears the current live handler.
- clearObservations() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Removes all current observation data and sends a
DatasetChangeEvent to all registered listeners.
- clearRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears the range axes from the plot and sends a
PlotChangeEvent
to all registered listeners.
- clearRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
-
Clears the range axes from the plot and sends a
PlotChangeEvent
to all registered listeners.
- clearRangeCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Clears all the range crosshairs from the overlay and sends an
OverlayChangeEvent to all registered listeners.
- clearRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears all the range markers for the plot and sends a
PlotChangeEvent to all registered listeners.
- clearRangeMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Clears all the range markers for the specified renderer.
- clearRangeMarkers() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Clears all the range markers.
- clearRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
-
Clears all the range markers and sends a
PlotChangeEvent to all
registered listeners.
- clearRangeMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
-
Clears the (foreground and background) range markers for a particular
renderer.
- clearRect(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Clears the specified rectangle by filling it with the current
background color.
- clearSectionOutlinePaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Clears the section outline paint settings for this plot and, if
requested, sends a
PlotChangeEvent to all registered listeners.
- clearSectionOutlineStrokes(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Clears the section outline stroke settings for this plot and, if
requested, sends a
PlotChangeEvent to all registered listeners.
- clearSectionPaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Clears the section paint settings for this plot and, if requested, sends
a
PlotChangeEvent to all registered listeners.
- clearSeriesLabels(int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
Clears the extra labels for the specified series.
- clearSeriesPaints(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Clears the series paint settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners.
- clearSeriesStrokes(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Clears the series stroke settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners.
- clearSubtitles() - Method in class org.jfree.chart.JFreeChart
-
Clears all subtitles from the chart and sends a
ChartChangeEvent
to all registered listeners.
- clip - Variable in class org.jfree.chart.ClipPath
-
Deprecated.
Controls whether drawing will be clipped (
false would still allow the drawing or filling of path
- clip - Variable in class org.jfree.chart.fx.FXGraphics2D
-
- clip(Shape) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Clips to the intersection of the current clipping region and the
specified shape.
- clipLine(Line2D, Rectangle2D) - Static method in class org.jfree.chart.util.LineUtilities
-
Clips the specified line to the given rectangle.
- ClipPath - Class in org.jfree.chart
-
- ClipPath() - Constructor for class org.jfree.chart.ClipPath
-
Deprecated.
Constructor for ClipPath.
- ClipPath(double[], double[]) - Constructor for class org.jfree.chart.ClipPath
-
Deprecated.
Constructor for ClipPath.
- ClipPath(double[], double[], boolean, boolean, boolean) - Constructor for class org.jfree.chart.ClipPath
-
Deprecated.
Constructor for ClipPath.
- ClipPath(double[], double[], boolean, boolean, Paint, Paint, Stroke, Composite) - Constructor for class org.jfree.chart.ClipPath
-
Deprecated.
Constructor for ClipPath.
- clipPath - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Contains the a ClipPath to "trim" the contours.
- clippingDisabled - Variable in class org.jfree.chart.fx.FXGraphics2D
-
A flag to permit clipping to be disabled (since it is buggy).
- clipRect(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Clips to the intersection of the current clipping region and the
specified rectangle.
- clone() - Method in class org.jfree.chart.annotations.AbstractAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYBoxAnnotation
-
Returns a clone.
- clone() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYLineAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Returns a clone.
- clone() - Method in class org.jfree.chart.annotations.XYShapeAnnotation
-
Returns a clone.
- clone() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.axis.Axis
-
Returns a clone of the axis.
- clone() - Method in class org.jfree.chart.axis.AxisSpace
-
Returns a clone of the object.
- clone() - Method in class org.jfree.chart.axis.CategoryAxis
-
Creates a clone of the axis.
- clone() - Method in class org.jfree.chart.axis.CategoryAxis3D
-
Returns a clone of the axis.
- clone() - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Returns a clone of the object.
- clone() - Method in class org.jfree.chart.axis.DateAxis
-
Returns a clone of the object.
- clone() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Returns a clone of this axis.
- clone() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns a clone of the axis.
- clone() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns a clone of the axis.
- clone() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns a clone of the object.
- clone() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns a clone of the timeline.
- clone() - Method in class org.jfree.chart.axis.Tick
-
Returns a clone of the tick.
- clone() - Method in class org.jfree.chart.axis.TickUnits
-
Returns a clone of the collection.
- clone() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns a clone of the object.
- clone() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns a clone of this block.
- clone() - Method in class org.jfree.chart.block.BlockContainer
-
Returns a clone of the container.
- clone() - Method in class org.jfree.chart.block.EmptyBlock
-
Returns a clone of the block.
- clone() - Method in class org.jfree.chart.block.LabelBlock
-
Returns a clone of this LabelBlock instance.
- clone() - Method in class org.jfree.chart.ChartRenderingInfo
-
Returns a clone of this object.
- clone() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns a clone of the object (a deeper clone than default to avoid bugs
when setting values in cloned object).
- clone() - Method in class org.jfree.chart.entity.AxisEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.ContourEntity
-
Deprecated.
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.JFreeChartEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.LegendItemEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.PlotEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Returns a clone of this entity collection.
- clone() - Method in class org.jfree.chart.entity.TitleEntity
-
Returns a clone of the entity.
- clone() - Method in class org.jfree.chart.JFreeChart
-
Clones the object, and takes care of listeners.
- clone() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
-
Returns an independent copy of the generator.
- clone() - Method in class org.jfree.chart.LegendItem
-
Returns an independent copy of this object (except that the clone will
still reference the same dataset as the original
LegendItem).
- clone() - Method in class org.jfree.chart.LegendItemCollection
-
Returns a clone of the collection.
- clone() - Method in class org.jfree.chart.needle.ArrowNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.LineNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.LongNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.MiddlePinNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.PinNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.PlumNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.PointerNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.needle.ShipNeedle
-
Returns a clone of this needle.
- clone() - Method in class org.jfree.chart.PaintMap
-
Returns a clone of this PaintMap.
- clone() - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns a clone of the palette.
- clone() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns a clone of the annotation.
- clone() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Extends plot cloning to this plot type
- clone() - Method in class org.jfree.chart.plot.Crosshair
-
Returns an independent copy of this instance.
- clone() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns a clone.
- clone() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.DialBackground
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.DialCap
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.DialPointer
-
Returns a clone of the pointer.
- clone() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.IntervalMarker
-
Returns a clone of the marker.
- clone() - Method in class org.jfree.chart.plot.Marker
-
Creates a clone of the marker.
- clone() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns an independent copy (clone) of the plot.
- clone() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.PiePlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.Plot
-
Creates a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns a clone of this object.
- clone() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns a clone of this plot.
- clone() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.plot.XYPlot
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns an independent copy of the renderer.
- clone() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns an independent copy of the renderer.
- clone() - Method in class org.jfree.chart.renderer.category.AreaRenderer
-
Returns an independent copy of the renderer.
- clone() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns an independent copy of the renderer.
- clone() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns an independent copy of the renderer.
- clone() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.GrayPaintScale
-
Returns a clone of this GrayPaintScale instance.
- clone() - Method in class org.jfree.chart.renderer.LookupPaintScale
-
Returns a clone of the instance.
- clone() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.VectorRenderer
-
Returns a clone of this renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.WindItemRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Returns a clone of this renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns a clone of this renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
Returns a clone of the renderer.
- clone() - Method in class org.jfree.chart.StandardChartTheme
-
Returns a clone of this theme.
- clone() - Method in class org.jfree.chart.StrokeMap
-
Returns a clone of this StrokeMap.
- clone() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns a clone of this LegendGraphic instance.
- clone() - Method in class org.jfree.chart.title.TextTitle
-
Returns a clone of this object.
- clone() - Method in class org.jfree.chart.title.Title
-
Returns a clone of the title.
- clone() - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Returns a new generator that is a copy of, and independent from, this
generator.
- clone() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
-
Returns a clone of the generator.
- clone() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
-
Returns a new generator that is a copy of, and independent from, this
generator.
- clone() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Returns an independent copy of the URL generator.
- clone() - Method in class org.jfree.chart.util.LogFormat
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns a clone of the dataset.
- clone() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a clone of this dataset.
- clone(Number[][]) - Static method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Clones a two dimensional array of Number objects.
- clone() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns an independent copy of the dataset.
- clone() - Method in class org.jfree.data.ComparableObjectItem
-
Returns a clone of this object.
- clone(double[][]) - Static method in class org.jfree.data.DataUtilities
-
Returns a clone of the specified array.
- clone() - Method in class org.jfree.data.DefaultKeyedValue
-
Returns a clone.
- clone() - Method in class org.jfree.data.DefaultKeyedValues
-
Returns a clone.
- clone() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns a clone.
- clone() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns an independent copy of the dataset.
- clone() - Method in class org.jfree.data.gantt.Task
-
Returns a clone of the task.
- clone() - Method in class org.jfree.data.gantt.TaskSeries
-
Returns an independent copy of this series.
- clone() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns an independent copy of this dataset.
- clone() - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.general.AbstractDataset
-
Returns a clone of the dataset.
- clone() - Method in class org.jfree.data.general.DatasetGroup
-
Clones the group.
- clone() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns an independent copy of this dataset.
- clone() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
-
Creates a clone of the dataset.
- clone() - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns a clone of the dataset.
- clone() - Method in class org.jfree.data.general.Series
-
Returns a clone of the series.
- clone() - Method in class org.jfree.data.KeyedObject
-
Returns a clone of this object.
- clone() - Method in class org.jfree.data.KeyedObjects
-
Returns a clone of this object.
- clone() - Method in class org.jfree.data.KeyedObjects2D
-
Returns a clone.
- clone() - Method in class org.jfree.data.KeyToGroupMap
-
Returns a clone of the map.
- clone(Object) - Static method in class org.jfree.data.KeyToGroupMap
-
Attempts to clone the specified object using reflection.
- clone(Collection) - Static method in class org.jfree.data.KeyToGroupMap
-
Returns a clone of the list.
- clone() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns a clone of the plot.
- clone() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.statistics.HistogramBin
-
Returns a clone of the bin.
- clone() - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns a clone of the dataset.
- clone() - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Returns a clone of the bin.
- clone() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns a clone of the dataset.
- clone() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.time.TimePeriodValue
-
Clones the object.
- clone() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns a clone of the collection.
- clone() - Method in class org.jfree.data.time.TimeSeries
-
Returns a clone of the time series.
- clone() - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns a clone of this time series collection.
- clone() - Method in class org.jfree.data.time.TimeSeriesDataItem
-
Clones the data item.
- clone() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns an independent copy of this dataset.
- clone() - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns an independent copy of this dataset.
- clone() - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns an independent copy of this dataset.
- clone() - Method in class org.jfree.data.xy.DefaultXYDataset
-
Creates an independent copy of this dataset.
- clone() - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Creates an independent copy of this dataset.
- clone() - Method in class org.jfree.data.xy.IntervalXYDelegate
-
- clone() - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.xy.XYBarDataset
-
Returns an independent copy of the dataset.
- clone() - Method in class org.jfree.data.xy.XYDataItem
-
Returns a clone of this object.
- clone() - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns a clone of this dataset.
- clone() - Method in class org.jfree.data.xy.XYSeries
-
Returns a clone of the series.
- clone() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns a clone of this instance.
- cloneImage(BufferedImage) - Static method in class org.jfree.chart.util.PaintAlpha
-
Clone a BufferedImage.
- cloneList(List<?>) - Static method in class org.jfree.chart.util.CloneUtils
-
Returns a list containing cloned copies of the items in the source
list.
- cloneMapValues(Map) - Static method in class org.jfree.chart.util.CloneUtils
-
Returns a new map that contains the same keys and cloned copied of the
values.
- cloneMarkerMap(Map) - Method in class org.jfree.chart.plot.CategoryPlot
-
A utility method to clone the marker maps.
- CloneUtils - Class in org.jfree.chart.util
-
Utilities for cloning.
- CloneUtils() - Constructor for class org.jfree.chart.util.CloneUtils
-
- close() - Method in class org.jfree.data.jdbc.JDBCPieDataset
-
Close the database connection
- close() - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Close the database connection
- close - Variable in class org.jfree.data.time.ohlc.OHLC
-
The close value.
- close - Variable in class org.jfree.data.xy.DefaultHighLowDataset
-
Storage for the close values.
- close - Variable in class org.jfree.data.xy.OHLCDataItem
-
The close value.
- closeTickPaint - Variable in class org.jfree.chart.renderer.xy.HighLowRenderer
-
The paint used for the close ticks (if null, the series
paint is used instead).
- closeY - Variable in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
The final y-coordinate for the current x-coordinate.
- ClusteredXYBarRenderer - Class in org.jfree.chart.renderer.xy
-
An extension of
XYBarRenderer that displays bars for different
series values at the same x next to each other.
- ClusteredXYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Default constructor.
- ClusteredXYBarRenderer(double, boolean) - Constructor for class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Constructs a new XY clustered bar renderer.
- coefficients - Variable in class org.jfree.data.function.PolynomialFunction2D
-
The coefficients.
- ColorBar - Class in org.jfree.chart.axis
-
- ColorBar(String) - Constructor for class org.jfree.chart.axis.ColorBar
-
Deprecated.
Constructs a horizontal colorbar axis, using default values where
necessary.
- colorBar - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The colorbar axis (used for the z-values).
- colorBarAxisPropertyPanel - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
A panel used to display/edit the properties of the colorbar axis (if
any).
- colorBarLength - Variable in class org.jfree.chart.axis.ColorBar
-
Deprecated.
The color bar length.
- colorBarLocation - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The color bar location.
- colorBarThickness - Variable in class org.jfree.chart.axis.ColorBar
-
Deprecated.
The color bar thickness.
- colorBarThicknessPercent - Variable in class org.jfree.chart.axis.ColorBar
-
Deprecated.
The color bar thickness as a percentage of the height of the data area.
- ColorBlock - Class in org.jfree.chart.block
-
A block that is filled with a single color.
- ColorBlock(Paint, double, double) - Constructor for class org.jfree.chart.block.ColorBlock
-
Creates a new block.
- colorPalette - Variable in class org.jfree.chart.axis.ColorBar
-
Deprecated.
The color palette.
- ColorPalette - Class in org.jfree.chart.plot
-
- ColorPalette() - Constructor for class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Default contructor.
- COLUMN_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
- COLUMN_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
- ColumnArrangement - Class in org.jfree.chart.block
-
Arranges blocks in a column layout.
- ColumnArrangement() - Constructor for class org.jfree.chart.block.ColumnArrangement
-
Creates a new instance.
- ColumnArrangement(HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class org.jfree.chart.block.ColumnArrangement
-
Creates a new instance.
- columnCount - Variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
The number of columns in the dataset (temporary record).
- columnKey - Variable in class org.jfree.chart.entity.CategoryItemEntity
-
The column key.
- columnKey - Variable in class org.jfree.chart.plot.CategoryCrosshairState
-
The column key for the crosshair point.
- columnKeys - Variable in class org.jfree.data.DefaultKeyedValues2D
-
The column keys.
- columnKeys - Variable in class org.jfree.data.KeyedObjects2D
-
The column keys.
- columnNames - Variable in class org.jfree.data.jdbc.JDBCXYDataset
-
Column names.
- columnRadius - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The column radius.
- columnRenderingOrder - Variable in class org.jfree.chart.plot.CategoryPlot
-
Controls the order in which the columns are traversed when rendering the
data items.
- columns - Variable in class org.jfree.chart.block.GridArrangement
-
The columns.
- CombinationDataset - Interface in org.jfree.data.general
-
- combine(Range, Range) - Static method in class org.jfree.data.Range
-
Creates a new range by combining two existing ranges.
- CombinedDataset - Class in org.jfree.data.general
-
- CombinedDataset() - Constructor for class org.jfree.data.general.CombinedDataset
-
Deprecated.
Default constructor for an empty combination.
- CombinedDataset(SeriesDataset[]) - Constructor for class org.jfree.data.general.CombinedDataset
-
Deprecated.
Creates a CombinedDataset initialized with an array of SeriesDatasets.
- CombinedDataset.DatasetInfo - Class in org.jfree.data.general
-
Deprecated.
Private class to store as pairs (SeriesDataset, series) for all combined
series.
- CombinedDomainCategoryPlot - Class in org.jfree.chart.plot
-
A combined category plot where the domain axis is shared.
- CombinedDomainCategoryPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Default constructor.
- CombinedDomainCategoryPlot(CategoryAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Creates a new plot.
- CombinedDomainXYPlot - Class in org.jfree.chart.plot
-
An extension of
XYPlot that contains multiple subplots that share a
common domain axis.
- CombinedDomainXYPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
-
Default constructor.
- CombinedDomainXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
-
Creates a new combined plot that shares a domain axis among multiple
subplots.
- CombinedRangeCategoryPlot - Class in org.jfree.chart.plot
-
A combined category plot where the range axis is shared.
- CombinedRangeCategoryPlot() - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Default constructor.
- CombinedRangeCategoryPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Creates a new plot.
- CombinedRangeXYPlot - Class in org.jfree.chart.plot
-
An extension of
XYPlot that contains multiple subplots that share a
common range axis.
- CombinedRangeXYPlot() - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
-
Default constructor.
- CombinedRangeXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
-
Creates a new plot.
- combineIgnoringNaN(Range, Range) - Static method in class org.jfree.data.Range
-
Returns a new range that spans both range1 and
range2.
- ComparableObjectItem - Class in org.jfree.data
-
- ComparableObjectItem(Comparable, Object) - Constructor for class org.jfree.data.ComparableObjectItem
-
Constructs a new data item.
- ComparableObjectSeries - Class in org.jfree.data
-
A (possibly ordered) list of (Comparable, Object) data items.
- ComparableObjectSeries(Comparable) - Constructor for class org.jfree.data.ComparableObjectSeries
-
Creates a new empty series.
- ComparableObjectSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.ComparableObjectSeries
-
Constructs a new series that contains no data.
- compare(Object, Object) - Method in class org.jfree.data.KeyedValueComparator
-
Compares two
KeyedValue instances and returns an
int that indicates the relative order of the two objects.
- compareTo(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Will compare this Segment with another Segment (from Comparable
interface).
- compareTo(Object) - Method in class org.jfree.chart.axis.TickUnit
-
Compares this tick unit to an arbitrary object.
- compareTo(Object) - Method in class org.jfree.chart.plot.PieLabelRecord
-
Compares this object to an arbitrary object.
- compareTo(Object) - Method in class org.jfree.chart.renderer.LookupPaintScale.PaintItem
-
Compares this item to an arbitrary object.
- compareTo(Object) - Method in class org.jfree.chart.renderer.Outlier
-
Compares this object with the specified object for order, based on
the outlier's point.
- compareTo(Object) - Method in class org.jfree.data.ComparableObjectItem
-
Returns an integer indicating the order of this object relative to
another object.
- compareTo(Object) - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Compares the bin to an arbitrary object and returns the relative
ordering.
- compareTo(Object) - Method in class org.jfree.data.time.Day
-
Returns an integer indicating the order of this Day object relative to
the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.FixedMillisecond
-
Returns an integer indicating the order of this Millisecond object
relative to the specified
object: negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Hour
-
Returns an integer indicating the order of this Hour object relative to
the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Millisecond
-
Returns an integer indicating the order of this Millisecond object
relative to the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Minute
-
Returns an integer indicating the order of this Minute object relative
to the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Month
-
Returns an integer indicating the order of this Month object relative to
the specified
object: negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Quarter
-
Returns an integer indicating the order of this Quarter object relative
to the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Second
-
Returns an integer indicating the order of this Second object relative
to the specified
object: negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.SimpleTimePeriod
-
Returns an integer that indicates the relative ordering of two
time periods.
- compareTo(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
-
Returns an integer indicating the order of this data pair object
relative to another object.
- compareTo(Object) - Method in class org.jfree.data.time.Week
-
Returns an integer indicating the order of this Week object relative to
the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.time.Year
-
Returns an integer indicating the order of this Year object
relative to the specified object:
negative == before, zero == same, positive == after.
- compareTo(Object) - Method in class org.jfree.data.xy.OHLCDataItem
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class org.jfree.data.xy.WindDataItem
-
Compares this item to another object.
- compareTo(Object) - Method in class org.jfree.data.xy.XYCoordinate
-
Compares this instance against an arbitrary object.
- compareTo(Object) - Method in class org.jfree.data.xy.XYDataItem
-
Returns an integer indicating the order of this object relative to
another object.
- compassFont - Variable in class org.jfree.chart.plot.CompassPlot
-
The compass font.
- CompassFormat - Class in org.jfree.chart.axis
-
A formatter that displays numbers as directions.
- CompassFormat() - Constructor for class org.jfree.chart.axis.CompassFormat
-
Creates a new formatter using English identifiers.
- CompassFormat(String, String, String, String) - Constructor for class org.jfree.chart.axis.CompassFormat
-
Creates a new formatter using the specified identifiers for
the base wind directions.
- CompassFormat(String[]) - Constructor for class org.jfree.chart.axis.CompassFormat
-
Creates a new formatter using the specified identifiers.
- CompassPlot - Class in org.jfree.chart.plot
-
A specialised plot that draws a compass to indicate a direction based on the
value from a
ValueDataset.
- CompassPlot() - Constructor for class org.jfree.chart.plot.CompassPlot
-
Default constructor.
- CompassPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.CompassPlot
-
Constructs a new compass plot.
- completePaint - Variable in class org.jfree.chart.renderer.category.GanttRenderer
-
The paint for displaying the percentage complete.
- composite - Variable in class org.jfree.chart.ClipPath
-
Deprecated.
The composite.
- composite - Variable in class org.jfree.chart.fx.FXGraphics2D
-
- CompositeTitle - Class in org.jfree.chart.title
-
- CompositeTitle() - Constructor for class org.jfree.chart.title.CompositeTitle
-
Creates a new composite title with a default border arrangement.
- CompositeTitle(BlockContainer) - Constructor for class org.jfree.chart.title.CompositeTitle
-
Creates a new title using the specified container.
- computeLogCeil(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the smallest (closest to negative infinity) double value that is
not less than the argument, is equal to a mathematical integer and
satisfying the condition that log base 10 of the value is an integer
(i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
- computeLogFloor(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the largest (closest to positive infinity) double value that is
not greater than the argument, is equal to a mathematical integer and
satisfying the condition that log base 10 of the value is an integer
(i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
- configure() - Method in class org.jfree.chart.axis.Axis
-
Configures the axis to work with the current plot.
- configure() - Method in class org.jfree.chart.axis.CategoryAxis
-
Configures the axis against the current plot.
- configure(ContourPlot) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Configures the color bar.
- configure() - Method in class org.jfree.chart.axis.DateAxis
-
Configures the axis to work with the specified plot.
- configure() - Method in class org.jfree.chart.axis.LogAxis
-
Configures the axis.
- configure() - Method in class org.jfree.chart.axis.NumberAxis
-
Configures the axis to work with the specified plot.
- configure() - Method in class org.jfree.chart.axis.PeriodAxis
-
Configures the axis to work with the current plot.
- configureDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
-
Configures the domain axes.
- configureDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
-
Configures the domain axes.
- configureRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
-
Configures the range axes.
- configureRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
-
Configures the range axes.
- connectFirstAndLastPoint - Variable in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Flag that controls if the first and last point of the dataset should be
connected or not.
- connection - Variable in class org.jfree.data.jdbc.JDBCCategoryDataset
-
The database connection.
- connection - Variable in class org.jfree.data.jdbc.JDBCPieDataset
-
The database connection.
- connection - Variable in class org.jfree.data.jdbc.JDBCXYDataset
-
The database connection.
- constrain(double) - Method in class org.jfree.data.Range
-
Returns the value within the range that is closest to the specified
value.
- contained(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns true if this segment is contained in an interval.
- container - Variable in class org.jfree.chart.title.CompositeTitle
-
A container for the individual titles.
- contains(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns true if a particular millisecond is contained in this
segment.
- contains(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns true if an interval is contained in this
segment.
- contains(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns true if a segment is contained in this segment.
- contains(double) - Method in class org.jfree.data.Range
-
Returns true if the range contains the specified value and
false otherwise.
- containsDomainRange(long, long) - Method in class org.jfree.chart.axis.DateAxis.DefaultTimeline
-
Returns true if the timeline includes the specified
domain value range.
- containsDomainRange(Date, Date) - Method in class org.jfree.chart.axis.DateAxis.DefaultTimeline
-
Returns true if the timeline includes the specified
domain value range.
- containsDomainRange(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns true if a range of values are contained in the
timeline.
- containsDomainRange(Date, Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns true if a range of values are contained in the
timeline.
- containsDomainRange(long, long) - Method in interface org.jfree.chart.axis.Timeline
-
Returns true if a range of values are contained in the
timeline.
- containsDomainRange(Date, Date) - Method in interface org.jfree.chart.axis.Timeline
-
Returns true if a range of dates are contained in the
timeline.
- containsDomainValue(long) - Method in class org.jfree.chart.axis.DateAxis.DefaultTimeline
-
Returns true if the timeline includes the specified
domain value.
- containsDomainValue(Date) - Method in class org.jfree.chart.axis.DateAxis.DefaultTimeline
-
Returns true if the timeline includes the specified
domain value.
- containsDomainValue(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns true if a value is contained in the timeline.
- containsDomainValue(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns true if a value is contained in the timeline.
- containsDomainValue(long) - Method in interface org.jfree.chart.axis.Timeline
-
Returns true if a value is contained in the timeline values.
- containsDomainValue(Date) - Method in interface org.jfree.chart.axis.Timeline
-
Returns true if a date is contained in the timeline values.
- containsKey(Comparable) - Method in class org.jfree.chart.PaintMap
-
Returns true if the map contains the specified key, and
false otherwise.
- containsKey(Comparable) - Method in class org.jfree.chart.StrokeMap
-
Returns true if the map contains the specified key, and
false otherwise.
- content - Variable in class org.jfree.chart.title.TextTitle
-
The content.
- contentAlignmentPoint - Variable in class org.jfree.chart.block.LabelBlock
-
The content alignment point.
- CONTENTS - Static variable in class org.jfree.chart.resources.JFreeChartResources
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources_de
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources_es
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources_fr
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources_pl
-
The resources to be localised.
- CONTENTS - Static variable in class org.jfree.data.resources.DataPackageResources_ru
-
The resources to be localised.
- contextMenu - Variable in class org.jfree.chart.fx.ChartViewer
-
The context menu that will be attached to the canvas.
- ContourDataset - Interface in org.jfree.data.contour
-
- ContourEntity - Class in org.jfree.chart.entity
-
- ContourEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ContourEntity
-
Deprecated.
Constructor for ContourEntity.
- ContourEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ContourEntity
-
Deprecated.
Constructor for ContourEntity.
- ContourPlot - Class in org.jfree.chart.plot
-
- ContourPlot() - Constructor for class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Creates a new plot with no dataset or axes.
- ContourPlot(ContourDataset, ValueAxis, ValueAxis, ColorBar) - Constructor for class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Constructs a contour plot with the specified axes (other attributes take
default values).
- ContourPlotUtilities - Class in org.jfree.chart.plot
-
- ContourPlotUtilities() - Constructor for class org.jfree.chart.plot.ContourPlotUtilities
-
Deprecated.
- contourRenderer(Graphics2D, Rectangle2D, PlotRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBar, ContourDataset, CrosshairState) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Fills the plot.
- ContourToolTipGenerator - Interface in org.jfree.chart.labels
-
- ContourValuePlot - Interface in org.jfree.chart.plot
-
- convertRenderedImage(RenderedImage) - Static method in class org.jfree.chart.fx.FXGraphics2D
-
Converts a rendered image to a BufferedImage.
- coordinateType - Variable in class org.jfree.chart.annotations.XYTitleAnnotation
-
The coordinate type.
- copy() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns a copy of ourselves or null if there was an
exception during cloning.
- COPY_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Copy action command.
- copyArea(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Not yet implemented.
- cornerTextItems - Variable in class org.jfree.chart.plot.PolarPlot
-
The annotations for the plot.
- correctTickDateForPosition(Date, DateTickUnit, DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
-
Corrects the given tick date for the position setting.
- count - Variable in class org.jfree.chart.axis.DateTickUnit
-
The unit count.
- count - Variable in class org.jfree.data.statistics.HistogramBin
-
The number of items in the bin.
- counterClockwise - Variable in class org.jfree.chart.plot.PolarPlot
-
A flag indicating if the angles increase counterclockwise or clockwise.
- create() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Creates a new graphics object that is a copy of this graphics object.
- createAlignedRectangle2D(Size2D, Rectangle2D, HorizontalAlignment, VerticalAlignment) - Method in class org.jfree.chart.JFreeChart
-
Creates a rectangle that is aligned to the frame.
- createAndAddEntity(double, AxisState, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.Axis
-
Created an entity for the axis.
- createAndAddEntity(Rectangle2D, PlotRenderingInfo, String, String) - Method in class org.jfree.chart.plot.Plot
-
Creates a plot entity that contains a reference to the plot and the
data area as shape.
- createAreaChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates an area chart with default settings.
- createAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates an area chart with default settings.
- createAttributedLabel(String) - Method in class org.jfree.chart.axis.Axis
-
Creates and returns an AttributedString with the specified
text and the labelFont and labelPaint applied as attributes.
- createBarChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bar chart with a vertical orientation.
- createBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bar chart.
- createBarChart3D(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bar chart with a 3D effect.
- createBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bar chart with a 3D effect.
- createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerCategoryDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
-
- createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerXYDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of a box and whisker chart.
- createBubbleChart(String, String, String, XYZDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bubble chart with default settings.
- createBubbleChart(String, String, String, XYZDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a bubble chart with default settings.
- createBufferedImage(JFreeChart, int, int, int, int, int, int) - Method in class org.jfree.chart.ChartTransferable
-
A utility method that creates an image of a chart, with scaling.
- createBufferedImage(int, int) - Method in class org.jfree.chart.JFreeChart
-
Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
-
Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
-
Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, double, double, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
-
Creates and returns a buffered image into which the chart has been drawn.
- createCandlestickChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of a candlesticks chart.
- createCategoryDataset(String, String, double[][]) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a
CategoryDataset that contains a copy of the data in an
array (instances of
Double are created to represent the
data items).
- createCategoryDataset(String, String, Number[][]) - Static method in class org.jfree.data.general.DatasetUtilities
-
- createCategoryDataset(Comparable[], Comparable[], double[][]) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a
CategoryDataset that contains a copy of the data in
an array (instances of
Double are created to represent the
data items).
- createCategoryDataset(Comparable, KeyedValues) - Static method in class org.jfree.data.general.DatasetUtilities
-
- createChart(CategoryDataset) - Static method in class org.jfree.chart.demo.BarChartDemo1
-
Creates a sample chart.
- createChart(PieDataset) - Static method in class org.jfree.chart.demo.PieChartDemo1
-
Creates a chart.
- createChart(XYDataset) - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
-
Creates a chart.
- createChart(CategoryDataset) - Static method in class org.jfree.chart.fx.demo.BarChartFXDemo1
-
Creates a sample chart.
- createChart(PieDataset) - Static method in class org.jfree.chart.fx.demo.PieChartFXDemo1
-
Creates a chart.
- createChart(XYDataset) - Static method in class org.jfree.chart.fx.demo.TimeSeriesChartFXDemo1
-
Creates a chart.
- createChartPrintJob() - Method in class org.jfree.chart.ChartPanel
-
Creates a print job for the chart.
- createConsolidatedPieDataset(PieDataset, Comparable, double) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a new pie dataset based on the supplied dataset, but modified
by aggregating all the low value items (those whose value is lower
than the percentThreshold) into a single item with the
key "Other".
- createConsolidatedPieDataset(PieDataset, Comparable, double, int) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a new pie dataset based on the supplied dataset, but modified
by aggregating all the low value items (those whose value is lower
than the percentThreshold) into a single item.
- createContextMenu() - Method in class org.jfree.chart.fx.ChartViewer
-
Creates the context menu.
- createCopy(int, int) - Method in class org.jfree.data.time.TimePeriodValues
-
Creates a new instance by copying a subset of the data in this
collection.
- createCopy(int, int) - Method in class org.jfree.data.time.TimeSeries
-
Creates a new timeseries by copying a subset of the data in this time
series.
- createCopy(RegularTimePeriod, RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
-
Creates a new timeseries by copying a subset of the data in this time
series.
- createCopy(int, int) - Method in class org.jfree.data.xy.XYSeries
-
Creates a new series by copying a subset of the data in this time series.
- createDarknessTheme() - Static method in class org.jfree.chart.StandardChartTheme
-
Creates and returns a theme called "Darkness".
- createDataset() - Static method in class org.jfree.chart.demo.BarChartDemo1
-
Returns a sample dataset.
- createDataset() - Static method in class org.jfree.chart.demo.PieChartDemo1
-
Creates a sample dataset.
- createDataset() - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
-
Creates a dataset, consisting of two series of monthly data.
- createDataset() - Static method in class org.jfree.chart.fx.demo.BarChartFXDemo1
-
Returns a sample dataset.
- createDataset() - Static method in class org.jfree.chart.fx.demo.PieChartFXDemo1
-
Creates a sample dataset.
- createDataset() - Static method in class org.jfree.chart.fx.demo.TimeSeriesChartFXDemo1
-
Creates a dataset, consisting of two series of monthly data.
- createDefaultPaintArray() - Static method in class org.jfree.chart.ChartColor
-
Convenience method to return an array of Paint objects that
represent the pre-defined colors in the Color and
ChartColor objects.
- createDemoPanel() - Static method in class org.jfree.chart.demo.PieChartDemo1
-
Creates a panel for the demo (used by SuperDemo.java).
- createDemoPanel() - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
-
Creates a panel for the demo (used by SuperDemo.java).
- createDownRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
-
Creates a new instance where the category labels angled downwards by the
specified amount.
- createDropShadow(BufferedImage) - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Creates and returns an image containing the drop shadow for the
specified source image.
- createDropShadow(BufferedImage) - Method in interface org.jfree.chart.util.ShadowGenerator
-
Creates and returns an image containing the drop shadow for the
specified source image.
- createEditor(JFreeChart) - Method in interface org.jfree.chart.editor.ChartEditorFactory
-
Creates an editor for the given chart.
- createEditor(JFreeChart) - Method in class org.jfree.chart.editor.DefaultChartEditorFactory
-
- createEntities - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
- createEntitiesList - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
Flags that control whether or not entities are generated for each
series.
- createGanttChart(String, String, String, IntervalCategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a Gantt chart using the supplied attributes plus default values
where required.
- createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a Gantt chart using the supplied attributes plus default values
where required.
- createGradientPaint(Color, Color) - Static method in class org.jfree.chart.demo.PieChartDemo1
-
A utility method for creating gradient paints.
- createGradientPaint(Color, Color) - Static method in class org.jfree.chart.fx.demo.PieChartFXDemo1
-
A utility method for creating gradient paints.
- createHeatMapImage(HeatMapDataset, PaintScale) - Static method in class org.jfree.data.general.HeatMapUtilities
-
Creates an image that displays the values from the specified dataset.
- createHighLowChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of a high-low-open-close chart.
- createHighLowChart(String, String, String, OHLCDataset, Timeline, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of a high-low-open-close chart
with a special timeline.
- createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a histogram chart.
- createHorizontalBlock(double, double, double, double, boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Creates an array of shapes representing the six sides of a block in a
horizontal stack.
- createInstance(Class, Date, TimeZone, Locale) - Method in class org.jfree.chart.axis.PeriodAxis
-
A utility method used to create a particular subclass of the
RegularTimePeriod class that includes the specified millisecond,
assuming the specified time zone.
- createInstance(Date, TimeZone) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
- createInstance(Date, TimeZone, Locale) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Creates a time period that includes the specified millisecond, assuming
the given time zone.
- createInstance(Class, Date, TimeZone) - Static method in class org.jfree.data.time.RegularTimePeriod
-
Creates a time period that includes the specified millisecond, assuming
the given time zone.
- createIntegerTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
-
Returns a collection of tick units for integer values.
- createIntegerTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
-
Returns a collection of tick units for integer values.
- createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(PieDataset, Comparable) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYZDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(CategoryDataset, int) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createItemArray(XYZDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
- createJFreeTheme() - Static method in class org.jfree.chart.StandardChartTheme
-
Creates and returns the default 'JFree' chart theme.
- createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
-
Creates a label.
- createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Overrides the default behaviour by adding the sublabel to the text
block that is used for the category label.
- createLegacyTheme() - Static method in class org.jfree.chart.StandardChartTheme
-
Creates and returns a
ChartTheme that doesn't apply any changes
to the JFreeChart defaults.
- createLegendItemBlock(LegendItem) - Method in class org.jfree.chart.title.LegendTitle
-
Creates a legend item block.
- createLineChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart with default settings.
- createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart with default settings.
- createLineChart3D(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart with default settings.
- createLineChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart with default settings.
- createLogTickUnits(Locale) - Static method in class org.jfree.chart.axis.LogAxis
-
- createMovingAverage(TimeSeriesCollection, String, int, int) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
TimeSeriesCollection containing a moving average
series for each series in the source collection.
- createMovingAverage(TimeSeries, String, int, int) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
TimeSeries containing moving average values for
the given series.
- createMovingAverage(XYDataset, String, long, long) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
XYDataset containing the moving averages of each
series in the
source dataset.
- createMovingAverage(XYDataset, String, double, double) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
XYDataset containing the moving averages of each
series in the
source dataset.
- createMovingAverage(XYDataset, int, String, double, double) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
XYSeries containing the moving averages of one
series in the
source dataset.
- createMultiplePieChart(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a chart that displays multiple pie plots.
- createMultiplePieChart3D(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a chart that displays multiple pie plots.
- createNode(ChartViewer) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Creates the node representing this control.
- createNumberArray(double[]) - Static method in class org.jfree.data.DataUtilities
-
Constructs an array of Number objects from an array of
double primitives.
- createNumberArray(double[]) - Static method in class org.jfree.data.xy.DefaultHighLowDataset
-
Constructs an array of Number objects from an array of doubles.
- createNumberArray2D(double[][]) - Static method in class org.jfree.data.DataUtilities
-
Constructs an array of arrays of Number objects from a
corresponding structure containing double primitives.
- createPieChart(String, PieDataset, boolean, boolean, Locale) - Static method in class org.jfree.chart.ChartFactory
-
Creates a pie chart with default settings.
- createPieChart(String, PieDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a pie chart with default settings.
- createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a pie chart with default settings.
- createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, Locale, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a pie chart with default settings that compares 2 datasets.
- createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a pie chart with default settings that compares 2 datasets.
- createPieChart3D(String, PieDataset, boolean, boolean, Locale) - Static method in class org.jfree.chart.ChartFactory
-
Creates a 3D pie chart using the specified dataset.
- createPieChart3D(String, PieDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a 3D pie chart using the specified dataset.
- createPieChart3D(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a 3D pie chart using the specified dataset.
- createPieDatasetForColumn(CategoryDataset, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a pie dataset from a table dataset by taking all the values
for a single column.
- createPieDatasetForColumn(CategoryDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a pie dataset from a
CategoryDataset by taking all the
values for a single column.
- createPieDatasetForRow(CategoryDataset, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a pie dataset from a table dataset by taking all the values
for a single row.
- createPieDatasetForRow(CategoryDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates a pie dataset from a table dataset by taking all the values
for a single row.
- createPlotPanel(Plot) - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
- createPlotPanel() - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
-
- createPlotTabs(Plot) - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
- createPlotTabs(Plot) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
-
Creates a tabbed pane for editing the plot attributes.
- createPointMovingAverage(TimeSeries, String, int) - Static method in class org.jfree.data.time.MovingAverage
-
Creates a new
TimeSeries containing moving average values for
the given series, calculated by number of points (irrespective of the
'age' of those points).
- createPolarChart(String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a polar plot for the specified dataset (x-values interpreted as
angles in degrees).
- createPolygon(int[], int[], int, boolean) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Creates a polygon from the specified x and
y coordinate arrays.
- createPolygon(Graphics2D, Rectangle2D, XYPlot, ValueAxis, ValueAxis, boolean, LinkedList, LinkedList) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Draws the visual representation of a polygon
- createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
-
Creates a popup menu for the panel.
- createPopupMenu(boolean, boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
-
Creates a popup menu for the panel.
- createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.PolarChartPanel
-
Creates a popup menu for the panel.
- createRingChart(String, PieDataset, boolean, boolean, Locale) - Static method in class org.jfree.chart.ChartFactory
-
Creates a ring chart with default settings.
- createRingChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a ring chart with default settings.
- createScatterPlot(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a scatter plot with default settings.
- createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a scatter plot with default settings.
- createShadow(RectangularShape, double, double, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
-
Creates a shadow for the bar.
- createShadow(RectangularShape, double, double, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.category.StandardBarPainter
-
Creates a shadow for the bar.
- createShadow(RectangularShape, double, double, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
Creates a shadow for the bar.
- createShadow(RectangularShape, double, double, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
-
Creates a shadow for the bar.
- createStackedAreaChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked area chart with default settings.
- createStackedAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked area chart with default settings.
- createStackedBarChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked bar chart with default settings.
- createStackedBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked bar chart with default settings.
- createStackedBarChart3D(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked bar chart with a 3D effect and default settings.
- createStackedBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked bar chart with a 3D effect and default settings.
- createStackedValueList(CategoryDataset, Comparable, double, boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
- createStackedValueList(CategoryDataset, Comparable, int[], double, boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Returns a list containing the stacked values for the specified series
in the given dataset, plus the supplied base value.
- createStackedXYAreaChart(String, String, String, TableXYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked XY area plot.
- createStackedXYAreaChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stacked XY area plot.
- createStandardDateTickUnits() - Static method in class org.jfree.chart.axis.DateAxis
-
Returns a collection of standard date tick units that uses the default
time zone.
- createStandardDateTickUnits(TimeZone, Locale) - Static method in class org.jfree.chart.axis.DateAxis
-
Returns a collection of standard date tick units.
- createStandardDateTickUnits(TimeZone) - Static method in class org.jfree.chart.axis.DateAxis
-
- createStandardSeriesShapes() - Static method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Creates an array of standard shapes to display for the items in series
on charts.
- createStandardTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
-
Creates the standard tick units.
- createStandardTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
-
Creates a collection of standard tick units.
- createState(PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- createState(PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Creates a new state instance.
- createSVGGraphics2D(int, int) - Method in class org.jfree.chart.ChartPanel
-
- createTempDir() - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Creates the temporary directory if it does not exist.
- createTickLabel(double) - Method in class org.jfree.chart.axis.LogAxis
-
Creates a tick label for the specified value based on the current
tick unit (used for formatting the exponent).
- createTickUnitPanel() - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
-
Creates a panel for editing the tick unit.
- createTickUnitPanel() - Method in class org.jfree.chart.editor.DefaultNumberAxisEditor
-
- createTickUnitPanel() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
- createTimeSeriesChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a time series chart.
- createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a time series chart.
- createUpRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
-
Creates a new instance where the category labels angled upwards by the
specified amount.
- createVerticalBlock(double, double, double, double, boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Creates an array of shapes representing the six sides of a block in a
vertical stack.
- createWaferMapChart(String, WaferMapDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a wafer map chart.
- createWaterfallChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a waterfall chart.
- createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a wind plot with default settings.
- createXYAreaChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
- createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
- createXYBarChart(String, String, boolean, String, IntervalXYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of an XY bar chart.
- createXYBarChart(String, String, boolean, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates and returns a default instance of an XY bar chart.
- createXYLineChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart (based on an
XYDataset) with default
settings.
- createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a line chart (based on an
XYDataset) with default
settings.
- createXYStepAreaChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a filled stepped XY plot with default settings.
- createXYStepAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a filled stepped XY plot with default settings.
- createXYStepChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stepped XY plot with default settings.
- createXYStepChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
Creates a stepped XY plot with default settings.
- CRITICAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
A constant for the 'critical' range.
- Crosshair - Class in org.jfree.chart.plot
-
A crosshair for display on a plot.
- Crosshair() - Constructor for class org.jfree.chart.plot.Crosshair
-
Creates a new crosshair with value 0.0.
- Crosshair(double) - Constructor for class org.jfree.chart.plot.Crosshair
-
Creates a new crosshair with the specified value.
- Crosshair(double, Paint, Stroke) - Constructor for class org.jfree.chart.plot.Crosshair
-
Creates a new crosshair value with the specified value and line style.
- crosshairDatasetIndex - Variable in class org.jfree.chart.plot.CategoryPlot
-
The index for the dataset that the crosshairs are linked to (this
determines which axes the crosshairs are plotted against).
- CrosshairLabelGenerator - Interface in org.jfree.chart.labels
-
A label generator for crosshairs.
- CrosshairOverlay - Class in org.jfree.chart.panel
-
An overlay for a
ChartPanel that draws crosshairs on a plot.
- CrosshairOverlay() - Constructor for class org.jfree.chart.panel.CrosshairOverlay
-
Default constructor.
- crosshairPaint - Variable in class org.jfree.chart.StandardChartTheme
-
The crosshair paint.
- CrosshairState - Class in org.jfree.chart.plot
-
Maintains state information about crosshairs on a plot between successive
calls to the renderer's draw method.
- CrosshairState() - Constructor for class org.jfree.chart.plot.CrosshairState
-
Creates a new CrosshairState instance that calculates
distance in Java2D space.
- CrosshairState(boolean) - Constructor for class org.jfree.chart.plot.CrosshairState
-
Creates a new CrosshairState instance.
- crosshairState - Variable in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
State information for crosshairs in the plot (this is updated by the
renderer, but may be passed to several renderers in one chart).
- crosshairX - Variable in class org.jfree.chart.plot.CrosshairState
-
The x-value for the current crosshair point.
- crosshairY - Variable in class org.jfree.chart.plot.CrosshairState
-
The y-value for the current crosshair point.
- CSV - Class in org.jfree.data.io
-
- CSV() - Constructor for class org.jfree.data.io.CSV
-
Creates a new CSV reader where the field delimiter is a comma, and the
text delimiter is a double-quote.
- CSV(char, char) - Constructor for class org.jfree.data.io.CSV
-
Creates a new reader with the specified field and text delimiters.
- ctrlKey - Variable in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Requires CTRL key modifier?
- CUBIC_CURVE - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
-
CUBIC_CURVE.
- currentPalette - Variable in class org.jfree.chart.editor.DefaultColorBarEditor
-
The Palette Sample displaying the current Palette.
- currentSeriesPoints - Variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
The points for the current series.
- currentText - Variable in class org.jfree.data.xml.KeyHandler
-
Storage for the current CDATA
- currentText - Variable in class org.jfree.data.xml.ValueHandler
-
Storage for the current CDATA
- currentTheme - Static variable in class org.jfree.chart.ChartFactory
-
The chart theme.
- cursor - Variable in class org.jfree.chart.axis.AxisState
-
The cursor position.
- cursorDown(double) - Method in class org.jfree.chart.axis.AxisState
-
Moves the cursor down by the specified number of Java 2D units.
- cursorLeft(double) - Method in class org.jfree.chart.axis.AxisState
-
Moves the cursor left by the specified number of Java 2D units.
- cursorRight(double) - Method in class org.jfree.chart.axis.AxisState
-
Moves the cursor right by the specified number of Java 2D units.
- cursorUp(double) - Method in class org.jfree.chart.axis.AxisState
-
Moves the cursor up by the specified number of Java 2D units.
- CustomCategoryURLGenerator - Class in org.jfree.chart.urls
-
A custom URL generator.
- CustomCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Default constructor.
- CustomPieURLGenerator - Class in org.jfree.chart.urls
-
A custom URL generator for pie charts.
- CustomPieURLGenerator() - Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
-
Creates a new CustomPieURLGenerator instance, initially
empty.
- CustomXYToolTipGenerator - Class in org.jfree.chart.labels
-
A tool tip generator that stores custom tooltips.
- CustomXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Default constructor.
- CustomXYURLGenerator - Class in org.jfree.chart.urls
-
A custom URL generator.
- CustomXYURLGenerator() - Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
-
Default constructor.
- CycleBoundTick(boolean, Number, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
-
Creates a new tick.
- CyclicNumberAxis - Class in org.jfree.chart.axis
-
This class extends NumberAxis and handles cycling.
- CyclicNumberAxis(double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
-
Creates a CycleNumberAxis with the given period.
- CyclicNumberAxis(double, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
-
Creates a CycleNumberAxis with the given period and offset.
- CyclicNumberAxis(double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
-
Creates a named CycleNumberAxis with the given period.
- CyclicNumberAxis(double, double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
-
Creates a named CycleNumberAxis with the given period and offset.
- CyclicNumberAxis.CycleBoundTick - Class in org.jfree.chart.axis
-
A special Number tick that also hold information about the cycle bound
mapping for this tick.
- CyclicXYItemRenderer - Class in org.jfree.chart.renderer.xy
-
The Cyclic XY item renderer is specially designed to handle cyclic axis.
- CyclicXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
Default constructor.
- CyclicXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
Creates a new renderer.
- CyclicXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
Creates a new renderer.
- CyclicXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
Creates a new renderer.
- CyclicXYItemRenderer.OverwriteDataSet - Class in org.jfree.chart.renderer.xy
-
A dataset to hold the interpolated points when drawing new lines.
- 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.
- darker(Paint) - Static method in class org.jfree.chart.util.PaintAlpha
-
Create a new (if possible, darker) Paint of the same Type.
- darker(Color) - Static method in class org.jfree.chart.util.PaintAlpha
-
Similar to Color.darker().
- darker(GradientPaint) - Static method in class org.jfree.chart.util.PaintAlpha
-
Create a new GradientPaint with its colors darkened.
- darkerLinearGradientPaint(LinearGradientPaint) - Static method in class org.jfree.chart.util.PaintAlpha
-
Create a new Gradient with its colours darkened.
- darkerRadialGradientPaint(RadialGradientPaint) - Static method in class org.jfree.chart.util.PaintAlpha
-
Create a new Gradient with its colours darkened.
- darkerSides - Variable in class org.jfree.chart.plot.PiePlot3D
-
A flag that controls whether or not the sides of the pie chart
are rendered using a darker colour.
- darkerTexturePaint(TexturePaint) - Static method in class org.jfree.chart.util.PaintAlpha
-
Create a new TexturePaint with its colors darkened.
- data - Variable in class org.jfree.chart.plot.FastScatterPlot
-
The data.
- data - Variable in class org.jfree.chart.plot.JThermometer
-
The dataset.
- DATA - Static variable in class org.jfree.chart.util.XYCoordinateType
-
The (x, y) coordinates represent a point in the data space.
- data - Variable in class org.jfree.data.category.DefaultCategoryDataset
-
A storage structure for the data.
- data - Variable in class org.jfree.data.ComparableObjectSeries
-
Storage for the data items in the series.
- data - Variable in class org.jfree.data.gantt.TaskSeriesCollection
-
Storage for the series.
- data - Variable in class org.jfree.data.general.CombinedDataset.DatasetInfo
-
Deprecated.
The dataset.
- data - Variable in class org.jfree.data.general.DefaultKeyedValueDataset
-
Storage for the data.
- data - Variable in class org.jfree.data.general.DefaultPieDataset
-
Storage for the data.
- data - Variable in class org.jfree.data.general.WaferMapDataset
-
Storage structure for the data values (row key is chipx, column is
chipy)
- data - Variable in class org.jfree.data.KeyedObjects
-
Storage for the data.
- data - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Storage for the data.
- data - Variable in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Storage for the data.
- data - Variable in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Storage for the data.
- data - Variable in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Storage for the data series.
- data - Variable in class org.jfree.data.time.TimePeriodValues
-
The list of data pairs in the series.
- data - Variable in class org.jfree.data.time.TimePeriodValuesCollection
-
Storage for the time series.
- data - Variable in class org.jfree.data.time.TimeSeries
-
The list of data items in the series.
- data - Variable in class org.jfree.data.time.TimeSeriesCollection
-
Storage for the time series.
- data - Variable in class org.jfree.data.xy.DefaultOHLCDataset
-
Storage for the data items.
- data - Variable in class org.jfree.data.xy.DefaultTableXYDataset
-
Storage for the data - this list will contain zero, one or many
XYSeries objects.
- data - Variable in class org.jfree.data.xy.MatrixSeries
-
Series matrix values
- data - Variable in class org.jfree.data.xy.VectorSeriesCollection
-
Storage for the data series.
- data - Variable in class org.jfree.data.xy.XIntervalSeriesCollection
-
Storage for the data series.
- data - Variable in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Storage for the data series.
- data - Variable in class org.jfree.data.xy.XYSeries
-
Storage for the data items in the series.
- data - Variable in class org.jfree.data.xy.XYSeriesCollection
-
The series that are included in the collection.
- data - Variable in class org.jfree.data.xy.YIntervalSeriesCollection
-
Storage for the data series.
- dataArea - Variable in class org.jfree.chart.plot.PlotRenderingInfo
-
The data area.
- dataAreaRatio - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Defines dataArea rectangle as the ratio formed from dividing height by
width (of the dataArea).
- dataBoundsIncludesVisibleSeriesOnly - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
A flag that controls whether or not the renderer will include the
non-visible series when calculating the data bounds.
- dataExtractOrder - Variable in class org.jfree.chart.plot.MultiplePiePlot
-
The data extract order (by row or by column).
- dataExtractOrder - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The data extract order (BY_ROW or BY_COLUMN).
- 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
-
- dataPoints - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
-
Storage for the float values.
- dataset - Variable in class org.jfree.chart.entity.CategoryItemEntity
-
The dataset.
- dataset - Variable in class org.jfree.chart.entity.LegendItemEntity
-
The dataset.
- dataset - Variable in class org.jfree.chart.entity.PieSectionEntity
-
The dataset.
- dataset - Variable in class org.jfree.chart.entity.XYItemEntity
-
The dataset.
- dataset - Variable in class org.jfree.chart.LegendItem
-
The dataset.
- dataset - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The dataset.
- dataset - Variable in class org.jfree.chart.plot.MeterPlot
-
The dataset (contains a single value).
- dataset - Variable in class org.jfree.chart.plot.MultiplePiePlot
-
The dataset.
- dataset - Variable in class org.jfree.chart.plot.PiePlot
-
The dataset for the pie chart.
- dataset - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The dataset.
- dataset - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The dataset for the plot.
- dataset - Variable in class org.jfree.chart.plot.WaferMapPlot
-
The dataset.
- dataset - Variable in class org.jfree.chart.title.LegendItemBlockContainer
-
The dataset.
- Dataset - Interface in org.jfree.data.general
-
The base interface for data sets.
- dataset - Variable in class org.jfree.data.general.DatasetChangeEvent
-
The dataset that generated the change event.
- dataset - Variable in class org.jfree.data.xml.CategoryDatasetHandler
-
The dataset under construction.
- dataset - Variable in class org.jfree.data.xml.PieDatasetHandler
-
The pie dataset under construction.
- dataset - Variable in class org.jfree.data.xy.IntervalXYDelegate
-
The dataset to enhance.
- 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 class org.jfree.data.gantt.XYTaskDataset
-
Receives a change event from the underlying dataset and responds by
firing a change event for this dataset.
- 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 - Variable in class org.jfree.chart.plot.Plot
-
The dataset group (to be used for thread synchronisation).
- 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.
- datasetIndex - Variable in class org.jfree.chart.LegendItem
-
The dataset index.
- datasetIndex - Variable in class org.jfree.chart.plot.CrosshairState
-
The dataset index that the crosshair point relates to (this determines
the axes that the crosshairs will be plotted against).
- datasetIndex - Variable in class org.jfree.chart.plot.dial.DialPointer
-
The dataset index for the needle.
- datasetIndex - Variable in class org.jfree.chart.plot.dial.DialValueIndicator
-
The dataset index.
- datasetIndex - Variable in class org.jfree.chart.title.LegendItemBlockContainer
-
The dataset index.
- datasetInfo - Variable in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Storage for the datasets we combine.
- DatasetInfo(SeriesDataset, int) - Constructor for class org.jfree.data.general.CombinedDataset.DatasetInfo
-
Deprecated.
Creates a new dataset info record.
- 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.
- DatasetRenderingOrder(String) - Constructor for class org.jfree.chart.plot.DatasetRenderingOrder
-
Private constructor.
- datasetRenderingOrder - Variable in class org.jfree.chart.plot.XYPlot
-
The order of the dataset rendering (REVERSE draws the primary dataset
last so that it appears to be on top).
- datasets - Variable in class org.jfree.chart.plot.CategoryPlot
-
Storage for the datasets.
- datasets - Variable in class org.jfree.chart.plot.CompassPlot
-
An array of value datasets.
- datasets - Variable in class org.jfree.chart.plot.dial.DialPlot
-
The dataset(s) for the dial plot.
- datasets - Variable in class org.jfree.chart.plot.PolarPlot
-
Storage for the datasets.
- datasets - Variable in class org.jfree.chart.plot.XYPlot
-
Storage for the datasets.
- datasetsMappedToDomainAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a list of the datasets that are mapped to the axis with the
specified index.
- datasetsMappedToRangeAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
A utility method that returns a list of datasets that are mapped to a
given range axis.
- DatasetTags - Interface in org.jfree.data.xml
-
Constants for the tags that identify the elements in the XML files.
- datasetToAxesMap - Variable in class org.jfree.chart.plot.PolarPlot
-
Storage for the mapping between datasets/renderers and range axes.
- datasetToDomainAxesMap - Variable in class org.jfree.chart.plot.CategoryPlot
-
Storage for keys that map datasets to domain axes.
- datasetToDomainAxesMap - Variable in class org.jfree.chart.plot.XYPlot
-
Storage for the mapping between datasets/renderers and domain axes.
- datasetToRangeAxesMap - Variable in class org.jfree.chart.plot.CategoryPlot
-
Storage for keys that map datasets to range axes.
- datasetToRangeAxesMap - Variable in class org.jfree.chart.plot.XYPlot
-
Storage for the mapping between datasets/renderers and range axes.
- datasetToScaleMap - Variable in class org.jfree.chart.plot.dial.DialPlot
-
Storage for keys that map datasets to scales.
- DatasetUtilities - Class in org.jfree.data.general
-
A collection of useful static methods relating to datasets.
- DatasetUtilities() - Constructor for class org.jfree.data.general.DatasetUtilities
-
Private constructor for non-instanceability.
- 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 - Variable in class org.jfree.chart.axis.DateTick
-
The date.
- date - Variable in class org.jfree.data.xy.DefaultHighLowDataset
-
Storage for the dates.
- date - Variable in class org.jfree.data.xy.OHLCDataItem
-
The date.
- 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
-
- DateAxis(String, TimeZone, Locale) - Constructor for class org.jfree.chart.axis.DateAxis
-
Creates a date axis.
- dateAxis - Variable in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Flags that track whether x, y and z are dates.
- DateAxis.DefaultTimeline - Class in org.jfree.chart.axis
-
A timeline that includes all milliseconds (as defined by
java.util.Date) in the real time line.
- dateFormat - Variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
The date formatter.
- dateFormat - Variable in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
A date formatter used to preformat the value before it is passed to the
MessageFormat object.
- dateFormat - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
A formatter for the date.
- dateFormatOverride - Variable in class org.jfree.chart.axis.DateAxis
-
The override date format.
- dateFormatter - Variable in class org.jfree.chart.labels.HighLowItemLabelGenerator
-
The date formatter.
- 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.
- dates - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Storage for the dates.
- DateTick - Class in org.jfree.chart.axis
-
- DateTick(Date, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.DateTick
-
Creates a new date tick.
- DateTick(TickType, 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.
- DateTickMarkPosition(String) - Constructor for class org.jfree.chart.axis.DateTickMarkPosition
-
Private constructor.
- DateTickUnit - Class in org.jfree.chart.axis
-
A tick unit for use by subclasses of
DateAxis.
- DateTickUnit(DateTickUnitType, int) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
Creates a new date tick unit.
- DateTickUnit(DateTickUnitType, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
Creates a new date tick unit.
- DateTickUnit(DateTickUnitType, int, DateTickUnitType, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
Creates a new unit.
- DateTickUnit(int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
- DateTickUnit(int, int) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
- DateTickUnit(int, int, int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
-
- DateTickUnitType - Class in org.jfree.chart.axis
-
An enumeration of the unit types for a
DateTickUnit instance.
- DateTickUnitType(String, int) - Constructor for class org.jfree.chart.axis.DateTickUnitType
-
Private constructor.
- 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
-
- DAY - Static variable in class org.jfree.chart.axis.DateTickUnitType
-
Day.
- 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
-
- Day(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Day
-
Constructs a new instance, based on a particular date/time and time zone.
- day - Variable in class org.jfree.data.time.Hour
-
The day.
- day - Variable in class org.jfree.data.time.Millisecond
-
The day.
- day - Variable in class org.jfree.data.time.Minute
-
The day.
- day - Variable in class org.jfree.data.time.Second
-
The day.
- DAY_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
-
Defines a day segment size in ms.
- dayFormatter - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A formatter for the day count (most likely not critical until the
day count exceeds 999).
- daySuffix - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A string appended after the day count.
- DEBUG_DRAW_INTERIOR - Static variable in class org.jfree.chart.plot.PiePlot
-
This debug flag controls whether or not an outline is drawn showing the
interior of the plot region.
- DEBUG_DRAW_LINK_AREA - Static variable in class org.jfree.chart.plot.PiePlot
-
This debug flag controls whether or not an outline is drawn showing the
link area (in blue) and link ellipse (in yellow).
- DEBUG_DRAW_PIE_AREA - Static variable in class org.jfree.chart.plot.PiePlot
-
This debug flag controls whether or not an outline is drawn showing
the pie area (in green).
- 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_ANGLE_OFFSET - Static variable in class org.jfree.chart.plot.PolarPlot
-
The default angle offset.
- DEFAULT_ANGLE_TICK_UNIT_SIZE - Static variable in class org.jfree.chart.plot.PolarPlot
-
The default angle tick unit size.
- 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_BULB_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
The default bulb radius.
- 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_CHIP_SPACE - Static variable in class org.jfree.data.general.WaferMapDataset
-
default chip spacing
- 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_COLUMN_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
The default column radius.
- 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
-
- DEFAULT_DIAL_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.MeterPlot
-
The default background paint.
- 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_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
The default gap between the outlines representing the thermometer.
- DEFAULT_GRID_BAND_ALTERNATE_PAINT - Static variable in class org.jfree.chart.axis.SymbolAxis
-
The default paint for alternate grid bands.
- 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.IntervalXYItemLabelGenerator
-
The default item label format.
- 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
-
- 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_MARGIN - Static variable in class org.jfree.chart.plot.PolarPlot
-
The default margin.
- 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 above which chart scaling kicks in.
- DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
-
The default limit above 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_NEEDLE_PAINT - Static variable in class org.jfree.chart.plot.MeterPlot
-
The default needle paint.
- DEFAULT_NUM_X - Static variable in class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Default number of x values.
- DEFAULT_NUM_Y - Static variable in class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Default number of y values.
- 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_LIMIT - Static variable in class org.jfree.chart.renderer.WaferMapRenderer
-
default paint limit
- 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_POWER - Static variable in class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Default power.
- 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
-
- 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
-
- DEFAULT_TIME_ZONE - Static variable in class org.jfree.data.time.RegularTimePeriod
-
- DEFAULT_TIMELINE - Static variable in class org.jfree.chart.axis.DateAxis
-
A static default timeline shared by all standard DateAxis
- 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
-
- 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_FONT - Static variable in class org.jfree.chart.plot.MeterPlot
-
The default value font.
- 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_VALUE_PAINT - Static variable in class org.jfree.chart.plot.MeterPlot
-
The default value 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
- defaultAutoRange - Variable in class org.jfree.chart.axis.ValueAxis
-
The default range is used when the dataset is empty and the axis needs
to determine the auto range.
- DefaultAxisEditor - Class in org.jfree.chart.editor
-
A panel for editing the properties of an axis.
- DefaultAxisEditor(Axis) - Constructor for class org.jfree.chart.editor.DefaultAxisEditor
-
Standard constructor: builds a panel for displaying/editing the
properties of the specified axis.
- defaultBarPainter - Static variable in class org.jfree.chart.renderer.category.BarRenderer
-
The default bar painter assigned to each new instance of this renderer.
- defaultBarPainter - Static variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
The default bar painter assigned to each new instance of this renderer.
- DefaultBoxAndWhiskerCategoryDataset - Class in org.jfree.data.statistics
-
- DefaultBoxAndWhiskerCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Creates a new dataset.
- DefaultBoxAndWhiskerXYDataset - Class in org.jfree.data.statistics
-
- DefaultBoxAndWhiskerXYDataset(Comparable) - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Constructs a new box and whisker dataset.
- DefaultCategoryDataset - Class in org.jfree.data.category
-
- DefaultCategoryDataset() - Constructor for class org.jfree.data.category.DefaultCategoryDataset
-
Creates a new (empty) dataset.
- DefaultCategoryItemRenderer - Class in org.jfree.chart.renderer.category
-
- DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
-
- DefaultChartEditor - Class in org.jfree.chart.editor
-
A panel for editing chart properties (includes subpanels for the title,
legend and plot).
- DefaultChartEditor(JFreeChart) - Constructor for class org.jfree.chart.editor.DefaultChartEditor
-
Standard constructor - the property panel is made up of a number of
sub-panels that are displayed in the tabbed pane.
- DefaultChartEditorFactory - Class in org.jfree.chart.editor
-
- DefaultChartEditorFactory() - Constructor for class org.jfree.chart.editor.DefaultChartEditorFactory
-
Creates a new instance.
- DefaultColorBarEditor - Class in org.jfree.chart.editor
-
A DefaultColorBarEditor.
- DefaultColorBarEditor(ColorBar) - Constructor for class org.jfree.chart.editor.DefaultColorBarEditor
-
Creates a new edit panel for a color bar.
- DefaultContourDataset - Class in org.jfree.data.contour
-
- 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.
- defaultDirectoryForSaveAs - Variable in class org.jfree.chart.ChartPanel
-
The default directory for saving charts to file.
- defaultDisplay(Graphics2D, Shape) - Method in class org.jfree.chart.needle.MeterNeedle
-
Displays a shape.
- DefaultDrawingSupplier - Class in org.jfree.chart.plot
-
- 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.
- defaultEntityRadius - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
The default radius for the entity 'hotspot'
- defaultGroup - Variable in class org.jfree.data.KeyToGroupMap
-
The default group.
- DefaultHeatMapDataset - Class in org.jfree.data.general
-
- DefaultHeatMapDataset(int, int, double, double, double, double) - Constructor for class org.jfree.data.general.DefaultHeatMapDataset
-
Creates a new dataset where all the z-values are initially 0.
- DefaultHighLowDataset - Class in org.jfree.data.xy
-
- 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
-
- DefaultIntervalCategoryDataset(double[][], double[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Creates a new dataset using the specified data values and automatically
generated series and category keys.
- 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
-
- 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
-
- DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValues2DDataset
-
- DefaultKeyedValuesDataset - Class in org.jfree.data.general
-
- DefaultKeyedValuesDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValuesDataset
-
- DefaultLogAxisEditor - Class in org.jfree.chart.editor
-
A panel for editing properties of a
LogAxis.
- DefaultLogAxisEditor(LogAxis) - Constructor for class org.jfree.chart.editor.DefaultLogAxisEditor
-
Standard constructor: builds a property panel for the specified axis.
- DefaultMultiValueCategoryDataset - Class in org.jfree.data.statistics
-
A category dataset that defines multiple values for each item.
- DefaultMultiValueCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Creates a new dataset.
- DefaultNumberAxisEditor - Class in org.jfree.chart.editor
-
A panel for editing the properties of a value axis.
- DefaultNumberAxisEditor(NumberAxis) - Constructor for class org.jfree.chart.editor.DefaultNumberAxisEditor
-
Standard constructor: builds a property panel for the specified axis.
- DefaultOHLCDataset - Class in org.jfree.data.xy
-
- DefaultOHLCDataset(Comparable, OHLCDataItem[]) - Constructor for class org.jfree.data.xy.DefaultOHLCDataset
-
Creates a new dataset.
- defaultPaint - Variable in class org.jfree.chart.renderer.LookupPaintScale
-
The default paint.
- 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.
- DefaultPlotEditor - Class in org.jfree.chart.editor
-
A panel for editing the properties of a
Plot.
- DefaultPlotEditor(Plot) - Constructor for class org.jfree.chart.editor.DefaultPlotEditor
-
Standard constructor - constructs a panel for editing the properties of
the specified plot.
- 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
- DefaultPolarPlotEditor - Class in org.jfree.chart.editor
-
A panel for editing the properties of a
PolarPlot.
- DefaultPolarPlotEditor(PolarPlot) - Constructor for class org.jfree.chart.editor.DefaultPolarPlotEditor
-
Standard constructor - constructs a panel for editing the properties of
the specified plot.
- DefaultShadowGenerator - Class in org.jfree.chart.util
-
- DefaultShadowGenerator() - Constructor for class org.jfree.chart.util.DefaultShadowGenerator
-
Creates a new instance with default attributes.
- DefaultShadowGenerator(int, Color, float, int, double) - Constructor for class org.jfree.chart.util.DefaultShadowGenerator
-
Creates a new instance with the specified attributes.
- defaultShadowsVisible - Static variable in class org.jfree.chart.renderer.category.BarRenderer
-
The default value for the initialisation of the shadowsVisible flag.
- defaultShadowsVisible - Static variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
The default value for the initialisation of the shadowsVisible flag.
- DefaultStatisticalCategoryDataset - Class in org.jfree.data.statistics
-
- 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.
- DefaultTimeline() - Constructor for class org.jfree.chart.axis.DateAxis.DefaultTimeline
-
- DefaultTitleEditor - Class in org.jfree.chart.editor
-
A panel for editing the properties of a chart title.
- DefaultTitleEditor(Title) - Constructor for class org.jfree.chart.editor.DefaultTitleEditor
-
Standard constructor: builds a panel for displaying/editing the
properties of the specified title.
- DefaultValueAxisEditor - Class in org.jfree.chart.editor
-
A panel for editing properties of a
ValueAxis.
- DefaultValueAxisEditor(ValueAxis) - Constructor for class org.jfree.chart.editor.DefaultValueAxisEditor
-
Standard constructor: builds a property panel for the specified axis.
- 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
-
- 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, boolean) - 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.
- deltaTime - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
the # of msec by which time advances.
- denominator - Variable in class org.jfree.data.function.NormalDistributionFunction2D
-
Precomputed denominator for the function value.
- depthFactor - Variable in class org.jfree.chart.plot.PiePlot3D
-
The factor of the depth of the pie from the plot height
- deriveRotationAnchorOffsets(Graphics2D, AttributedString, TextAnchor) - Static method in class org.jfree.chart.util.AttrStringUtils
-
A utility method that calculates the rotation anchor offsets for a
string.
- deriveTextBoundsAnchorOffsets(Graphics2D, AttributedString, TextAnchor, Rectangle2D) - Static method in class org.jfree.chart.util.AttrStringUtils
-
- deriveTextBoundsAnchorOffsets(Graphics2D, String, TextAnchor) - Static method in class org.jfree.chart.util.TextUtils
-
A utility method that calculates the anchor offsets for a string.
- deriveTextBoundsAnchorOffsets(Graphics2D, String, TextAnchor, Rectangle2D) - Static method in class org.jfree.chart.util.TextUtils
-
A utility method that calculates the anchor offsets for a string.
- DESCENDING - Static variable in class org.jfree.data.DomainOrder
-
Descending order.
- description - Variable in class org.jfree.chart.LegendItem
-
The description (not currently used - could be displayed as a tool tip).
- description - Variable in class org.jfree.data.gantt.Task
-
The task description.
- description - Variable in class org.jfree.data.general.Series
-
A description of the series.
- DeviationRenderer - Class in org.jfree.chart.renderer.xy
-
- 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.
- df - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- df0 - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- dfNeg1 - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- dfNeg2 - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- dfNeg3 - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- dfNeg4 - Variable in class org.jfree.chart.axis.NumberTickUnitSource
-
- DialBackground - Class in org.jfree.chart.plot.dial
-
A regular dial layer that can be used to draw the background for a dial.
- DialBackground() - Constructor for class org.jfree.chart.plot.dial.DialBackground
-
Creates a new instance of DialBackground.
- DialBackground(Paint) - Constructor for class org.jfree.chart.plot.dial.DialBackground
-
Creates a new instance of DialBackground.
- dialBackgroundPaint - Variable in class org.jfree.chart.plot.MeterPlot
-
The paint for the dial background.
- DialCap - Class in org.jfree.chart.plot.dial
-
A regular dial layer that can be used to draw a cap over the center of
the dial (the base of the dial pointer(s)).
- DialCap() - Constructor for class org.jfree.chart.plot.dial.DialCap
-
Creates a new instance of StandardDialBackground.
- DialFrame - Interface in org.jfree.chart.plot.dial
-
A dial frame is the face plate for a dial plot - it is always drawn last.
- dialFrame - Variable in class org.jfree.chart.plot.dial.DialPlot
-
The dial frame.
- DialLayer - Interface in org.jfree.chart.plot.dial
-
A dial layer draws itself within a reference frame.
- dialLayerChanged(DialLayerChangeEvent) - Method in interface org.jfree.chart.plot.dial.DialLayerChangeListener
-
A call-back method for receiving notification of a change to a
DialLayer.
- dialLayerChanged(DialLayerChangeEvent) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Receives notification when a layer has changed, and responds by
forwarding a
PlotChangeEvent to all registered listeners.
- DialLayerChangeEvent - Class in org.jfree.chart.plot.dial
-
- DialLayerChangeEvent(DialLayer) - Constructor for class org.jfree.chart.plot.dial.DialLayerChangeEvent
-
Creates a new instance.
- DialLayerChangeListener - Interface in org.jfree.chart.plot.dial
-
The interface via which an object is notified of changes to a
DialLayer.
- dialOutlinePaint - Variable in class org.jfree.chart.plot.MeterPlot
-
The outline paint.
- DialPlot - Class in org.jfree.chart.plot.dial
-
A dial plot composed of user-definable layers.
- DialPlot() - Constructor for class org.jfree.chart.plot.dial.DialPlot
-
Creates a new instance of DialPlot.
- DialPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.dial.DialPlot
-
Creates a new instance of DialPlot.
- DialPointer - Class in org.jfree.chart.plot.dial
-
A base class for the pointer in a
DialPlot.
- DialPointer() - Constructor for class org.jfree.chart.plot.dial.DialPointer
-
Creates a new DialPointer instance.
- DialPointer(int) - Constructor for class org.jfree.chart.plot.dial.DialPointer
-
Creates a new pointer for the specified dataset.
- DialPointer.Pin - Class in org.jfree.chart.plot.dial
-
A dial pointer that draws a thin line (like a pin).
- DialPointer.Pointer - Class in org.jfree.chart.plot.dial
-
A dial pointer.
- DialScale - Interface in org.jfree.chart.plot.dial
-
A dial scale is a specialised layer that has the ability to convert data
values into angles.
- DialShape - Class in org.jfree.chart.plot
-
Used to indicate the background shape for a
MeterPlot.
- DialShape(String) - Constructor for class org.jfree.chart.plot.DialShape
-
Private constructor.
- DialTextAnnotation - Class in org.jfree.chart.plot.dial
-
- DialTextAnnotation(String) - Constructor for class org.jfree.chart.plot.dial.DialTextAnnotation
-
Creates a new instance of DialTextAnnotation.
- DialValueIndicator - Class in org.jfree.chart.plot.dial
-
- DialValueIndicator() - Constructor for class org.jfree.chart.plot.dial.DialValueIndicator
-
Creates a new instance of DialValueIndicator.
- DialValueIndicator(int) - Constructor for class org.jfree.chart.plot.dial.DialValueIndicator
-
Creates a new instance of DialValueIndicator.
- direction - Variable in class org.jfree.chart.plot.PiePlot
-
The direction for the pie segments.
- direction - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The direction for drawing the radar axis and plots.
- DirectionalGradientPaintTransformer - Class in org.jfree.chart.util
-
Transforms a GradientPaint to range over the width of a target
shape.
- DirectionalGradientPaintTransformer() - Constructor for class org.jfree.chart.util.DirectionalGradientPaintTransformer
-
Default constructor.
- directions - 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).
- DispatchHandlerFX - Class in org.jfree.chart.fx.interaction
-
Handles mouse move and click events on the
ChartCanvas by
dispatching
ChartMouseEventFX events to listeners that are
registered with the
ChartCanvas (listeners can also be registered
with a
ChartViewer control).
- DispatchHandlerFX(String) - Constructor for class org.jfree.chart.fx.interaction.DispatchHandlerFX
-
Creates a new instance.
- dispatchMouseClickedEvent(Point2D, MouseEvent) - Method in class org.jfree.chart.fx.ChartCanvas
-
- dispatchMouseMovedEvent(Point2D, MouseEvent) - Method in class org.jfree.chart.fx.ChartCanvas
-
- 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.
- displayEnd - Variable in class org.jfree.chart.axis.ModuloAxis
-
The display end value.
- displayHeight - Variable in class org.jfree.chart.annotations.XYDrawableAnnotation
-
The height.
- 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.
- displayStart - Variable in class org.jfree.chart.axis.ModuloAxis
-
The display start value (this will sometimes be > displayEnd, in which
case the axis wraps around at some point in the middle of the axis).
- displayWidth - Variable in class org.jfree.chart.annotations.XYDrawableAnnotation
-
The width.
- dispose() - Method in class org.jfree.chart.fx.FXGraphics2D
-
This method does nothing.
- distance - Variable in class org.jfree.chart.plot.CrosshairState
-
The smallest distance (so far) between the anchor point and a data
point.
- distance - Variable in class org.jfree.chart.util.DefaultShadowGenerator
-
The shadow offset distance (in Java2D units).
- 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
-
- distributeLabels(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
-
Distributes the labels.
- dividerPaint - Variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
The paint used to draw the dividers.
- dividerStroke - Variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
The stroke used to draw the dividers.
- doCopy() - Method in class org.jfree.chart.ChartPanel
-
Copies the current chart to the system clipboard.
- doEditChartProperties() - Method in class org.jfree.chart.ChartPanel
-
Displays a dialog that allows the user to edit the properties for the
current chart.
- domain - Variable in class org.jfree.data.time.TimePeriodValues
-
A description of the domain.
- domain - Variable in class org.jfree.data.time.TimeSeries
-
A description of the domain.
- domainAxes - Variable in class org.jfree.chart.plot.CategoryPlot
-
Storage for the domain axes.
- domainAxes - Variable in class org.jfree.chart.plot.XYPlot
-
The domain axis / axes (used for the x-values).
- domainAxis - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The domain axis (used for the x-values).
- domainAxis - Variable in class org.jfree.chart.plot.FastScatterPlot
-
The domain axis (used for the x-values).
- domainAxisIndex - Variable in class org.jfree.chart.plot.CrosshairState
-
The index of the domain axis that the crosshair x-value is measured
against.
- domainAxisLocations - Variable in class org.jfree.chart.plot.CategoryPlot
-
Storage for the domain axis locations.
- domainAxisLocations - Variable in class org.jfree.chart.plot.XYPlot
-
The domain axis locations.
- domainAxisPropertyPanel - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
A panel used to display/edit the properties of the domain axis (if any).
- domainCrosshairColumnKey - Variable in class org.jfree.chart.plot.CategoryPlot
-
The column key for the crosshair point.
- domainCrosshairLockedOnData - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
A flag that controls whether or not the crosshair locks onto actual data
points.
- domainCrosshairLockedOnData - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether or not the crosshair locks onto actual
data points.
- domainCrosshairPaint - Variable in class org.jfree.chart.plot.CategoryPlot
-
The paint used to draw the domain crosshair if it is visible.
- domainCrosshairPaint - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The color used to draw the crosshair (if any).
- domainCrosshairPaint - Variable in class org.jfree.chart.plot.XYPlot
-
The color used to draw the crosshair (if any).
- domainCrosshairRowKey - Variable in class org.jfree.chart.plot.CategoryPlot
-
The row key for the crosshair point.
- domainCrosshairStroke - Variable in class org.jfree.chart.plot.CategoryPlot
-
The stroke used to draw the domain crosshair if it is visible.
- domainCrosshairStroke - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The pen/brush used to draw the crosshair (if any).
- domainCrosshairStroke - Variable in class org.jfree.chart.plot.XYPlot
-
The pen/brush used to draw the crosshair (if any).
- domainCrosshairValue - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
The domain crosshair value.
- domainCrosshairValue - Variable in class org.jfree.chart.plot.XYPlot
-
The domain crosshair value.
- domainCrosshairVisible - Variable in class org.jfree.chart.plot.CategoryPlot
-
A flag that controls the visibility of the domain crosshair.
- domainCrosshairVisible - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
A flag that controls whether or not a domain crosshair is drawn..
- domainCrosshairVisible - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether or not a domain crosshair is drawn..
- domainEnd - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Cached domain end (for use by DomainInfo).
- domainGridlinePaint - Variable in class org.jfree.chart.plot.CategoryPlot
-
The paint used to draw the domain grid-lines.
- domainGridlinePaint - Variable in class org.jfree.chart.plot.FastScatterPlot
-
The paint used to draw the domain grid-lines.
- domainGridlinePaint - Variable in class org.jfree.chart.plot.XYPlot
-
The paint used to draw the domain grid-lines.
- domainGridlinePaint - Variable in class org.jfree.chart.StandardChartTheme
-
The domain grid line paint.
- domainGridlinePosition - Variable in class org.jfree.chart.plot.CategoryPlot
-
The position of the domain gridlines relative to the category.
- domainGridlineStroke - Variable in class org.jfree.chart.plot.CategoryPlot
-
The stroke used to draw the domain grid-lines.
- domainGridlineStroke - Variable in class org.jfree.chart.plot.FastScatterPlot
-
The stroke used to draw the domain grid-lines.
- domainGridlineStroke - Variable in class org.jfree.chart.plot.XYPlot
-
The stroke used to draw the domain grid-lines.
- domainGridlinesVisible - Variable in class org.jfree.chart.plot.CategoryPlot
-
A flag that controls whether the grid-lines for the domain axis are
visible.
- domainGridlinesVisible - Variable in class org.jfree.chart.plot.FastScatterPlot
-
A flag that controls whether the domain grid-lines are visible.
- domainGridlinesVisible - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether the domain grid-lines are visible.
- 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.
- domainIsPointsInTime - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
A flag that indicates that the domain is 'points in time'.
- domainIsPointsInTime - Variable in class org.jfree.data.time.TimePeriodValuesCollection
-
A flag that indicates that the domain is 'points in time'.
- domainIsPointsInTime - Variable in class org.jfree.data.time.TimeSeriesCollection
-
- domainIsPointsInTime - Variable in class org.jfree.data.time.TimeTableXYDataset
-
A flag that indicates that the domain is 'points in time'.
- domainMarkers - Variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
A list of markers (optional) for the domain axis.
- domainMinorGridlinePaint - Variable in class org.jfree.chart.plot.XYPlot
-
The paint used to draw the domain minor grid-lines.
- domainMinorGridlineStroke - Variable in class org.jfree.chart.plot.XYPlot
-
The stroke used to draw the domain minor grid-lines.
- domainMinorGridlinesVisible - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether the domain minor grid-lines are visible.
- DomainOrder - Class in org.jfree.data
-
Used to indicate sorting order if any (ascending, descending or none).
- DomainOrder(String) - Constructor for class org.jfree.data.DomainOrder
-
Private constructor.
- domainPannable - Variable in class org.jfree.chart.plot.FastScatterPlot
-
A flag that controls whether or not panning is enabled for the domain
axis.
- domainPannable - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether or not panning is enabled for the domain
axis/axes.
- domainRange - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Cached domain range (for use by DomainInfo).
- domainStart - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Cached domain start (for use by DomainInfo).
- domainTickBandPaint - Variable in class org.jfree.chart.plot.XYPlot
-
The paint used for the domain tick bands (if any).
- domainZeroBaselinePaint - Variable in class org.jfree.chart.plot.XYPlot
-
The paint used for the zero baseline against the domain axis.
- domainZeroBaselineStroke - Variable in class org.jfree.chart.plot.XYPlot
-
The stroke used for the zero baseline against the domain axis.
- domainZeroBaselineVisible - Variable in class org.jfree.chart.plot.XYPlot
-
A flag that controls whether or not the zero baseline against the domain
axis is visible.
- domainZoomable - Variable in class org.jfree.chart.ChartPanel
-
A flag that controls whether or not domain zooming is enabled.
- 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.
- dotHeight - Variable in class org.jfree.chart.renderer.xy.XYDotRenderer
-
The dot height.
- dotWidth - Variable in class org.jfree.chart.renderer.xy.XYDotRenderer
-
The dot width.
- DOWN_45 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
-
DOWN_45 category label positions.
- DOWN_90 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
-
DOWN_90 category label positions.
- downArrow - Variable in class org.jfree.chart.axis.ValueAxis
-
The shape used for a down arrow.
- downPaint - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
The paint used to fill the candle when the price moved down from open
to close.
- downsize(Class) - Static method in class org.jfree.data.time.RegularTimePeriod
-
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
Draws the annotation.
- draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in interface org.jfree.chart.annotations.CategoryAnnotation
-
Draws the annotation.
- draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Draws the annotation.
- draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Draws the annotation.
- draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in interface org.jfree.chart.annotations.XYAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYBoxAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYLineAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYShapeAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Draws the annotation.
- draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Draws the annotation.
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.Axis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CategoryAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CategoryAxis3D
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Draws the axis.
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.DateAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.LogAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Rectangle2D, double, double) - Method in class org.jfree.chart.axis.MarkerAxisBand
-
Draws the band.
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.NumberAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.NumberAxis3D
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.PeriodAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.SymbolAxis
-
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Object) - Method in interface org.jfree.chart.block.Block
-
Draws the block within the specified area.
- 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, Object) - Method in class org.jfree.chart.block.BlockContainer
-
Draws the block within the specified area.
- draw(Graphics2D, Rectangle2D) - Method in interface 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, Object) - Method in class org.jfree.chart.block.ColorBlock
-
Draws the block within the specified area.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.EmptyBlock
-
Draws the block.
- draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.EmptyBlock
-
Draws the block within the specified area.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.LabelBlock
-
Draws the block.
- draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.LabelBlock
-
Draws the block within the specified area.
- 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, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Draws the clip path.
- draw() - Method in class org.jfree.chart.fx.ChartCanvas
-
Draws the content of the canvas and updates the
renderingInfo attribute with the latest rendering
information.
- draw(Shape) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the specified shape with the current paint and
stroke.
- 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, ChartRenderingInfo) - 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, Point2D, ChartRenderingInfo) - 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.needle.MeterNeedle
-
Draws the needle.
- draw(Graphics2D, Rectangle2D, double) - Method in class org.jfree.chart.needle.MeterNeedle
-
Draws the needle.
- draw(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.MeterNeedle
-
Draws the needle.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Draws the plot within the specified area on a graphics device.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Draws the plot within the specified area on a graphics device.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CompassPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Draws the frame.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialBackground
-
Draws the background to the specified graphics device.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialCap
-
Draws the background to the specified graphics device.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in interface org.jfree.chart.plot.dial.DialLayer
-
Draws the content of this layer.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Draws the plot.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
Draws the pointer.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Draws the pointer.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Draws the background to the specified graphics device.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Draws the background to the specified graphics device.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Draws the frame.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Draws the range.
- draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Draws the scale on the dial plot.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Draws the fast scatter plot on a Java 2D graphics device (such as the
screen or a printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.MeterPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot3D
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.Plot
-
Draws the plot within the specified area.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PolarPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Draws the wafermap view.
- draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
-
Draws the plot within the specified area on a graphics device.
- 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, Object) - Method in class org.jfree.chart.title.CompositeTitle
-
Draws the block within the specified area.
- 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, Object) - Method in class org.jfree.chart.title.ImageTitle
-
Draws the block within the specified area.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.LegendGraphic
-
Draws the graphic item 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) - 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, Object) - Method in class org.jfree.chart.title.LegendTitle
-
Draws the block within the specified area.
- draw(Graphics2D, Rectangle2D) - 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.PaintScaleLegend
-
Draws the legend within the specified area.
- draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.title.ShortTextTitle
-
Draws the title using the current font and paint.
- 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, Object) - Method in class org.jfree.chart.title.TextTitle
-
Draws the block within the specified area.
- 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).
- drawable - Variable in class org.jfree.chart.annotations.XYDrawableAnnotation
-
The drawable object.
- DrawableLegendItem - Class in org.jfree.chart
-
- DrawableLegendItem(LegendItem) - Constructor for class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Create a legend item.
- drawAdditionalItemLabel(Graphics2D, PlotOrientation, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
Draws an item label.
- drawAlignedString(String, Graphics2D, float, float, TextAnchor) - Static method in class org.jfree.chart.util.TextUtils
-
Draws a string such that the specified anchor point is aligned to the
given (x, y) location, and returns a bounding rectangle
for the text.
- drawAngularGridLines(Graphics2D, PolarPlot, List, Rectangle2D) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Draw the angular gridlines - the spokes.
- drawAngularGridLines(Graphics2D, PolarPlot, List, Rectangle2D) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Draw the angular gridlines - the spokes.
- drawAnnotations(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws the annotations.
- drawAnnotations(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
-
Draws the annotations for the plot.
- drawAnnotations(Graphics2D, Rectangle2D, ValueAxis, ValueAxis, Layer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws all the annotations for the specified layer.
- drawAnnotations(Graphics2D, Rectangle2D, ValueAxis, ValueAxis, Layer, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Draws all the annotations for the specified layer.
- drawArc(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an arc contained within the rectangle
(x, y, width, height), starting at startAngle
and continuing through arcAngle degrees using
the current paint and stroke.
- drawArc(Graphics2D, Rectangle2D, double, double, Paint, Stroke) - Method in class org.jfree.chart.plot.MeterPlot
-
Draws an arc.
- drawArcForInterval(Graphics2D, Rectangle2D, MeterInterval) - Method in class org.jfree.chart.plot.MeterPlot
-
Draws the arc to represent an interval.
- drawAsLine - Variable in class org.jfree.chart.plot.CategoryMarker
-
A hint that the marker should be drawn as a line rather than a region.
- drawAttributedLabel(AttributedString, Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.Axis
-
Draws the axis label.
- drawAxes(Graphics2D, Rectangle2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
-
A utility method for drawing the plot's axes.
- drawAxes(Graphics2D, Rectangle2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
-
A utility method for drawing the axes.
- drawAxis(ValueAxis, PolarAxisLocation, Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
-
Draws the axis with the specified index.
- drawAxis(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
-
- drawAxisLine(Graphics2D, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.Axis
-
Draws an axis line at the current cursor position and edge.
- drawAxisLine(Graphics2D, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
-
Draws an axis line at the current cursor position and edge.
- drawBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws the plot background (the background color and/or image).
- 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.
- drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a background for the data area.
- drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws the background for the plot.
- drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a background for the data area.
- drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
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.
- drawBarOutline - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
A flag that controls whether or not bar outlines are drawn.
- drawBarOutline - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
A flag that controls whether or not bar outlines are drawn.
- drawBorder(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
-
Draws the border around the perimeter of the specified area.
- drawBorder - Variable in class org.jfree.chart.plot.CompassPlot
-
A flag that controls whether or not a border is drawn.
- drawBorder - Variable in class org.jfree.chart.plot.MeterPlot
-
A flag that controls whether or not the border is drawn.
- drawCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CategoryAxis
-
Draws the category labels and returns the updated axis state.
- drawCategoryLabels(Graphics2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CategoryAxis
-
- drawChipGrid(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Calculates and draws the chip locations on the wafer.
- drawCloseTicks - Variable in class org.jfree.chart.renderer.xy.HighLowRenderer
-
A flag that controls whether the close ticks are drawn.
- drawColorBar(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
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.
- drawDividers - Variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
A flag that controls whether or not dividers are visible.
- drawDomainCrosshair(Graphics2D, Rectangle2D, PlotOrientation, int, Comparable, Comparable, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws a domain crosshair.
- drawDomainCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Draws a domain crosshair.
- drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a grid line against the domain axis.
- drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws a grid line against the domain axis.
- drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a grid line against the domain axis.
- drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Draws a grid line against the domain axis.
- drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws a grid line against the range axis.
- drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Draws a grid line against the domain axis.
- drawDomainGridlines(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws the domain gridlines for the plot, if they are visible.
- drawDomainGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.FastScatterPlot
-
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.
- drawDomainLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws a line perpendicular to the domain axis.
- drawDomainMarker(Graphics2D, ContourPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Draws a vertical line on the chart to represent a 'range marker'.
- drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a marker for the domain axis.
- drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a line (or some other marker) to indicate a particular category on
the domain axis.
- drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws a vertical line on the chart to represent a 'range marker'.
- drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Draws the specified marker against the domain axis.
- drawDomainMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
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.category.BoxAndWhiskerRenderer
-
Draws a dot to represent an outlier.
- 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.
- drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the specified glyph vector at the location (x, y).
- drawGridBands(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, List) - Method in class org.jfree.chart.axis.SymbolAxis
-
Draws the grid bands.
- drawGridBandsHorizontal(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolAxis
-
Draws the grid bands for the axis when it is at the top or bottom of
the plot.
- drawGridBandsVertical(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolAxis
-
Draws the grid bands for an axis that is aligned to the left or
right of the data area (that is, a vertical axis).
- 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.category.BoxAndWhiskerRenderer
-
Draws a triangle to indicate the presence of far-out values.
- 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.
- drawHorizontalAxisTrace(Graphics2D, int) - Method in class org.jfree.chart.ChartPanel
-
Draws a vertical line used to trace the mouse position to the horizontal
axis.
- drawHorizontalCrosshair(Graphics2D, Rectangle2D, double, Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Draws a crosshair horizontally across the plot.
- drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Draws the visual representation of a single data item when the plot has
a horizontal orientation.
- drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Draws the bar for a single (series, category) data item.
- drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Draws an item for a plot with a horizontal orientation.
- drawHorizontalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Draws the visual representation of a single data item.
- drawHorizontalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Utility method for drawing a crosshair on the chart (if required).
- drawHorizontalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Utility method for drawing a horizontal line across the data area of the
plot.
- drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an image at the location (x, y).
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an image at the location (x, y).
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an image at the location (x, y).
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an image to the rectangle (x, y, w, h) (scaling it if
required), first filling the background with the specified color.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle
(dx1, dy1, dx2, dy2).
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle
(dx1, dy1, dx2, dy2).
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an image with the specified transform.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the image resulting from applying the BufferedImageOp
to the specified image at the location (x, y).
- DRAWING_FINISHED - Static variable in class org.jfree.chart.event.ChartProgressEvent
-
Indicates drawing has finished.
- DRAWING_STARTED - Static variable in class org.jfree.chart.event.ChartProgressEvent
-
Indicates drawing has started.
- DrawingSupplier - Interface in org.jfree.chart.plot
-
A supplier of Paint, Stroke and Shape
objects for use by plots and renderers.
- drawingSupplier - Variable in class org.jfree.chart.plot.Plot
-
The drawing supplier.
- drawingSupplier - Variable in class org.jfree.chart.StandardChartTheme
-
The drawing supplier.
- drawInterval(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, IntervalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
-
Draws a single interval.
- drawItem(Graphics2D, int, Rectangle2D, PiePlotState, int) - Method in class org.jfree.chart.plot.PiePlot
-
Draws a single data item.
- drawItem(Graphics2D, int, Rectangle2D, PiePlotState, int) - Method in class org.jfree.chart.plot.RingPlot
-
Draws a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Draws the bar for a single (series, category) data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws a 3D bar to represent one data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Draws the bar for a single (series, category) data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Draws a stacked bar for a specific item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
-
Draws the bar for a single (series, category) data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Draws the bar for one item in the dataset.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Draws the bar for a single (series, category) data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
-
Draws a stacked bar for a specific item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
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).
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Draws the bar with its standard deviation line range for a single
(series, category) data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Draw a single data item.
- drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Draws the bar for a single (series, category) data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.VectorRenderer
-
Draws the block representing the specified item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.WindItemRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Draws the block representing the specified item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Draws the visual representation for one data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Called for each item to be plotted.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Draws the block representing the specified item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
Draws the visual representation of a single data item.
- drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
Draws the visual representation of a single data item.
- drawItemLabel(Graphics2D, PlotOrientation, CategoryDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws an item label.
- drawItemLabel(Graphics2D, CategoryDataset, int, int, CategoryPlot, CategoryItemLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Draws an item label.
- drawItemLabel(Graphics2D, PlotOrientation, XYDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws an item label.
- drawItemLabel(Graphics2D, XYDataset, int, int, XYPlot, XYItemLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Draws an item label.
- drawItemPass0(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Draws the visual representation of a single data item, first pass.
- drawItemPass1(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Draws the visual representation of a single data item, second pass.
- drawLabel(String, Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.Axis
-
Draws the axis label.
- drawLabel(Graphics2D, Rectangle2D, double, int, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Draws the label for one axis.
- drawLabels(Graphics2D, List, double, Rectangle2D, Rectangle2D, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the labels for the pie sections.
- drawLeftLabel(Graphics2D, PiePlotState, PieLabelRecord) - Method in class org.jfree.chart.plot.PiePlot
-
Draws a section label on the left side of the pie chart.
- drawLeftLabels(KeyedValues, Graphics2D, Rectangle2D, Rectangle2D, float, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the left labels.
- drawLine(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a line from (x1, y1) to (x2, y2) using
the current paint and stroke.
- drawLine(Graphics2D, CategoryStepRenderer.State, PlotOrientation, double, double, double, double) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Draws a line taking into account the specified orientation.
- drawLine(Graphics2D, Line2D, double, double, double, double) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
A utility method that draws a line but only if none of the coordinates
are NaN values.
- drawLines - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
Whether or not to draw lines between each data point (for
LineAndShapeRenderers and StandardXYItemRenderers).
- drawLinesCheckBox - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
The checkbox for whether or not to draw lines between each data point.
- drawLowFarOut(double, Graphics2D, double, double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Draws a triangle to indicate the presence of far-out values.
- 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.
- drawMultipleEllipse(Point2D, double, double, Graphics2D) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Draws two dots to represent the average value of more than one outlier.
- drawMultipleEllipse(Point2D, double, double, Graphics2D) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
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.
- drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.MiddlePinNeedle
-
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.
- drawOpenTicks - Variable in class org.jfree.chart.renderer.xy.HighLowRenderer
-
A flag that controls whether the open ticks are drawn.
- drawOutline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
-
Draws the plot outline.
- drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws an outline for the data area.
- drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws the outline for the plot.
- drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws an outline for the data area.
- drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Draws the outline for the plot.
- drawOutlines - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
A flag that controls whether outlines are drawn for shapes.
- drawOutlines - Variable in class org.jfree.chart.renderer.category.ScatterRenderer
-
A flag that controls whether outlines are drawn for shapes.
- drawOutlines - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
A flag that controls whether outlines are drawn for shapes.
- drawOutlines - Variable in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
A flag that controls whether or not the shape outlines are drawn.
- drawOutlineWhenFilled - Variable in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Flag that controls whether an outline is drawn for filled series or
not.
- drawOval(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws an oval framed by the rectangle (x, y, width, height)
using the current paint and stroke.
- drawPaint - Variable in class org.jfree.chart.ClipPath
-
Deprecated.
The draw paint.
- drawPath - Variable in class org.jfree.chart.ClipPath
-
Deprecated.
Controls whether the path is drawn as an outline.
- drawPie(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the pie.
- drawPolygon(int[], int[], int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the specified polygon using the current paint and
stroke.
- drawPolyline(int[], int[], int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the specified multi-segment line using the current
paint and stroke.
- drawPrimaryLine(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Draws the item (first pass).
- drawPrimaryLineAsPath(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Draws the item (first pass).
- drawPrimaryLineAsPath(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Draws the item (first pass).
- drawQuadrants(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
-
Draws the quadrants.
- drawRadarPoly(Graphics2D, Rectangle2D, Point2D, PlotRenderingInfo, int, int, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Draws a radar plot polygon.
- drawRadialGridLines(Graphics2D, PolarPlot, ValueAxis, List, Rectangle2D) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Draw the radial gridlines - the rings.
- drawRadialGridLines(Graphics2D, PolarPlot, ValueAxis, List, Rectangle2D) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Draw the radial gridlines - the rings.
- drawRangeCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws a range crosshair.
- drawRangeCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Draws a range crosshair.
- drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a grid line against the range axis.
- drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws a grid line against the range axis.
- drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a grid line against the range axis.
- drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Draws a grid line against the range axis.
- drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.CategoryPlot
-
Draws the range gridlines for the plot, if they are visible.
- drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.FastScatterPlot
-
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.
- drawRangeLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Utility method for drawing a line perpendicular to the range axis (used
for crosshairs).
- drawRangeLine(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a line perpendicular to the range axis.
- drawRangeLine(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws a line perpendicular to the range axis.
- drawRangeLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws a line perpendicular to the range axis.
- drawRangeLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Draws a line perpendicular to the range axis.
- drawRangeMarker(Graphics2D, ContourPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Draws a horizontal line across the chart to represent a 'range marker'.
- drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Draws a marker for the range axis.
- drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Draws a range marker.
- drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Draws a line (or some other marker) to indicate a particular value on
the range axis.
- drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Draws a range marker.
- drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Draws a horizontal line across the chart to represent a 'range marker'.
- drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Draws a horizontal line across the chart to represent a 'range marker'.
- drawRangeMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
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.
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws the renderable image.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.chart.fx.FXGraphics2D
-
- drawRightLabel(Graphics2D, PiePlotState, PieLabelRecord) - Method in class org.jfree.chart.plot.PiePlot
-
Draws a section label on the right side of the pie chart.
- drawRightLabels(KeyedValues, Graphics2D, Rectangle2D, Rectangle2D, float, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the right labels.
- drawRotatedString(AttributedString, Graphics2D, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
-
Draws the attributed string at (x, y), rotated by the
specified angle about (x, y).
- drawRotatedString(AttributedString, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
-
Draws the attributed string at (textX, textY), rotated by
the specified angle about (rotateX, rotateY).
- drawRotatedString(AttributedString, Graphics2D, float, float, TextAnchor, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
-
Draws the string anchored to (x, y), rotated by the
specified angle about (rotationX, rotationY).
- drawRotatedString(AttributedString, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.chart.util.AttrStringUtils
-
Draws a rotated string.
- drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a rectangle with rounded corners using the current
paint and stroke.
- drawScaleFactor - Variable in class org.jfree.chart.annotations.XYDrawableAnnotation
-
The scaling factor.
- drawSecondaryPass(Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, Rectangle2D, ValueAxis, CrosshairState, EntityCollection) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Draws the item shapes and adds chart entities (second pass).
- drawSeries(Graphics2D, Rectangle2D, PlotRenderingInfo, PolarPlot, XYDataset, int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Plots the data for a given series.
- drawSeries(Graphics2D, Rectangle2D, PlotRenderingInfo, PolarPlot, XYDataset, int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Plots the data for a given series.
- drawSeriesLineAsPath - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
A flag that controls whether or not each series is drawn as a single
path.
- drawSeriesLineAsPath - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
A flag that controls whether or not each series is drawn as a single
path.
- drawShapes - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
Whether or not to draw shapes at each data point (for
LineAndShapeRenderers and StandardXYItemRenderers).
- drawShapesCheckBox - Variable in class org.jfree.chart.editor.DefaultPlotEditor
-
The checkbox for whether or not to draw shapes at each data point.
- drawSharedDomainAxis - Variable in class org.jfree.chart.plot.CategoryPlot
-
A flag that controls whether or not the shared domain axis is drawn
(only relevant when the plot is being used as a subplot).
- drawSide(Graphics2D, Rectangle2D, Arc2D, Area, Area, Paint, Paint, Stroke, boolean, boolean) - Method in class org.jfree.chart.plot.PiePlot3D
-
Draws the side of a pie section.
- drawSimpleLabels(Graphics2D, List, double, Rectangle2D, Rectangle2D, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
-
Draws the pie section labels in the simple form.
- drawStackHorizontal(List, Comparable, Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Draws a stack of bars for one category, with a horizontal orientation.
- drawStackVertical(List, Comparable, Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Draws a stack of bars for one category, with a vertical orientation.
- drawString(String, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a string at (x, y).
- drawString(String, float, float) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a string at (x, y).
- drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a string of attributed characters at (x, y).
- drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Draws a string of attributed characters at (x, y).
- drawStringInRect(Graphics2D, Rectangle2D, Font, String) - Method in class org.jfree.chart.axis.MarkerAxisBand
-
A utility method that draws a string inside a rectangle.
- drawStroke - Variable in class org.jfree.chart.ClipPath
-
Deprecated.
The draw stroke.
- drawSubCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Draws the category labels and returns the updated axis state.
- drawTask(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Draws a single task.
- drawTasks(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
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.
- drawTickLabels(int, Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
-
Draws the tick labels for one "band" of time periods.
- drawTickMarks(Graphics2D, double, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.CategoryAxis
-
Draws the tick marks.
- drawTickMarks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
-
Draws the tick marks for the axis.
- drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Draws the tick marks and labels.
- drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
-
Draws the axis line, tick marks and tick mark labels.
- drawTickMarksHorizontal(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
-
Draws the major and minor tick marks for an axis that lies at the top or
bottom of the plot.
- drawTickMarksVertical(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
-
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.
- drawTitle(Title, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.JFreeChart
-
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.
- drawVerticalAxisTrace(Graphics2D, int) - Method in class org.jfree.chart.ChartPanel
-
Draws a horizontal line used to trace the mouse position to the vertical
axis.
- drawVerticalCrosshair(Graphics2D, Rectangle2D, double, Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Draws a crosshair vertically on the plot.
- drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Draws the visual representation of a single data item when the plot has
a vertical orientation.
- drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Draws the bar for a single (series, category) data item.
- drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Draws an item for a plot with a vertical orientation.
- drawVerticalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Draws the visual representation of a single data item.
- drawVerticalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Utility method for drawing a crosshair on the chart (if required).
- drawVerticalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Utility method for drawing a vertical line on the data area of the plot.
- drawVolume - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
A flag controlling whether or not volume bars are drawn on the chart.
- drawVolume() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
- drawWaferEdge(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Draws the waferedge, including the notch.
- drawXError - Variable in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
A flag that controls whether or not the x-error bars are drawn.
- drawYError - Variable in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
A flag that controls whether or not the y-error bars are drawn.
- 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.CategoryPlot
-
Draws a base line across the chart at value zero on the range 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.
- drawZoomRectangle(Graphics2D, boolean) - Method in class org.jfree.chart.ChartPanel
-
Draws zoom rectangle (if present).
- duration - Variable in class org.jfree.data.gantt.Task
-
The time period for the task (estimated or actual).
- DWORD - Static variable in class org.jfree.chart.util.HexNumberFormat
-
Number of hexadecimal digits for a double word.
- dX - Variable in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
The minimum change in the x-value needed to trigger an update to
the seriesPath.
- DynamicDriveToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates tooltips using the Dynamic Drive DHTML Tip Message
library (http://www.dynamicdrive.com).
- DynamicDriveToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
-
Blank constructor.
- DynamicDriveToolTipTagFragmentGenerator(String, int) - Constructor for class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
-
Creates a new generator with specific title and style settings.
- DynamicTimeSeriesCollection - Class in org.jfree.data.time
-
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.
- DynamicTimeSeriesCollection(int, int, TimeZone) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
-
Constructs an empty dataset, tied to a specific timezone.
- DynamicTimeSeriesCollection(int, int, RegularTimePeriod) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
-
Creates a new dataset.
- DynamicTimeSeriesCollection(int, int, RegularTimePeriod, TimeZone) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
-
Creates a new dataset.
- DynamicTimeSeriesCollection.ValueSequence - Class in org.jfree.data.time
-
A wrapper for a fixed array of float values.
- g - Variable in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Green components.
- g1 - Variable in class org.jfree.chart.renderer.category.GradientBarPainter
-
The division point between the first and second gradient regions.
- g1 - Variable in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
The division point between the first and second gradient regions.
- g2 - Variable in class org.jfree.chart.fx.ChartCanvas
-
The graphics drawing context (will be an instance of FXGraphics2D).
- g2 - Variable in class org.jfree.chart.renderer.category.GradientBarPainter
-
The division point between the second and third gradient regions.
- g2 - Variable in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
The division point between the second and third gradient regions.
- g2Base - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
-
Base for bars against the range axis, in Java 2D space.
- g3 - Variable in class org.jfree.chart.renderer.category.GradientBarPainter
-
The division point between the third and fourth gradient regions.
- g3 - Variable in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
The division point between the third and fourth gradient regions.
- GanttCategoryDataset - Interface in org.jfree.data.gantt
-
- GanttRenderer - Class in org.jfree.chart.renderer.category
-
A renderer for simple Gantt charts.
- GanttRenderer() - Constructor for class org.jfree.chart.renderer.category.GanttRenderer
-
Creates a new renderer.
- gap - Variable in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
The gap between subplots.
- gap - Variable in class org.jfree.chart.plot.CombinedDomainXYPlot
-
The gap between subplots.
- gap - Variable in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
The gap between subplots.
- gap - Variable in class org.jfree.chart.plot.CombinedRangeXYPlot
-
The gap between subplots.
- gap - Variable in class org.jfree.chart.plot.PieLabelRecord
-
The gap.
- gap - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The gap between the two outlines the represent the thermometer.
- GAP_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
- GAP_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
- gapThreshold - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Threshold for deciding when to discontinue a line.
- gapThresholdType - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Specifies how the gap threshold value is interpreted.
- gc - Variable in class org.jfree.chart.fx.FXGraphics2D
-
The graphics context for the JavaFX canvas.
- GENERAL - Static variable in class org.jfree.chart.event.ChartChangeEventType
-
GENERAL.
- generateAttributedSectionLabel(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieSectionLabelGenerator
-
- generateAttributedSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
- generateClipPath(Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Generates the clip path.
- generateColumnLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Generates a label for the specified row.
- generateColumnLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
-
Generates a label for the specified row.
- generateEntities - Variable in class org.jfree.chart.block.BlockParams
-
A flag that controls whether or not the block should generate and
return chart entities for the items it draws.
- generateKeys(int, String) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Generates an array of keys, by appending a space plus an integer
(starting with 1) to the supplied prefix string.
- generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
Generates an item label for a particular item within a series.
- generateLabel(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
-
Generates a label for the specified item.
- generateLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategorySeriesLabelGenerator
-
Generates a label for the specified series.
- generateLabel(Crosshair) - Method in interface org.jfree.chart.labels.CrosshairLabelGenerator
-
Returns a string that can be used as the label for a crosshair.
- generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
-
Generates a label for the specified item.
- generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
-
Generates the item label text for an item in a dataset.
- generateLabel(XYDataset, int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
Generates a label for the specified series.
- generateLabel(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Generates the label for an item in a dataset.
- generateLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Generates a label for the specified series.
- generateLabel(Crosshair) - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Returns a string that can be used as the label for a crosshair.
- generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Generates the item label text for an item in a dataset.
- generateLabel(XYDataset, int) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
Generates a label for the specified series.
- generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
-
Generates a label for the specified item.
- generateLabel(XYDataset, int, int) - Method in interface org.jfree.chart.labels.XYItemLabelGenerator
-
Generates a label for the specified item.
- generateLabel(XYDataset, int) - Method in interface org.jfree.chart.labels.XYSeriesLabelGenerator
-
Generates a label for the specified series.
- generateLabelString(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Generates a for the specified item.
- generateLabelString(XYDataset, int, int) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Generates a label string for an item in the dataset.
- generateLabelString(XYDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
Generates a label string for an item in the dataset.
- generateLabelString(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Generates a label string for an item in the dataset.
- generateRowLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Generates a label for the specified row.
- generateRowLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
-
Generates a label for the specified row.
- generateSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Generates a label for a pie section.
- generateSectionLabel(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieSectionLabelGenerator
-
Generates a label for a pie section.
- generateSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Generates a label for a pie section.
- generateSVG(int, int) - Method in class org.jfree.chart.ChartPanel
-
Generates a string containing a rendering of the chart in SVG format.
- generateToolTip(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryToolTipGenerator
-
Generates the tool tip text for an item in a dataset.
- generateToolTip(ContourDataset, int) - Method in interface org.jfree.chart.labels.ContourToolTipGenerator
-
Deprecated.
Generates a tooltip text item for a particular item within a series.
- generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Generates a tool tip text item for a particular item within a series.
- generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
-
Generates a tooltip text item for a particular item within a series.
- generateToolTip(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieToolTipGenerator
-
Generates a tool tip text item for the specified item in the dataset.
- generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Generates the tool tip text for an item in a dataset.
- generateToolTip(ContourDataset, int) - Method in class org.jfree.chart.labels.StandardContourToolTipGenerator
-
Deprecated.
Generates a tooltip text item for a particular item within a series.
- generateToolTip(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Generates a tool tip text item for one section in a pie chart.
- generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Generates the tool tip text for an item in a dataset.
- generateToolTip(XYZDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Generates a tool tip text item for a particular item within a series.
- generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
-
Generates a tool tip text item for a particular item within a series.
- generateToolTip(XYDataset, int, int) - Method in interface org.jfree.chart.labels.XYToolTipGenerator
-
Generates the tooltip text for the specified item.
- generateToolTip(XYZDataset, int, int) - Method in interface org.jfree.chart.labels.XYZToolTipGenerator
-
Generates a tool tip text item for a particular item within a series.
- generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
-
Generates a tooltip string to go in an HTML image map.
- generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
-
Generates a tooltip string to go in an HTML image map.
- generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
-
Generates a tooltip string to go in an HTML image map.
- generateToolTipFragment(String) - Method in interface org.jfree.chart.imagemap.ToolTipTagFragmentGenerator
-
Generates a tooltip string to go in an HTML image map.
- generateURL(CategoryDataset, int, int) - Method in interface org.jfree.chart.urls.CategoryURLGenerator
-
Returns a URL for one item in a dataset.
- generateURL(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Generates a URL.
- generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
-
Generates a URL fragment.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
-
Generates a URL.
- generateURL(PieDataset, Comparable, int) - Method in interface org.jfree.chart.urls.PieURLGenerator
-
- generateURL(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Generates a URL for a particular item within a series.
- generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
-
Generates a URL.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
-
Generates a URL for a particular item within a series.
- generateURL(XYZDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYZURLGenerator
-
Generates a URL for a particular item within a series.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Generates a URL for a particular item within a series.
- generateURL(XYDataset, int, int) - Method in interface org.jfree.chart.urls.XYURLGenerator
-
Generates a URL for a particular item within a series.
- generateURL(XYZDataset, int, int) - Method in interface org.jfree.chart.urls.XYZURLGenerator
-
Generates a URL for a particular item within a series.
- generateURLFragment(String) - Method in class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
-
Generates a URL string to go in an HTML image map.
- generateURLFragment(String) - Method in interface org.jfree.chart.imagemap.URLTagFragmentGenerator
-
Generates a URL string to go in an HTML image map.
- get(int) - Method in class org.jfree.chart.axis.TickUnits
-
Returns the tickunit on the given position.
- get(int) - Method in class org.jfree.chart.LegendItemCollection
-
Returns a legend item from the collection.
- get(int) - Method in class org.jfree.data.gantt.TaskSeries
-
Returns a task from the series.
- get(String) - Method in class org.jfree.data.gantt.TaskSeries
-
Returns the task in the series that has the specified description.
- get(int, int) - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the value of the specified item in this matrix series.
- getA() - Method in class org.jfree.data.function.PowerFunction2D
-
Returns the 'a' coefficient that was specified in the constructor.
- getAdditionalItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
Returns the generator for the item labels that appear near the lower
y-value.
- getAdjustForBinSize() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
- getAdjustForDaylightSaving() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the flag that controls whether or not the daylight saving
adjustment is applied.
- getAdvanceLinePaint() - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The advance line is the line drawn at the limit of the current cycle,
when erasing the previous cycle.
- getAdvanceLineStroke() - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The advance line is the line drawn at the limit of the current cycle,
when erasing the previous cycle.
- getAggregatedItemsKey() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the key for aggregated items in the pie plots, if there are any.
- getAggregatedItemsPaint() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the paint used to draw the pie section representing the
aggregated items.
- getAllocatedY() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the allocated y-coordinate.
- getAllowDuplicateXValues() - Method in class org.jfree.data.ComparableObjectSeries
-
Returns a flag that controls whether duplicate x-values are allowed.
- getAllowDuplicateXValues() - Method in class org.jfree.data.xy.XYSeries
-
Returns a flag that controls whether duplicate x-values are allowed.
- getAllowNegativesFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the 'allowNegativesFlag' flag; true to allow negative values
in data, false to be able to plot positive values arbitrarily close
to zero.
- getAlpha() - Method in class org.jfree.chart.plot.Marker
-
Returns the alpha transparency.
- getAlpha() - Method in class org.jfree.chart.renderer.GrayPaintScale
-
Returns the alpha transparency that was specified in the constructor.
- getAlpha() - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
-
Returns the alpha transparency for the background shading.
- getAnchor() - Method in class org.jfree.chart.ChartPanel
-
Returns the anchor point.
- getAnchor() - Method in class org.jfree.chart.plot.CrosshairState
-
Returns the anchor point.
- getAnchor() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
- getAnchorValue() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the anchor value.
- getAnchorX() - Method in class org.jfree.chart.plot.CrosshairState
-
Returns the x-coordinate (in data space) for the anchor point.
- getAnchorY() - Method in class org.jfree.chart.plot.CrosshairState
-
Returns the y-coordinate (in data space) for the anchor point.
- getAngle() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the angle of the arrow.
- getAngle() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the angle of the arrow.
- getAngle() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the angle of rotation for the label.
- getAngle() - Method in class org.jfree.chart.axis.Tick
-
Returns the angle.
- getAngle() - Method in class org.jfree.chart.labels.ItemLabelPosition
-
Returns the angle of rotation for the label.
- getAngle() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns the angle used to calculate the anchor point.
- getAngle() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the angle for the anchor point.
- getAngle() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the angle of the middle of the section, in radians.
- getAngle() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Returns the shadow offset angle (in radians).
- getAngle() - Method in class org.jfree.data.xy.Vector
-
Returns the angle of the vector.
- getAngleGridlinePaint() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the paint for the grid lines (if any) plotted against the
angular axis.
- getAngleGridlineStroke() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the stroke for the grid-lines (if any) plotted against the
angular axis.
- getAngleLabelFont() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the font used to display the angle labels.
- getAngleLabelPaint() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the paint used to display the angle labels.
- getAngleOffset() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the offset that is used for all angles.
- getAngleTickUnit() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the tick unit that controls the spacing of the angular grid
lines.
- getAnnotation() - Method in class org.jfree.chart.event.AnnotationChangeEvent
-
Returns the annotation that triggered the event.
- getAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the list of annotations.
- getAnnotations() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the list of annotations.
- getAnnotations() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns a collection of the annotations that are assigned to the
renderer.
- getAntiAlias() - Method in class org.jfree.chart.editor.DefaultChartEditor
-
Returns the current setting of the anti-alias flag.
- getAntiAlias() - Method in class org.jfree.chart.JFreeChart
-
Returns a flag that indicates whether or not anti-aliasing is used when
the chart is drawn.
- getArcBounds(Rectangle2D, Rectangle2D, double, double, double) - Method in class org.jfree.chart.plot.PiePlot
-
Returns a rectangle that can be used to create a pie section (taking
into account the amount by which the pie section is 'exploded').
- getArcCenter(PiePlotState, Comparable) - Method in class org.jfree.chart.plot.PiePlot
-
Returns the center for the specified section.
- getArea() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns the area occupied by the entity (in Java 2D space).
- getArrangement() - Method in class org.jfree.chart.block.BlockContainer
-
Returns the arrangement (layout) manager for the container.
- getArrowLength() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the arrow length.
- getArrowLength() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the arrow length.
- getArrowPaint() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the paint used for the arrow.
- getArrowPaint() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the paint used for the arrow.
- getArrowStroke() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the stroke used to draw the arrow line.
- getArrowStroke() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the stroke used to draw the arrow line.
- getArrowWidth() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the arrow width.
- getArrowWidth() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the arrow width.
- getArtifactPaint() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the paint used to color the median and average markers.
- getArtifactPaint() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Returns the paint used to paint the various artifacts such as outliers,
farout symbol, median line and the averages ellipse.
- getAttributedLabel() - Method in class org.jfree.chart.axis.Axis
-
Returns the attributed label (the returned value is a copy, so
modifying it will not impact the state of the axis).
- getAttributedLabel() - Method in class org.jfree.chart.axis.LogTick
-
Returns the attributed string for the tick label, or null
if there is no label.
- getAttributedLabel(int) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Returns the attributed label for a section, or null if none
is defined.
- getAttributedLabel() - Method in class org.jfree.chart.LegendItem
-
Returns the attributed label.
- getAutoPopulateSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
-
- getAutoPopulateSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
-
- getAutoPopulateSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
-
- getAutoPopulateSeriesFillPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoPopulateSeriesOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoPopulateSeriesOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoPopulateSeriesPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoPopulateSeriesShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoPopulateSeriesStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getAutoRangeIncludesZero() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns the flag that indicates whether or not the automatic axis range
(if indeed it is determined automatically) is forced to include zero.
- getAutoRangeMinimumSize() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the minimum size allowed for the axis range when it is
automatically calculated.
- getAutoRangeNextLogFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the 'autoRangeNextLogFlag' flag.
- getAutoRangeStickyZero() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns a flag that affects the auto-range when zero falls outside the
data range but inside the margins defined for the axis.
- getAutoRangeTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the class used to create the first and last time periods for
the axis range when the auto-range flag is set to true.
- getAutoSort() - Method in class org.jfree.data.ComparableObjectSeries
-
Returns the flag that controls whether the items in the series are
automatically sorted.
- getAutoSort() - Method in class org.jfree.data.xy.XYSeries
-
Returns the flag that controls whether the items in the series are
automatically sorted.
- getAutoTickIndex() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the auto tick index.
- getAutoTickUnitSelectionCheckBox() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
Get the checkbox that enables/disables auto-tickunit-selection.
- getAutoWidthFactor() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the factor by which the available space automatically
calculated for the candles will be multiplied to determine the actual
width to use.
- getAutoWidthGap() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the amount of space to leave on the left and right of each
candle when automatically calculating widths.
- getAutoWidthMethod() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the method of automatically calculating the candle width.
- getAveragedOutlier() - Method in class org.jfree.chart.renderer.OutlierList
-
Returns the averaged outlier.
- getAxesAtBottom() - Method in class org.jfree.chart.axis.AxisCollection
-
Returns a list of the axes (if any) that need to be drawn at the bottom
of the plot area.
- getAxesAtLeft() - Method in class org.jfree.chart.axis.AxisCollection
-
Returns a list of the axes (if any) that need to be drawn at the left
of the plot area.
- getAxesAtRight() - Method in class org.jfree.chart.axis.AxisCollection
-
Returns a list of the axes (if any) that need to be drawn at the right
of the plot area.
- getAxesAtTop() - Method in class org.jfree.chart.axis.AxisCollection
-
Returns a list of the axes (if any) that need to be drawn at the top of
the plot area.
- getAxis() - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Returns the axis.
- getAxis() - Method in class org.jfree.chart.entity.AxisEntity
-
Returns the axis that occupies the entity area.
- getAxis() - Method in class org.jfree.chart.event.AxisChangeEvent
-
Returns the axis that generated the event.
- getAxis() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the primary axis for the plot.
- getAxis(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns an axis for the plot.
- getAxis() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the axis for the paint scale.
- getAxisCount() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the number of domain axes.
- getAxisForDataset(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the axis for a dataset.
- getAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the index of the given axis.
- getAxisLabelGap() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the axis label gap.
- getAxisLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the axis label paint.
- getAxisLinePaint() - Method in class org.jfree.chart.axis.Axis
-
Returns the paint used to draw the axis line.
- getAxisLinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the paint used to draw the axis lines.
- getAxisLineStroke() - Method in class org.jfree.chart.axis.Axis
-
Returns the stroke used to draw the axis line.
- getAxisLineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the stroke used to draw the axis lines.
- getAxisLocation() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the location of the primary axis.
- getAxisLocation(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the location for an axis.
- getAxisLocation() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the axis location.
- getAxisLocation() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the axis location.
- getAxisOffset() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the axis offset.
- getAxisOffset() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the axis offset.
- getAxisOffset() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the axis offsets.
- getAxisOffset() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the offset between the axis and the paint strip.
- getB() - Method in class org.jfree.data.function.PowerFunction2D
-
Returns the 'b' coefficient that was specified in the constructor.
- getBackground() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the background color (the default value is Color.BLACK).
- getBackground() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the background.
- getBackgroundAlpha() - Method in class org.jfree.chart.plot.Plot
-
Returns the alpha transparency of the plot area background.
- getBackgroundImage() - Method in class org.jfree.chart.JFreeChart
-
Returns the background image for the chart, or null if
there is no image.
- getBackgroundImage() - Method in class org.jfree.chart.plot.Plot
-
Returns the background image that is used to fill the plot's background
area.
- getBackgroundImageAlignment() - Method in class org.jfree.chart.JFreeChart
-
Returns the background image alignment.
- getBackgroundImageAlignment() - Method in class org.jfree.chart.plot.Plot
-
Returns the background image alignment.
- getBackgroundImageAlpha() - Method in class org.jfree.chart.JFreeChart
-
Returns the alpha-transparency for the chart's background image.
- getBackgroundImageAlpha() - Method in class org.jfree.chart.plot.Plot
-
Returns the alpha transparency used to draw the background image.
- getBackgroundPaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the background paint for the annotation.
- getBackgroundPaint() - Method in class org.jfree.chart.editor.DefaultChartEditor
-
Returns the current background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns the current background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.JFreeChart
-
Returns the paint used for the chart background.
- getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the background paint (never null).
- getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.plot.MeterInterval
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.plot.Plot
-
Returns the background color of the plot area.
- getBackgroundPaint() - Method in class org.jfree.chart.title.CompositeTitle
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the background paint.
- getBackgroundPaint() - Method in class org.jfree.chart.title.TextTitle
-
Returns the background paint.
- getBarAlignmentFactor() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the bar alignment factor.
- getBarPainter() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the bar painter.
- getBarPainter() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the bar painter.
- getBarPainter() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the bar painter.
- getBarWidth() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns the bar width.
- getBarWidth() - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the bar width.
- getBase() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the base for the logarithm calculation.
- getBase() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the base value for the bars.
- getBase() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the base value for the bars.
- getBaseCreateEntities() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base visibility for all series.
- getBaseFillPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base (or default) fill paint.
- getBaseFormatter() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the formatter used to format the base value of the logarithmic
scale when it is displayed numerically.
- getBaseItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base item label font (this is used when no other font
setting is available).
- getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base item label font (this is used when no other font
setting is available).
- getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base item label font (this is used when no other font
setting is available).
- getBaseItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the base item label generator.
- getBaseItemLabelGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base item label generator.
- getBaseItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the base item label generator.
- getBaseItemLabelGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base item label generator.
- getBaseItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base item label paint.
- getBaseItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base item label paint.
- getBaseItemLabelPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base item label paint.
- getBaseItemLabelsVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base setting for item label visibility.
- getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base setting for item label visibility.
- getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base setting for item label visibility.
- getBaseItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the base item URL generator.
- getBaseItemURLGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base item URL generator.
- getBaseLegendShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the default legend shape, which may be null.
- getBaseLegendTextFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the default legend text font, which may be null.
- getBaseLegendTextPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the default legend text paint, which may be null.
- getBaselinePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the baseline paint.
- getBaseLinesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the base 'lines visible' attribute.
- getBaseLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the base 'lines visible' attribute.
- getBaseMillis() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the base date/time used to calculate the elapsed time for
display.
- getBaseNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base item label position for negative values.
- getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base item label position for negative values.
- getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base item label position for negative values.
- getBaseOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base (or default) outline paint.
- getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base outline paint.
- getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base (or default) outline paint.
- getBaseOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base (or default) outline stroke.
- getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base outline stroke.
- getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base outline stroke.
- getBasePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base paint.
- getBasePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base paint.
- getBasePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base (or default) paint.
- getBasePositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base positive item label position.
- getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base positive item label position.
- getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base positive item label position.
- getBaseRadius() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the base radius.
- getBaseRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the base radius.
- getBaseSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the base section paint.
- getBaseSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the base section stroke.
- getBaseSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the base section paint.
- getBaseSeriesOutlinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the base series paint.
- getBaseSeriesOutlineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the base series stroke.
- getBaseSeriesPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the base series paint.
- getBaseSeriesVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base visibility for all series.
- getBaseSeriesVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base visibility for all series.
- getBaseSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base visibility for all series.
- getBaseSeriesVisibleInLegend() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base visibility in the legend for all series.
- getBaseSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base visibility in the legend for all series.
- getBaseSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base visibility in the legend for all series.
- getBaseShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base (or default) shape.
- getBaseShape() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base shape.
- getBaseShape() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base shape.
- getBaseShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the base 'shape filled' attribute.
- getBaseShapesFilled() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the base 'shape filled' attribute.
- getBaseShapesFilled() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the base 'shape filled' attribute.
- getBaseShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the base 'shape filled' attribute.
- getBaseShapesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the base 'shape visible' attribute.
- getBaseShapesVisible() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns true if shapes are being plotted by the renderer.
- getBaseShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the base 'shape visible' attribute.
- getBaseStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the base (or default) stroke.
- getBaseStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base stroke.
- getBaseStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base (or default) stroke.
- getBaseSymbol() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the symbol used to represent the base of the logarithmic scale
for the axis.
- getBaseTimeline() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns our baseTimeline, or null if none.
- getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the base tool tip generator (the "layer 2" generator).
- getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the base tool tip generator (the "layer 2" generator).
- getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the default tool tip generator.
- getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Returns the base tool tip generator.
- getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the base tool tip generator.
- getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the base tool tip generator.
- getBaseY() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the base y-coordinate.
- getBins(int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the bins for a series.
- getBinWidth() - Method in class org.jfree.data.statistics.HistogramBin
-
Returns the bin width.
- getBinWidth(int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the bin width for a series.
- getBlockAnchor() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Returns the anchor point used to align a block at its (x, y) location.
- getBlockHeight() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Returns the block height, in data/axis units.
- getBlocks() - Method in class org.jfree.chart.block.BlockContainer
-
Returns an unmodifiable list of the
Block objects managed by
this arrangement.
- getBlockWidth() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Returns the block width, in data/axis units.
- getBorder() - Method in class org.jfree.chart.block.AbstractBlock
-
- getBorderPaint() - Method in class org.jfree.chart.JFreeChart
-
Returns the paint used to draw the chart border (if visible).
- getBorderStroke() - Method in class org.jfree.chart.JFreeChart
-
Returns the stroke used to draw the chart border (if visible).
- getBottom() - Method in class org.jfree.chart.axis.AxisSpace
-
Returns the space reserved for axes at the bottom of the plot area.
- getBounds() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the current bounds of the block.
- getBounds() - Method in interface org.jfree.chart.block.Block
-
Returns the current bounds of the block.
- getBoxPaint() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Returns the paint used to fill boxes.
- getBoxWidth() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Returns the width of each box.
- getBulbDiameter() - Method in class org.jfree.chart.plot.ThermometerPlot
-
- getBulbRadius() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the bulb radius, in Java2D units.
- getBundle(String) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
-
Finds and returns the specified resource bundle.
- getBundle(String, Locale) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
-
Finds and returns the specified resource bundle.
- getBundle(String, Locale, ClassLoader) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
-
Maps directly to ResourceBundle.getBundle(baseName, locale,
loader).
- getCalendarField() - Method in class org.jfree.chart.axis.DateTickUnit
-
Returns a field code that can be used with the Calendar
class.
- getCalendarField() - Method in class org.jfree.chart.axis.DateTickUnitType
-
Returns the calendar field.
- getCandleWidth() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the width of each candle.
- getCap() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the cap.
- getCapLength() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Returns the length (in Java2D units) of the cap at the end of the error
bars.
- getCategories() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a list of the categories in the plot's primary dataset.
- getCategories() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns an unmodifiable list of the categories contained in all the
subplots.
- getCategories() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
- getCategoriesForAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a list of the categories that should be displayed for the
specified axis.
- getCategoriesForAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Overridden to return the categories in the subplots.
- getCategory() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Returns the category.
- getCategory() - Method in class org.jfree.chart.axis.CategoryTick
-
Returns the category.
- getCategory() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- getCategory1() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the category for the start of the line.
- getCategory2() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the category for the end of the line.
- getCategoryAnchor() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Returns the category anchor point.
- getCategoryAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the item label anchor.
- getCategoryCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the number of categories in the dataset.
- getCategoryEnd(int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the end coordinate for the specified category.
- getCategoryIndex() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- getCategoryIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the index for the given category.
- getCategoryJava2DCoordinate(CategoryAnchor, int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the Java 2D coordinate for a category.
- getCategoryJava2DCoordinate(CategoryAnchor, int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis3D
-
Returns the Java 2D coordinate for a category.
- getCategoryLabelPositionOffset() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the offset between the axis and the category labels (before
label positioning is taken into account).
- getCategoryLabelPositions() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the category label position specification (this contains label
positioning info for all four possible axis locations).
- getCategoryLabelToolTip(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the tool tip text for the label belonging to the specified
category.
- getCategoryLabelURL(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the URL for the label belonging to the specified category.
- getCategoryMargin() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the category margin.
- getCategoryMiddle(int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the middle coordinate for the specified category.
- getCategoryMiddle(Comparable, List, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
A convenience method that returns the axis coordinate for the centre of
a category.
- getCategoryPlot() - Method in class org.jfree.chart.JFreeChart
-
- getCategorySeriesMiddle(Comparable, Comparable, CategoryDataset, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the middle coordinate (in Java2D space) for a series within a
category.
- getCategorySeriesMiddle(int, int, int, int, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the middle coordinate (in Java2D space) for a series within a
category.
- getCategoryStart(int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the starting coordinate for the specified category.
- getCeilingTickUnit(TickUnit) - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getCeilingTickUnit(TickUnit) - Method in class org.jfree.chart.axis.StandardTickUnitSource
-
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
- getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.StandardTickUnitSource
-
Returns the tick unit in the collection that is greater than or equal
to the specified size.
- getCeilingTickUnit(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
-
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
- getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.TickUnits
-
Returns the tick unit in the collection that is greater than or equal
to the specified size.
- getCeilingTickUnit(TickUnit) - Method in interface org.jfree.chart.axis.TickUnitSource
-
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
- getCeilingTickUnit(double) - Method in interface org.jfree.chart.axis.TickUnitSource
-
Returns the smallest tick unit available in the source that is greater
than or equal to the specified size.
- getCenterText() - Method in class org.jfree.chart.plot.RingPlot
-
- getCenterTextColor() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the color for the center text.
- getCenterTextFont() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the font used to display the center text.
- getCenterTextFormatter() - Method in class org.jfree.chart.plot.RingPlot
-
- getCenterTextMode() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the mode for displaying text in the center of the plot.
- getCentralValue() - Method in class org.jfree.data.Range
-
Returns the central value for the range.
- getChart() - Method in class org.jfree.chart.ChartMouseEvent
-
Returns the chart that the mouse event relates to.
- getChart() - Method in class org.jfree.chart.ChartPanel
-
Returns the chart contained in the panel.
- getChart() - Method in class org.jfree.chart.entity.JFreeChartEntity
-
Returns the chart that occupies the entity area.
- getChart() - Method in class org.jfree.chart.event.ChartChangeEvent
-
Returns the chart that generated the change event.
- getChart() - Method in class org.jfree.chart.event.ChartProgressEvent
-
Returns the chart that generated the change event.
- getChart() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the chart that is being displayed by this node.
- getChart() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the chart that is being displayed by this node.
- getChart() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the chart that the mouse event relates to.
- getChartArea() - Method in class org.jfree.chart.ChartRenderingInfo
-
Returns the area in which the chart was drawn.
- getChartBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the chart background paint.
- getChartEditor(JFreeChart) - Static method in class org.jfree.chart.editor.ChartEditorManager
-
Returns a component that can be used to edit the given chart.
- getChartEditorFactory() - Static method in class org.jfree.chart.editor.ChartEditorManager
-
Returns the current factory.
- getChartPanel() - Method in class org.jfree.chart.ChartFrame
-
Returns the chart panel for the frame.
- getChartRenderingInfo() - Method in class org.jfree.chart.ChartPanel
-
Returns the chart rendering info from the most recent chart redraw.
- getChartTheme() - Static method in class org.jfree.chart.ChartFactory
-
Returns the current chart theme used by the factory.
- getChildPosition(Dataset) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the child position.
- getChipColor(Number) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the paint for a given chip value.
- getChipSpace() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the space to draw between chips.
- getChipValue(int, int) - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the data value for a chip.
- getChipValue(Comparable, Comparable) - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the value for a given chip x and y or null.
- getClip() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the user clipping region.
- getClipBounds() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the bounds of the user clipping region.
- getClipPath() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the clipPath.
- getClose(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the close-value for the specified series and item.
- getClose(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the close-value for the specified series and item.
- getClose() - Method in class org.jfree.data.time.ohlc.OHLC
-
Returns the close value.
- getClose(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the close-value for an item within a series.
- getClose(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the close-value for one item in a series.
- getClose(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the close value.
- getClose() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the close value.
- getClose(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the y-value for the specified series and item.
- getCloseTickPaint() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns the paint used to draw the ticks for the close values.
- getCloseValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the close-value (as a double primitive) for an item within a
series.
- getCloseValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the close-value (as a double primitive) for an item within a
series.
- getCloseValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the close value.
- getCloseValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the close-value for an item within a series.
- getCloseValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the close-value (as a double primitive) for an item within a
series.
- getCloseValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the close-value (as a double primitive) for an item within a
series.
- getCloseValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the close-value (as a double primitive) for an item within a
series.
- getCoefficients() - Method in class org.jfree.data.function.PolynomialFunction2D
-
Returns a copy of the coefficients array that was specified in the
constructor.
- getColor() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the foreground color.
- getColor(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns the color associated with a value.
- getColor(int) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns a color.
- getColorBar() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the colorbar.
- getColorBarLocation() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the color bar location.
- getColorLinear(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns Color by mapping a given value to a linear palette.
- getColorLog(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns Color by mapping a given value to a common log palette.
- getColorPalette() - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Returns the color palette.
- getColumnClass(int) - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Returns the column class in the table model.
- getColumnCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the number of columns in the dataset.
- getColumnCount() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the number of categories in the dataset.
- getColumnCount() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the column count.
- getColumnCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the number of column in the dataset.
- getColumnCount() - Method in class org.jfree.data.KeyedObjects2D
-
Returns the column count.
- getColumnCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Returns the number of columns in the table model.
- getColumnCount() - Method in interface org.jfree.data.Values2D
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Gets the number of columns in the model.
- getColumnDiameter() - Method in class org.jfree.chart.plot.ThermometerPlot
-
- getColumnIndex(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the column index for a given key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a column index.
- getColumnIndex(Comparable) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the index for the specified column key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the column index for a given key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the index for the specified column key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the column index for a column key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the column index for a given key, or -1 if the key
is not recognised.
- getColumnIndex(Comparable) - Method in interface org.jfree.data.KeyedValues2D
-
Returns the column index for a given key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the column index for a given key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the column index for a given key.
- getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the column index for a given key.
- getColumnKey() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Returns the column key.
- getColumnKey() - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Returns the column key.
- getColumnKey(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns a column key.
- getColumnKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a column key.
- getColumnKey(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the column key for a given index.
- getColumnKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the key for a given column.
- getColumnKey(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the column key for a given index.
- getColumnKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns a column key.
- getColumnKey(int) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the key for a given column.
- getColumnKey(int) - Method in interface org.jfree.data.KeyedValues2D
-
Returns the column key for a given index.
- getColumnKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns a column key.
- getColumnKey(int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns a column key.
- getColumnKey(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns a column key.
- getColumnKeys() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a list of the categories in the dataset.
- getColumnKeys() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the column keys in an unmodifiable list.
- getColumnKeys() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns a list of the column keys in the dataset.
- getColumnKeys() - Method in class org.jfree.data.KeyedObjects2D
-
Returns the column keys.
- getColumnKeys() - Method in interface org.jfree.data.KeyedValues2D
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the column keys.
- getColumnName(int) - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Returns the name of a column
- getColumnName(int) - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Returns the column name.
- getColumnRadius() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the column radius, in Java2D units.
- getColumnRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the order in which the columns are rendered.
- getColumnsCount() - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the number of columns in this matrix series.
- getComparable() - Method in class org.jfree.data.ComparableObjectItem
-
Returns the x-value.
- getCompassFont(int) - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the font for the compass, adjusted for the size of the plot.
- getCompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Returns the paint used to show the percentage complete.
- getComposite() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the composite.
- getComposite() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the current composite.
- getConnectFirstAndLastPoint() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns true if first and last point of a series will be
connected, false otherwise.
- getContainer() - Method in class org.jfree.chart.title.CompositeTitle
-
Returns the container holding the titles.
- getContentAlignmentPoint() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the content alignment point.
- getContents() - Method in class org.jfree.chart.resources.JFreeChartResources
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources_de
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources_es
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources_fr
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources_pl
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.data.resources.DataPackageResources_ru
-
Returns the array of strings in the resource bundle.
- getContentXOffset() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the x-offset for the content within the block.
- getContentYOffset() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the y-offset for the content within the block.
- getContourDataRange() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the range for the Contours.
- getContourDataRange() - Method in interface org.jfree.chart.plot.ContourValuePlot
-
Deprecated.
Returns the range of data values to be plotted.
- getCoordinateType() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the coordinate type (set in the constructor).
- getCorrelation(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
-
Calculates the correlation between two datasets.
- getCount() - Method in class org.jfree.chart.axis.DateTickUnit
-
- getCount() - Method in class org.jfree.data.statistics.HistogramBin
-
Returns the number of items in the bin.
- getCreateEntities() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getCrosshairDatasetIndex() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the dataset index for the crosshair.
- getCrosshairDistance() - Method in class org.jfree.chart.plot.CrosshairState
-
Returns the distance between the anchor point and the current crosshair
point.
- getCrosshairPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the crosshair paint.
- getCrosshairState() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns the crosshair state, if any.
- getCrosshairX() - Method in class org.jfree.chart.plot.CrosshairState
-
Get the x-value for the crosshair point.
- getCrosshairY() - Method in class org.jfree.chart.plot.CrosshairState
-
Get the y-value for the crosshair point.
- getCumulativePercentages(KeyedValues) - Static method in class org.jfree.data.DataUtilities
-
Returns a
KeyedValues instance that contains the cumulative
percentage values for the data in another
KeyedValues instance.
- getCurrentHandler() - Method in class org.jfree.data.xml.RootHandler
-
Returns the handler at the top of the stack.
- getCurrentPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the mercury paint corresponding to the current data value.
- getCurrentSeriesPoints() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Returns the current series points.
- getCurrentText() - Method in class org.jfree.data.xml.KeyHandler
-
Returns the current text of the textbuffer.
- getCurrentText() - Method in class org.jfree.data.xml.ValueHandler
-
Returns the current text of the textbuffer.
- getCursor() - Method in class org.jfree.chart.axis.AxisState
-
Returns the cursor position.
- getCycleBound() - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound is defined as the higest value x such that
"offset + period * i = x", with i and integer and x <
range.getUpperBound() This is the value which is at both ends of the
axis : x...up|low...x
The values from x to up are the valued in the current cycle.
- getDarkerSides() - Method in class org.jfree.chart.plot.PiePlot3D
-
Returns a flag that controls whether or not the sides of the pie chart
are rendered using a darker colour.
- getData() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the data array used by the plot.
- getData(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
-
Returns a value from the storage array.
- getDataArea() - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the plot's data area (in Java2D space).
- getDataAreaRatio() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the data area ratio.
- getDataBoundsIncludesVisibleSeriesOnly() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the flag that controls whether or not the data bounds reported
by this renderer will exclude non-visible series.
- getDataExtractOrder() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the data extract order (by row or by column).
- getDataExtractOrder() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the data extract order (by row or by column).
- getDataItem(int) - Method in class org.jfree.data.ComparableObjectSeries
-
Return the data item with the specified index.
- getDataItem(int) - Method in class org.jfree.data.time.ohlc.OHLCSeries
-
Returns the data item at the specified index.
- getDataItem(int) - Method in class org.jfree.data.time.TimePeriodValues
-
Returns one data item for the series.
- getDataItem(int) - Method in class org.jfree.data.time.TimeSeries
-
Returns a data item from the dataset.
- getDataItem(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
-
Returns the data item for a specific period.
- getDataItem(int) - Method in class org.jfree.data.xy.VectorSeries
-
Returns the data item at the specified index.
- getDataItem(int) - Method in class org.jfree.data.xy.XIntervalSeries
-
Returns the data item at the specified index.
- getDataItem(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the data item at the specified index.
- getDataItem(int) - Method in class org.jfree.data.xy.XYSeries
-
Return the data item with the specified index.
- getDataItem(int) - Method in class org.jfree.data.xy.YIntervalSeries
-
Returns the data item at the specified index.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the range of data values that will be plotted against the range
axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns a range representing the extent of the data values in this plot
(obtained from the subplots) that will be rendered against the specified
axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns a range representing the extent of the data values in this plot
(obtained from the subplots) that will be rendered against the specified
axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Returns a range representing the extent of the data values in this plot
(obtained from the subplots) that will be rendered against the specified
axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns a range representing the extent of the data values in this plot
(obtained from the subplots) that will be rendered against the specified
axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the range for an axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the range of data values to be plotted along the axis, or
null if the specified axis isn't the domain axis or the
range axis for the plot.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the range for the specified axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the data range.
- getDataRange(ValueAxis) - Method in interface org.jfree.chart.plot.ValueAxisPlot
-
Returns the data range that should apply for the specified axis.
- getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range for the specified axis.
- getDataset() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Returns the dataset this entity refers to.
- getDataset() - Method in class org.jfree.chart.entity.LegendItemEntity
-
Returns a reference to the dataset that this legend item is derived
from.
- getDataset() - Method in class org.jfree.chart.entity.PieSectionEntity
-
Returns the dataset this entity refers to.
- getDataset() - Method in class org.jfree.chart.entity.XYItemEntity
-
Returns the dataset this entity refers to.
- getDataset() - Method in class org.jfree.chart.LegendItem
-
Returns the dataset.
- getDataset() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the primary dataset for the plot.
- getDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the dataset with the given index, or null if there is
no dataset.
- getDataset() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the primary dataset for the plot.
- getDataset() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the primary dataset for the plot.
- getDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the dataset at the given index.
- getDataset() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the dataset for the plot.
- getDataset() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the dataset used by the plot.
- getDataset() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the dataset.
- getDataset() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the primary dataset for the plot.
- getDataset(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the dataset with the specified index, if any.
- getDataset() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the dataset.
- getDataset() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the dataset for the plot.
- getDataset() - Method in class org.jfree.chart.plot.WaferMapPlot
-
Returns the dataset
- getDataset() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the primary dataset for the plot.
- getDataset(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the dataset with the specified index, or null if there
is no dataset with that index.
- getDataset() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Returns a reference to the dataset for the associated legend item.
- getDataset() - Method in class org.jfree.data.general.DatasetChangeEvent
-
Returns the dataset that generated the event.
- getDataset() - Method in class org.jfree.data.xml.CategoryDatasetHandler
-
Returns the dataset.
- getDataset() - Method in class org.jfree.data.xml.PieDatasetHandler
-
Returns the dataset.
- getDatasetCount() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the number of datasets.
- getDatasetCount() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the number of datasets.
- getDatasetCount() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the number of datasets.
- getDatasetCount() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the number of datasets.
- getDatasetGroup() - Method in class org.jfree.chart.plot.Plot
-
Returns the dataset group for the plot (not currently used).
- getDatasetIndex() - Method in class org.jfree.chart.LegendItem
-
Returns the dataset index for this legend item.
- getDatasetIndex() - Method in class org.jfree.chart.plot.CrosshairState
-
Returns the dataset index that the crosshair values relate to.
- getDatasetIndex() - Method in class org.jfree.chart.plot.dial.DialPointer
-
Returns the dataset index that the pointer maps to.
- getDatasetIndex() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the index of the dataset from which this indicator fetches its
current value.
- getDatasetIndex() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
- getDatasetIndices(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the indices of the non-null datasets in the specified order.
- getDatasetIndices(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the indices of the non-null datasets in the specified order.
- getDatasetInfo(int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the DatasetInfo object associated with the series.
- getDatasetRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the dataset rendering order.
- getDatasetRenderingOrder() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the dataset rendering order.
- getDatasets() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns an array of dataset references for the plot.
- getDatasetsMappedToAxis(Integer) - Method in class org.jfree.chart.plot.PolarPlot
-
A utility method that returns a list of datasets that are mapped to a
particular axis.
- getDatasetsMappedToDomainAxis(Integer) - Method in class org.jfree.chart.plot.XYPlot
-
A utility method that returns a list of datasets that are mapped to a
particular axis.
- getDatasetsMappedToRangeAxis(Integer) - Method in class org.jfree.chart.plot.XYPlot
-
A utility method that returns a list of datasets that are mapped to a
particular axis.
- getDate() - Method in class org.jfree.chart.axis.DateTick
-
Returns the date.
- getDate(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Converts a millisecond value into a Date object.
- getDate() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns a Date that represents the reference point
for this segment.
- getDate() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the date that the data item relates to.
- getDateFormat() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns a copy of the date formatter.
- getDateFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Returns the date formatter.
- getDateFormat() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Returns a clone of the date format assigned to this URL generator.
- getDateFormatOverride() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the date format override.
- getDay() - Method in class org.jfree.data.time.Hour
-
Returns the day in which this hour falls.
- getDay() - Method in class org.jfree.data.time.Minute
-
Returns the day.
- getDayOfMonth() - Method in class org.jfree.data.time.Day
-
Returns the day of the month.
- getDayOfMonth() - Method in class org.jfree.data.time.Hour
-
Returns the day-of-the-month in which this hour falls.
- getDaySuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the string that is appended to the day count.
- getDefaultAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the default auto range.
- getDefaultBarPainter() - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the default bar painter.
- getDefaultBarPainter() - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the default bar painter.
- getDefaultDirectoryForSaveAs() - Method in class org.jfree.chart.ChartPanel
-
Returns the default directory for the "save as" option.
- getDefaultEntityRadius() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the radius of the circle used for the default entity area
when no area is specified.
- getDefaultPaint() - Method in class org.jfree.chart.renderer.LookupPaintScale
-
Returns the default paint (never null).
- getDefaultShadowsVisible() - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the default value for the shadowsVisible flag.
- getDefaultShadowsVisible() - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the default value for the shadowsVisible flag.
- getDepthFactor() - Method in class org.jfree.chart.plot.PiePlot3D
-
Returns the depth factor for the chart.
- getDescription() - Method in class org.jfree.chart.LegendItem
-
Returns the description for the legend item.
- getDescription() - Method in class org.jfree.data.gantt.Task
-
Returns the task description.
- getDescription() - Method in class org.jfree.data.general.Series
-
Returns a description of the series.
- getDeviceConfiguration() - Method in class org.jfree.chart.fx.FXGraphics2D
-
This method is not implemented yet.
- getDialBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the paint for the dial background.
- getDialFrame() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the dial's frame.
- getDialLayer() - Method in class org.jfree.chart.plot.dial.DialLayerChangeEvent
-
Returns the layer that generated the event.
- getDialOutlinePaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the dial outline paint.
- getDialShape() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the dial shape.
- getDirection() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the direction in which the pie sections are drawn (clockwise or
anti-clockwise).
- getDirection() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the direction in which the radar axes are drawn
(clockwise or anti-clockwise).
- getDirectionCode(double) - Method in class org.jfree.chart.axis.CompassFormat
-
Returns a string representing the direction.
- getDismissDelay() - Method in class org.jfree.chart.ChartPanel
-
Returns the dismissal tooltip delay value used inside this chart panel.
- getDisplayCentralValue() - Method in class org.jfree.chart.axis.ModuloAxis
-
Returns the central value of the current display range.
- getDisplayEnd() - Method in class org.jfree.chart.axis.ModuloAxis
-
Returns the display end value.
- getDisplayLength() - Method in class org.jfree.chart.axis.ModuloAxis
-
Returns the display length for the axis.
- getDisplayStart() - Method in class org.jfree.chart.axis.ModuloAxis
-
Returns the display start value.
- getDistance() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Returns the shadow offset distance.
- getDividerPaint() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the paint used to draw the dividers.
- getDividerStroke() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the stroke used to draw the dividers.
- getDomainAxis() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the domain axis for the plot.
- getDomainAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a domain axis.
- getDomainAxis() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the domain axis for the plot.
- getDomainAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the domain axis for the plot.
- getDomainAxis() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the domain axis with index 0.
- getDomainAxis(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the domain axis with the specified index, or null if
there is no axis with that index.
- getDomainAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns a domain axis for a plot.
- getDomainAxisCount() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the number of domain axes.
- getDomainAxisCount() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the number of domain axes.
- getDomainAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the domain axis edge.
- getDomainAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the edge for a domain axis.
- getDomainAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the edge for the primary domain axis (taking into account the
plot's orientation).
- getDomainAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the edge for a domain axis.
- getDomainAxisForDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the domain axis for a dataset.
- getDomainAxisForDataset(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the domain axis for a dataset.
- getDomainAxisIndex(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the index of the specified axis, or -1 if the axis
is not assigned to the plot.
- getDomainAxisIndex() - Method in class org.jfree.chart.plot.CrosshairState
-
- getDomainAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the index of the given domain axis.
- getDomainAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the domain axis location for the primary domain axis.
- getDomainAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the location for a domain axis.
- getDomainAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the location of the primary domain axis.
- getDomainAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the location for a domain axis.
- getDomainAxisPropertyEditPanel() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns a reference to the panel for editing the properties of the
domain axis.
- getDomainBounds(boolean) - Method in interface org.jfree.data.DomainInfo
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(List, boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the bounds of the domain values for the specified series.
- getDomainBounds(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the range of the values in the dataset's domain, including
or excluding the interval around each x-value as specified.
- getDomainBounds(List, boolean) - Method in interface org.jfree.data.xy.XYDomainInfo
-
Returns the range of the values in this dataset's domain.
- getDomainBounds(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the range of the values in this dataset's domain.
- getDomainCrosshairColumnKey() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the column key for the domain crosshair.
- getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint used to draw the domain crosshair.
- getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the domain crosshair color.
- getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the domain crosshair paint.
- getDomainCrosshairRowKey() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the row key for the domain crosshair.
- getDomainCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Returns a new list containing the domain crosshairs for this overlay.
- getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the stroke used to draw the domain crosshair.
- getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the Stroke used to draw the crosshair (if visible).
- getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the Stroke used to draw the crosshair (if visible).
- getDomainCrosshairValue() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the domain crosshair value.
- getDomainCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the domain crosshair value.
- getDomainDescription() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the domain description.
- getDomainDescription() - Method in class org.jfree.data.time.TimeSeries
-
Returns the domain description.
- getDomainGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint used to draw grid-lines against the domain axis.
- getDomainGridlinePaint() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the paint for the grid lines (if any) plotted against the domain
axis.
- getDomainGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the grid lines (if any) plotted against the domain
axis.
- getDomainGridlinePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the domain grid line paint.
- getDomainGridlinePosition() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the position used for the domain gridlines.
- getDomainGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the stroke used to draw grid-lines against the domain axis.
- getDomainGridlineStroke() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the stroke for the grid-lines (if any) plotted against the
domain axis.
- getDomainGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke for the grid-lines (if any) plotted against the
domain axis.
- getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
- getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimeSeriesCollection
-
- getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns a flag that controls whether the domain is treated as 'points in
time'.
- getDomainLowerBound(boolean) - Method in interface org.jfree.data.DomainInfo
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the minimum x-value in the dataset.
- getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the minimum x-value in the dataset.
- getDomainMarkers(Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the list of domain markers (read only) for the specified layer.
- getDomainMarkers(int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a collection of domain markers for a particular renderer and
layer.
- getDomainMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the list of domain markers (read only) for the specified layer.
- getDomainMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Returns a collection of domain markers for a particular renderer and
layer.
- getDomainMinorGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the minor grid lines (if any) plotted against the
domain axis.
- getDomainMinorGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke for the minor grid-lines (if any) plotted against the
domain axis.
- getDomainOrder() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the order of the domain (X) values.
- getDomainOrder() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the order of the domain (or X) values returned by the dataset.
- getDomainOrder() - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the order of the domain values in this dataset.
- getDomainOrder() - Method in class org.jfree.data.xy.AbstractXYDataset
-
Returns the order of the domain (X) values.
- getDomainOrder() - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the order of the domain (x-) values in the dataset.
- getDomainOrder() - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the order of the domain (x-) values in the dataset.
- getDomainOrder() - Method in interface org.jfree.data.xy.XYDataset
-
Returns the order of the domain (or X) values returned by the dataset.
- getDomainOrder() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the order of the domain (X) values, if this is known.
- getDomainTickBandPaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint used for the domain tick bands.
- getDomainUpperBound(boolean) - Method in interface org.jfree.data.DomainInfo
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the maximum x-value in the dataset.
- getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the maximum x-value in the dataset.
- getDomainZeroBaselinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the zero baseline (if any) plotted against the
domain axis.
- getDomainZeroBaselineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke used for the zero baseline against the domain axis.
- getDotHeight() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Returns the dot height (the default value is 1).
- getDotWidth() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Returns the dot width (the default value is 1).
- getDownArrow() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns a shape that can be displayed as an arrow pointing downwards at
the end of an axis line.
- getDownPaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the paint used to fill candles when the price moves down from
open to close.
- getDrawAsLine() - Method in class org.jfree.chart.plot.CategoryMarker
-
Returns the flag that controls whether the marker is drawn as a region
or a line.
- getDrawBorder() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns a flag that controls whether or not a border is drawn.
- getDrawBorder() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns a flag that controls whether or not a rectangular border is
drawn around the plot area.
- getDrawCloseTicks() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns the flag that controls whether close ticks are drawn.
- getDrawDividers() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns a flag that controls whether or not dividers are drawn.
- getDrawingSupplier() - Method in class org.jfree.chart.plot.Plot
-
Returns the drawing supplier for the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the drawing supplier from the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the drawing supplier from the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the drawing supplier from the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the drawing supplier from the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the drawing supplier from the plot.
- getDrawingSupplier() - Method in class org.jfree.chart.StandardChartTheme
-
Returns a clone of the drawing supplier for this theme.
- getDrawOpenTicks() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns the flag that controls whether open ticks are drawn.
- getDrawOutlines() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns true if outlines should be drawn for shapes, and
false otherwise.
- getDrawOutlines() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns true if outlines should be drawn for shapes, and
false otherwise.
- getDrawOutlines() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns true if outlines should be drawn for shapes, and
false otherwise.
- getDrawOutlines() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns true if outlines should be drawn for shapes, and
false otherwise.
- getDrawOutlineWhenFilled() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns true if the renderer will draw an outline around
a filled polygon, false otherwise.
- getDrawPaint() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the drawPaint.
- getDrawSeriesLineAsPath() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns a flag that controls whether or not each series is drawn as a
single path.
- getDrawSeriesLineAsPath() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns a flag that controls whether or not each series is drawn as a
single path.
- getDrawSharedDomainAxis() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the flag that controls whether or not the shared domain axis is
drawn for each subplot.
- getDrawStroke() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the drawStroke.
- getDrawVolume() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns a flag indicating whether or not volume bars are drawn on the
chart.
- getDrawXError() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Returns the flag that controls whether or not the renderer draws error
bars for the x-values.
- getDrawYError() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Returns the flag that controls whether or not the renderer draws error
bars for the y-values.
- getDuration() - Method in class org.jfree.data.gantt.Task
-
Returns the duration (actual or estimated) of the task.
- getEnd() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the date/time that marks the end of the time period.
- getEnd() - Method in class org.jfree.data.time.SimpleTimePeriod
-
Returns the end date/time.
- getEnd() - Method in interface org.jfree.data.time.TimePeriod
-
Returns the end date/time.
- getEndBoundary() - Method in class org.jfree.data.statistics.HistogramBin
-
Returns the end boundary.
- getEndMillis() - Method in class org.jfree.data.time.SimpleTimePeriod
-
Returns the end date/time in milliseconds.
- getEndPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Returns the position of the end of the progress indicator, as a
percentage of the bar width.
- getEndType() - Method in class org.jfree.chart.renderer.category.AreaRenderer
-
Returns a token that controls how the renderer draws the end points.
- getEndValue() - Method in class org.jfree.chart.plot.IntervalMarker
-
Returns the end value for the interval.
- getEndValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the end data value for one category in a series.
- getEndValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the end data value for one category in a series.
- getEndValue(int, int) - Method in interface org.jfree.data.category.IntervalCategoryDataset
-
Returns the end value for the interval for a given series and category.
- getEndValue(Comparable, Comparable) - Method in interface org.jfree.data.category.IntervalCategoryDataset
-
Returns the end value for the interval for a given series and category.
- getEndValue(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the end value of a sub-interval for a given item.
- getEndValue(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the end value of a sub-interval for a given item.
- getEndValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the end value of a sub-interval for a given item.
- getEndValue(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the end value of a sub-interval for a given item.
- getEndValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the end value for the interval for a given series and category.
- getEndValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the end value for the interval for a given series and category.
- getEndValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the end value for a task.
- getEndValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the end value for a task.
- getEndValue(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the end value of a sub-interval for a given item.
- getEndValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the end value of a sub-interval for a given item.
- getEndX(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the ending date/time for the specified item (task) in the
given series, measured in milliseconds since 1-Jan-1970 (as in
java.util.Date).
- getEndX(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the end value for a bin.
- getEndX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the end x-value.
- getEndX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the ending x-value for an item within a series.
- getEndX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the upper bound of the x-interval for the specified series and
item.
- getEndX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the end value of the x-interval for an item within a series.
- getEndX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the end x-value for an item within a series.
- getEndX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the end x-value for an item within a series.
- getEndX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the ending X value for the specified series and item.
- getEndX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the end x-value for an item within a series.
- getEndXValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the ending date/time for the specified item (task) in the
given series, measured in milliseconds since 1-Jan-1970 (as in
java.util.Date).
- getEndXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the end x-value (as a double primitive) for an item within a
series.
- getEndXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the end x-value (as a double primitive) for an item within
a series.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
-
Returns the end x-value (as a double primitive) for an item within a
series.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the ending x-value for an item within a series.
- getEndXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the upper bound of the x-interval (as a double primitive) for
the specified series and item.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the end value of the x-interval for an item within a series.
- getEndXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the ending X value for the specified series and item.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the end x-value (as a double primitive) for an item within a
series.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the ending x-value (as a double primitive) for an item within
a series.
- getEndXValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the end x-value (as a double primitive) for an item within a
series.
- getEndY(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the ending value of the y-interval for an item in the
given series.
- getEndY(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the end y-value for a bin (which is the same as the y-value,
this method exists only to support the general form of the
IntervalXYDataset interface).
- getEndY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the end y-value.
- getEndY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the ending y-value for an item within a series.
- getEndY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the upper bound of the y-interval for the specified series and
item.
- getEndY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the end y-value for an item within a series.
- getEndY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the end y-value for an item within a series.
- getEndY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the ending Y value for the specified series and item.
- getEndY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the end y-value for an item within a series.
- getEndYValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the ending value of the y-interval for an item in the
given series.
- getEndYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the end y-value (as a double primitive) for an item within a
series.
- getEndYValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
-
Returns the end y-value (as a double primitive) for an item within a
series.
- getEndYValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the ending y-value for an item within a series.
- getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the upper bound of the y-interval (as a double primitive) for
the specified series and item.
- getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the ending Y value for the specified series and item.
- getEndYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the ending y-value (as a double primitive) for an item within
a series.
- getEndYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the end y-value (as a double primitive) for an item within a
series.
- getEndYValue(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the end y-value (as a double primitive) for an item within a
series.
- getEndZValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the ending Z value for the specified series and item.
- getEntities() - Method in interface org.jfree.chart.entity.EntityCollection
-
Returns the entities in an unmodifiable collection.
- getEntities() - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Returns the entities in an unmodifiable collection.
- getEntity() - Method in class org.jfree.chart.ChartMouseEvent
-
Returns the chart entity (if any) under the mouse point.
- getEntity(double, double) - Method in interface org.jfree.chart.entity.EntityCollection
-
Returns an entity whose area contains the specified point.
- getEntity(int) - Method in interface org.jfree.chart.entity.EntityCollection
-
Returns an entity from the collection.
- getEntity(int) - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Returns a chart entity from the collection.
- getEntity(double, double) - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Returns the last entity in the list with an area that encloses the
specified coordinates, or null if there is no such entity.
- getEntity() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the chart entity (if any) under the mouse point.
- getEntityCollection() - Method in class org.jfree.chart.block.BlockResult
-
Returns the collection of entities from the block.
- getEntityCollection() - Method in interface org.jfree.chart.block.EntityBlockResult
-
Returns the entity collection.
- getEntityCollection() - Method in class org.jfree.chart.ChartRenderingInfo
-
Returns the collection of entities maintained by this instance.
- getEntityCollection() - Method in class org.jfree.chart.renderer.RendererState
-
A convenience method that returns a reference to the entity
collection (may be null) being used to record
chart entities.
- getEntityCount() - Method in interface org.jfree.chart.entity.EntityCollection
-
Returns the entity count.
- getEntityCount() - Method in class org.jfree.chart.entity.StandardEntityCollection
-
Returns the number of entities in the collection.
- getEntityForPoint(int, int) - Method in class org.jfree.chart.ChartPanel
-
Returns the chart entity at a given point.
- getErrorIndicatorPaint() - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Returns the paint used for the error indicators.
- getErrorIndicatorPaint() - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Returns the paint used for the error indicators.
- getErrorIndicatorPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the error indicator paint.
- getErrorIndicatorStroke() - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Returns the stroke used to draw the error indicators.
- getErrorIndicatorStroke() - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Returns the stroke used for the error indicators.
- getErrorPaint() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Returns the paint used to draw the error bars.
- getErrorStroke() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Returns the stroke used to draw the error bars.
- getExceptionSegmentCount(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the number of exception segments wholly contained in the
(fromDomainValue, toDomainValue) interval.
- getExceptionSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns a list of all the exception segments.
- getExpandToFitSpace() - Method in class org.jfree.chart.title.TextTitle
-
Returns the flag that controls whether or not the title expands to fit
the available space.
- getExplodedPieArea() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the exploded pie area.
- getExplodePercent(Comparable) - Method in class org.jfree.chart.plot.PiePlot
-
Returns the amount that the section with the specified key should be
exploded.
- getExplodePercent(int) - Method in class org.jfree.chart.plot.PiePlot
-
- getExponentFormat() - Method in class org.jfree.chart.util.LogFormat
-
Returns the number format used for the exponent.
- getExpTickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the 'expTickLabelsFlag' flag.
- getExtent() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the extent.
- getExtent() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the extent.
- getExtractIndex() - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the index of the row or column from which to extract the data.
- getExtractType() - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the extract type, which determines whether data is read from
one row or one column of the underlying dataset.
- getExtraLargeFont() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the largest font for this theme.
- getFaroutCoefficient() - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the value used as the farout coefficient.
- getFaroutCoefficient() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the value used as the farout coefficient.
- getFillBox() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the flag that controls whether or not the box is filled.
- getFillBox() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Returns the flag that controls whether or not the box is filled.
- getFillComposite() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Get the composite that is used for filling.
- getFillPaint() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Returns the fill paint.
- getFillPaint() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the fillPaint.
- getFillPaint() - Method in class org.jfree.chart.LegendItem
-
Returns the fill paint.
- getFillPaint() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the fill paint.
- getFillPaint() - Method in class org.jfree.chart.plot.dial.DialCap
-
Returns the paint used to fill the cap.
- getFillPaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Returns the fill paint.
- getFillPaint() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the paint used to fill the shape.
- getFillPaintTransformer() - Method in class org.jfree.chart.LegendItem
-
Returns the transformer used when the fill paint is an instance of
GradientPaint.
- getFillPaintTransformer() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the transformer used when the fill paint is an instance of
GradientPaint.
- getFillType() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Returns the type of fill that the renderer draws beneath the curve.
- getFillZoomRectangle() - Method in class org.jfree.chart.ChartPanel
-
Returns the flag that controls whether or not the zoom rectangle is
filled when drawn.
- getFirst() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the first time period in the axis range.
- getFirstBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Returns the paint used to draw the first bar.
- getFirstCategoryIndex() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the index of the first visible category.
- getFirstCategoryIndex() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the index of the first visible category.
- getFirstItemIndex() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
- getFirstMillisecond() - Method in class org.jfree.data.time.Day
-
Returns the first millisecond of the day.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Day
-
Returns the first millisecond of the day, evaluated using the supplied
calendar (which determines the time zone).
- getFirstMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the first millisecond of the time period.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the first millisecond of the time period.
- getFirstMillisecond() - Method in class org.jfree.data.time.Hour
-
Returns the first millisecond of the hour.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
-
Returns the first millisecond of the hour.
- getFirstMillisecond() - Method in class org.jfree.data.time.Millisecond
-
Returns the first millisecond of the second.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
-
Returns the first millisecond of the time period.
- getFirstMillisecond() - Method in class org.jfree.data.time.Minute
-
Returns the first millisecond of the minute.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
-
Returns the first millisecond of the minute.
- getFirstMillisecond() - Method in class org.jfree.data.time.Month
-
Returns the first millisecond of the month.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Month
-
Returns the first millisecond of the month, evaluated using the supplied
calendar (which determines the time zone).
- getFirstMillisecond() - Method in class org.jfree.data.time.Quarter
-
Returns the first millisecond of the quarter.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Quarter
-
Returns the first millisecond in the Quarter, evaluated using the
supplied calendar (which determines the time zone).
- getFirstMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the first millisecond of the time period.
- getFirstMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
-
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the first millisecond of the time period, evaluated using the
supplied calendar (which incorporates a timezone).
- getFirstMillisecond() - Method in class org.jfree.data.time.Second
-
Returns the first millisecond of the second.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Second
-
Returns the first millisecond of the minute.
- getFirstMillisecond() - Method in class org.jfree.data.time.Week
-
Returns the first millisecond of the week.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Week
-
Returns the first millisecond of the week, evaluated using the supplied
calendar (which determines the time zone).
- getFirstMillisecond() - Method in class org.jfree.data.time.Year
-
Returns the first millisecond of the year.
- getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Year
-
Returns the first millisecond of the year, evaluated using the supplied
calendar (which determines the time zone).
- getFirstTickLabelVisible() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns a flag that controls whether or not the first tick label is
visible.
- getFixedAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the fixed auto range.
- getFixedDimension() - Method in class org.jfree.chart.axis.Axis
-
Returns the fixed dimension for the axis.
- getFixedDomainAxisSpace() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the fixed domain axis space.
- getFixedDomainAxisSpace() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the fixed domain axis space.
- getFixedIntervalWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the fixed interval width.
- getFixedLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the fixed legend items, if any.
- getFixedLegendItems() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the fixed legend items, if any.
- getFixedLegendItems() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the fixed legend items, if any.
- getFixedRangeAxisSpace() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the fixed range axis space.
- getFixedRangeAxisSpace() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the fixed range axis space.
- getFollowDataInSubranges() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a flag that controls whether or not the thermometer axis zooms
to display the subrange within which the data value falls.
- getFont() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the font for the annotation.
- getFont() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the font for the annotation.
- getFont() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the font.
- getFont() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the current font used for drawing text.
- getFont() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns the font used to display the label.
- getFont() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the font.
- getFont() - Method in class org.jfree.chart.title.TextTitle
-
Returns the font used to display the title string.
- getFontMetrics(Font) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the font metrics for the specified font.
- getFontRenderContext() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the font render context.
- getForegroundAlpha() - Method in class org.jfree.chart.plot.Plot
-
Returns the alpha-transparency for the plot foreground.
- getForegroundPaint() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the foreground paint.
- getForegroundPaint() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns the foreground paint.
- getFormatString() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the format string (this controls the overall structure of the
label).
- getFrame() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the current frame (border).
- getFrameAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the frame anchor.
- getG2Base() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
-
Returns the base (range) value in Java 2D space.
- getGap() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns the space between subplots.
- getGap() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns the gap between subplots, measured in Java2D units.
- getGap() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Returns the space between subplots.
- getGap() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns the space between subplots.
- getGap() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the gap.
- getGap() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the gap, in Java2D units, between the two outlines that
represent the thermometer.
- getGapThreshold() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the gap threshold for discontinuous lines.
- getGapThresholdType() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the gap threshold type (relative or absolute).
- getGenerateEntities() - Method in class org.jfree.chart.block.BlockParams
-
Returns the flag that controls whether or not chart entities are
generated.
- getGenerateEntities() - Method in interface org.jfree.chart.block.EntityBlockParams
-
Returns a flag that controls whether or not the block should return
entities for the items it draws.
- getGradientPaintTransformer() - Method in class org.jfree.chart.plot.dial.DialBackground
-
Returns the transformer used to adjust the coordinates of any
GradientPaint instance used for the background paint.
- getGradientPaintTransformer() - Method in class org.jfree.chart.plot.IntervalMarker
-
Returns the gradient paint transformer.
- getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the gradient paint transformer (an object used to transform
gradient paint objects to fit each bar).
- getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the gradient paint transformer (an object used to transform
gradient paint objects to fit each bar).
- getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Returns the gradient paint transformer, or null.
- getGradientTransformer() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns the gradient paint transformer.
- getGridBandAlternatePaint() - Method in class org.jfree.chart.axis.SymbolAxis
-
Returns the paint used for alternate grid bands.
- getGridBandAlternatePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the grid band alternate paint (used for a
SymbolAxis).
- getGridBandPaint() - Method in class org.jfree.chart.axis.SymbolAxis
-
Returns the paint used to color the grid bands.
- getGridBandPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the grid band paint.
- getGroup() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the dataset group.
- getGroup() - Method in class org.jfree.data.general.AbstractDataset
-
Returns the dataset group for the dataset.
- getGroup() - Method in interface org.jfree.data.general.Dataset
-
Returns the dataset group.
- getGroup(Comparable) - Method in class org.jfree.data.KeyToGroupMap
-
Returns the group that a key is mapped to.
- getGroupCount() - Method in class org.jfree.data.KeyToGroupMap
-
Returns the number of groups in the map.
- getGroupIndex(Comparable) - Method in class org.jfree.data.KeyToGroupMap
-
Returns the index for the group.
- getGroupPaint() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns the paint used to draw the line between the minimum and maximum
value items in each category.
- getGroups() - Method in class org.jfree.data.KeyToGroupMap
-
Returns a list of the groups (always including the default group) in the
map.
- getGroupSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the number of segments in a segment group.
- getGroupStroke() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns the stroke used to draw the line between the minimum and maximum
value items in each category.
- getGuideLinePaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns the paint used to draw the guide lines.
- getGuideLineStroke() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns the stroke used to draw the guide lines.
- getHeadPercent() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the head percent.
- getHeight() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the height (in data space) of the data rectangle into which the
image will be drawn.
- getHeight(Graphics2D) - Method in class org.jfree.chart.axis.MarkerAxisBand
-
Returns the height of the band.
- getHeight() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the natural height of the block, if this is known in advance.
- getHeight() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the fixed height.
- getHeight() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Get the height of this item.
- getHeightConstraintType() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the constraint type.
- getHeightRange() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the width range.
- getHigh(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the high-value for the specified series and item.
- getHigh(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the high-value for the specified series and item.
- getHigh() - Method in class org.jfree.data.time.ohlc.OHLC
-
Returns the high value.
- getHigh(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the high-value for an item within a series.
- getHigh(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the high-value for one item in a series.
- getHigh(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the high value.
- getHigh() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the high value.
- getHigh(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the high-value for the specified series and item.
- getHighlightPaint() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the highlight paint.
- getHighValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the high-value (as a double primitive) for an item within a
series.
- getHighValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the high-value (as a double primitive) for an item within a
series.
- getHighValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the high value.
- getHighValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the high-value for an item within a series.
- getHighValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the high-value (as a double primitive) for an item within a
series.
- getHighValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the high-value (as a double primitive) for an item within a
series.
- getHighValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the high-value (as a double primitive) for an item within a
series.
- getHorizontalAlignment() - Method in class org.jfree.chart.title.Title
-
Returns the horizontal alignment of the title.
- getHorizontalAxisTrace() - Method in class org.jfree.chart.ChartPanel
-
Returns the flag that controls whether or not a horizontal axis trace
line is drawn over the plot area at the current mouse location.
- getHorizontalTraceLine() - Method in class org.jfree.chart.ChartPanel
-
Returns the horizontal trace line.
- getHour() - Method in class org.jfree.data.time.Hour
-
Returns the hour.
- getHour() - Method in class org.jfree.data.time.Minute
-
Returns the hour.
- getHourSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the string that is appended to the hour count.
- getHourValue() - Method in class org.jfree.data.time.Minute
-
Returns the hour.
- getIcon(Shape, Paint, Paint) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns an icon.
- getIcon(Shape, boolean, boolean) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns an icon from a shape.
- getID() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the id.
- getID() - Method in interface org.jfree.chart.block.Block
-
Returns an ID for the block.
- getID() - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Returns the ID for the handler.
- getID() - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Returns the ID for the handler.
- getID() - Method in class org.jfree.data.general.DatasetGroup
-
Returns the identification string for this group.
- getIgnoreNullValues() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the flag that controls whether null values in the
dataset are ignored.
- getIgnoreZeroValues() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the flag that controls whether zero values in the
dataset are ignored.
- getIgnoreZeroValues() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Returns the flag that controls whether or not zero values are drawn
by the renderer.
- getImage() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the image for the annotation.
- getImage() - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Returns the image for the annotation.
- getImage(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the image used to draw a single data item.
- getImage() - Method in class org.jfree.chart.title.ImageTitle
-
Returns the image for the title.
- getImageAnchor() - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Returns the image anchor for the annotation.
- getImageHotspot(Plot, int, int, double, double, Image) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the hotspot of the image used to draw a single data item.
- getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Creates an HTML image map.
- getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
-
Creates an HTML image map.
- getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
-
Creates an image map element that complies with the XHTML 1.0
specification.
- getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
-
Creates an image map element that complies with the XHTML 1.0
specification.
- getImageMapAreaTag(ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Method in class org.jfree.chart.entity.ChartEntity
-
Returns an HTML image map tag for this entity.
- getIncludeBaseInRange() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- getIncludeInDataBounds() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
-
Returns a flag that determines whether or not the annotation's
bounds should be taken into account for auto-range calculations on
the axes that the annotation is plotted against.
- getIncludeInDataBounds() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the flag that controls whether or not the annotation should
contribute to the autoRange for the axis it is plotted against.
- getIncompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Returns the paint used to show the percentage incomplete.
- getIndex() - Method in class org.jfree.chart.entity.ContourEntity
-
Deprecated.
Returns the index.
- getIndex(Comparable) - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the index for a given key, or -1 if there is no
such key.
- getIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
-
Returns the index for a given key.
- getIndex(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns the index for a key, or -1 if the key is not recognised.
- getIndex(Comparable) - Method in class org.jfree.data.KeyedObjects
-
Returns the index for a given key, or -1.
- getIndex(Comparable) - Method in interface org.jfree.data.KeyedValues
-
Returns the index for a given key.
- getIndex(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
-
Returns the index for the item (if any) that corresponds to a time
period.
- getIndexOf(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the index of the specified renderer, or -1 if the
renderer is not assigned to this plot.
- getIndexOf(PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the index of the specified renderer, or -1 if the
renderer is not assigned to this plot.
- getIndexOf(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the index of the specified renderer, or -1 if the
renderer is not assigned to this plot.
- getInfo() - Method in class org.jfree.chart.renderer.RendererState
-
Returns the plot rendering info.
- getInitialDelay() - Method in class org.jfree.chart.ChartPanel
-
Returns the initial tooltip delay value used inside this chart panel.
- getInnerRadius() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the inner radius, relative to the framing rectangle.
- getInnerRadius() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the inner radius.
- getInnerSeparatorExtension() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the length of the inner extension of the separator line that
is drawn between sections, expressed as a percentage of the depth of
the section.
- getInsets() - Method in class org.jfree.chart.block.BlockBorder
-
Returns the space reserved for the border.
- getInsets() - Method in interface org.jfree.chart.block.BlockFrame
-
Returns the space reserved for the border.
- getInsets() - Method in class org.jfree.chart.block.LineBorder
-
Returns the insets.
- getInsets() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the insets.
- getInsets() - Method in class org.jfree.chart.plot.Plot
-
Returns the insets for the plot area.
- getInstance(Axis) - Static method in class org.jfree.chart.editor.DefaultAxisEditor
-
A static method that returns a panel that is appropriate for the axis
type.
- getInstance(ColorBar) - Static method in class org.jfree.chart.editor.DefaultColorBarEditor
-
A static method that returns a panel that is appropriate for the axis
type.
- getIntercept() - Method in class org.jfree.data.function.LineFunction2D
-
Returns the 'a' coefficient that was specified in the constructor.
- getInteriorGap() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the interior gap, measured as a percentage of the available
drawing space.
- getInteriorGap() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the interior gap, measured as a percentage of the available
drawing space.
- getIntervalPositionFactor() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the interval position factor.
- getIntervalPositionFactor() - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the interval position factor.
- getIntervalPositionFactor() - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the interval position factor.
- getIntervalPositionFactor() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the interval position factor.
- getIntervals() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns an unmodifiable list of the intervals for the plot.
- getIntervalWidth() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the full interval width.
- getIntervalWidth() - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
returns the full interval width.
- getIntervalWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the interval width.
- getIntervalWidth() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the interval width.
- getItem() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Returns the legend item.
- getItem() - Method in class org.jfree.chart.entity.XYItemEntity
-
Returns the item index.
- getItem(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Return an item from within the dataset.
- getItem(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Return an item from within the dataset.
- getItem(int) - Method in class org.jfree.data.xy.MatrixSeries
-
Return the matrix item at the specified index.
- getItem(int) - Method in class org.jfree.data.xy.NormalizedMatrixSeries
-
Returns an item.
- getItemColumn(int) - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the column of the specified item.
- getItemContainer() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the container that holds the legend items.
- getItemCount() - Method in class org.jfree.chart.LegendItemCollection
-
Returns the number of legend items in the collection.
- getItemCount() - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
-
Returns the number of items in the list.
- getItemCount() - Method in class org.jfree.chart.renderer.OutlierList
-
Returns the number of outliers in the list.
- getItemCount(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the number of items for the given series.
- getItemCount() - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the number of items (values) in the collection.
- getItemCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
- getItemCount() - Method in class org.jfree.data.ComparableObjectSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.DefaultKeyedValues
-
Returns the number of items (values) in the collection.
- getItemCount() - Method in class org.jfree.data.gantt.TaskSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the number of items (tasks) in the specified series.
- getItemCount(int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the number of items in a series.
- getItemCount() - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns the number of items in the dataset.
- getItemCount() - Method in class org.jfree.data.general.Series
-
Returns the number of data items in the series.
- getItemCount(int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the number of items in a series.
- getItemCount(int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the number of items in all series.
- getItemCount() - Method in class org.jfree.data.KeyedObjects
-
Returns the number of items (values) in the collection.
- getItemCount(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the number of data items for a series.
- getItemCount() - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Returns the item count.
- getItemCount(int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the number of items in a series.
- getItemCount(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the number of items in a series.
- getItemCount(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.time.TimeSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the number of items in ALL series.
- getItemCount(int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the number of items in a series.
- getItemCount() - Method in interface org.jfree.data.Values
-
Returns the number of items (values) in the collection.
- getItemCount() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the number of x values in the dataset.
- getItemCount(int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the item count for the specified series.
- getItemCount() - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the number of x values in the dataset.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the number of items in a series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount() - Method in interface org.jfree.data.xy.TableXYDataset
-
Returns the number of items every series.
- getItemCount(int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the number of items in a series.
- getItemCount(int) - Method in interface org.jfree.data.xy.XYDataset
-
Returns the number of items in a series.
- getItemCount(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount() - Method in class org.jfree.data.xy.XYSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the number of items in the specified series.
- getItemCount(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the number of items in the specified series.
- getItemCreateEntity(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns a boolean that indicates whether or not the specified item
should have a chart entity created for it.
- getItemEndValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getItemFillPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to fill data items as they are drawn.
- getItemFont() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the item font.
- getItemLabelAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
-
Returns the item label anchor.
- getItemLabelAnchorOffset() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the item label anchor offset.
- getItemLabelFont(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the font for an item label.
- getItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the font for an item label.
- getItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the font for an item label.
- getItemLabelFont() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the item label generator for a data item.
- getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label generator for the specified data item.
- getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the label generator for a data item.
- getItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label generator for a data item.
- getItemLabelPadding() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the padding used for the items labels.
- getItemLabelPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to draw an item label.
- getItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to draw an item label.
- getItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to draw an item label.
- getItemLabelPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getItemLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the item label paint.
- getItemLineVisible(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the line for an item is
visible.
- getItemLineVisible(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the shape for an item is
visible.
- getItemMargin() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the item margin as a percentage of the available space for all
bars.
- getItemMargin() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the item margin.
- getItemMargin() - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Returns the item margin.
- getItemMargin() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the item margin, which is the gap between items within a
category (expressed as a percentage of the overall category width).
- getItemMargin() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the item margin, which is the gap between items within a
category (expressed as a percentage of the overall category width).
- getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the Java2D coordinate for the middle of the specified data item.
- getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the Java2D coordinate for the middle of the specified data item.
- getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Returns the Java2D coordinate for the middle of the specified data item.
- getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Returns the Java2D coordinate for the middle of the specified data item.
- getItemOutlinePaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to outline data items as they are drawn.
- getItemOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to outline data items as they are drawn.
- getItemOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to outline data items as they are drawn.
- getItemOutlineStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the stroke used to outline data items.
- getItemOutlineStroke(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the stroke used to outline data items.
- getItemOutlineStroke(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the stroke used to outline data items.
- getItemPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to color data items as they are drawn.
- getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to fill data items as they are drawn.
- getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to color data items as they are drawn.
- getItemPaint() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the item paint.
- getItemParameterName() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Returns the item parameter name.
- getItemRow(int) - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the row of the specified item.
- getItems() - Method in class org.jfree.data.time.TimeSeries
-
Returns the list of data items for the series (the list contains
TimeSeriesDataItem objects and is unmodifiable).
- getItems() - Method in class org.jfree.data.xy.XYSeries
-
Returns the list of data items for the series (the list contains
XYDataItem objects and is unmodifiable).
- getItemShape(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns a shape used to represent a data item.
- getItemShape(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns a shape used to represent a data item.
- getItemShape(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns a shape used to represent a data item.
- getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the shape for an item
is filled.
- getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the flag used to control whether or not the shape for an item
is filled.
- getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the flag used to control whether or not the shape for an item is
filled.
- getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the shape for an item
is filled.
- getItemShapeVisible(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the shape for an item is
visible.
- getItemShapeVisible(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the shape for an item is
visible.
- getItemStartValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getItemStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the stroke used to draw data items.
- getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the stroke used to draw data items.
- getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the stroke used to draw data items.
- getItemURLGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the URL generator for a data item.
- getItemURLGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the URL generator for an item.
- getItemValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getItemVisible(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns a boolean that indicates whether or not the specified item
should be drawn.
- getItemVisible(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns a boolean that indicates whether or not the specified item
should be drawn (this is typically used to hide an entire series).
- getItemVisible(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns a boolean that indicates whether or not the specified item
should be drawn (this is typically used to hide an entire series).
- getKey() - Method in class org.jfree.chart.entity.CategoryLabelEntity
-
Returns the category key.
- getKey() - Method in class org.jfree.chart.plot.CategoryMarker
-
Returns the key.
- getKey() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the key for the section that the label applies to.
- getKey(int) - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the key at the specified index.
- getKey() - Method in class org.jfree.data.DefaultKeyedValue
-
Returns the key.
- getKey(int) - Method in class org.jfree.data.DefaultKeyedValues
-
Returns a key.
- getKey() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
-
Returns the key associated with the value, or null if the
dataset has no data item.
- getKey(int) - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns the key for the specified item, or null.
- getKey() - Method in class org.jfree.data.general.Series
-
Returns the key for the series.
- getKey() - Method in class org.jfree.data.KeyedObject
-
Returns the key.
- getKey(int) - Method in class org.jfree.data.KeyedObjects
-
Returns the key at the specified position in the list.
- getKey() - Method in interface org.jfree.data.KeyedValue
-
Returns the key associated with the value.
- getKey(int) - Method in interface org.jfree.data.KeyedValues
-
Returns the key associated with the item at a given position.
- getKey() - Method in class org.jfree.data.xml.ItemHandler
-
Returns the key that has been read by the handler, or null.
- getKeyCount(Comparable) - Method in class org.jfree.data.KeyToGroupMap
-
Returns the number of keys mapped to the specified group.
- getKeys() - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the keys for the dataset.
- getKeys() - Method in class org.jfree.data.DefaultKeyedValues
-
Returns the keys for the values in the collection.
- getKeys() - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns the categories in the dataset.
- getKeys() - Method in class org.jfree.data.KeyedObjects
-
Returns a list containing all the keys in the list.
- getKeys() - Method in interface org.jfree.data.KeyedValues
-
Returns the keys for the values in the collection.
- getLabel() - Method in class org.jfree.chart.axis.Axis
-
Returns the label for the axis.
- getLabel() - Method in class org.jfree.chart.axis.CategoryTick
-
Returns the label.
- getLabel() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current axis label.
- getLabel() - Method in class org.jfree.chart.LegendItem
-
Returns the label.
- getLabel() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns the label text.
- getLabel() - Method in class org.jfree.chart.plot.Marker
-
Returns the label (if null no label is displayed).
- getLabel() - Method in class org.jfree.chart.plot.MeterInterval
-
Returns the label.
- getLabel() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the label.
- getLabelAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the text block anchor.
- getLabelAnchor() - Method in class org.jfree.chart.axis.CategoryTick
-
Returns the label anchor.
- getLabelAnchor() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label anchor point.
- getLabelAnchor() - Method in class org.jfree.chart.plot.Marker
-
Returns the label anchor.
- getLabelAngle() - Method in class org.jfree.chart.axis.Axis
-
Returns the angle of the axis label.
- getLabelBackgroundColor() - Method in class org.jfree.chart.plot.Marker
-
Returns the label background color.
- getLabelBackgroundPaint() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label background paint.
- getLabelBackgroundPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label background paint.
- getLabelDistributor() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the object responsible for the vertical layout of the pie
section labels.
- getLabelEnclosure(Graphics2D, RectangleEdge) - Method in class org.jfree.chart.axis.Axis
-
Returns a rectangle that encloses the axis label.
- getLabelFont() - Method in class org.jfree.chart.axis.Axis
-
Returns the font for the axis label.
- getLabelFont() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the label font.
- getLabelFont() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current label font.
- getLabelFont() - Method in class org.jfree.chart.LegendItem
-
Returns the label font.
- getLabelFont() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the label font.
- getLabelFont() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label font.
- getLabelFont() - Method in class org.jfree.chart.plot.Marker
-
Returns the label font.
- getLabelFont() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label font.
- getLabelFont() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the series label font.
- getLabelFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Returns the label format string.
- getLabelFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Returns the label format string.
- getLabelGap() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the gap between the edge of the pie and the labels, expressed as
a percentage of the plot width.
- getLabelGenerator() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the crosshair label generator.
- getLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label generator.
- getLabelGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the label generator.
- getLabelHeight() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the label height (you could derive this from the label itself,
but we cache the value so it can be retrieved quickly).
- getLabelInfo() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns an array of label info records.
- getLabelInsets() - Method in class org.jfree.chart.axis.Axis
-
Returns the insets for the label (that is, the amount of blank space
that should be left around the label).
- getLabelInsets() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current label insets value
- getLabelLinkDepth() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the distance that the end of the label link is embedded into
the plot, expressed as a percentage of the plot's radius.
- getLabelLinkDepth() - Method in class org.jfree.chart.plot.RingPlot
-
This method overrides the default value for cases where the ring plot
is very thin.
- getLabelLinkMargin() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the margin (expressed as a percentage of the width or height)
between the edge of the pie and the link point.
- getLabelLinkPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the paint used for the lines that connect pie sections to their
corresponding labels.
- getLabelLinkPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the label link paint for pie charts.
- getLabelLinkStroke() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the stroke used for the label linking lines.
- getLabelLinkStyle() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the label link style.
- getLabelLinkStyle() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the label link style for pie charts.
- getLabelLinksVisible() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the flag that controls whether or not label linking lines are
visible.
- getLabelLocation() - Method in class org.jfree.chart.axis.Axis
-
Returns the location of the axis label.
- getLabelOffset() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the label offset.
- getLabelOffset() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the label offset.
- getLabelOffset() - Method in class org.jfree.chart.plot.Marker
-
Returns the label offset.
- getLabelOffsetType() - Method in class org.jfree.chart.plot.Marker
-
Returns the label offset type.
- getLabelOutlinePaint() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label outline paint.
- getLabelOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label outline paint.
- getLabelOutlineStroke() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label outline stroke.
- getLabelOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label outline stroke.
- getLabelPadding() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the label padding.
- getLabelPaint() - Method in class org.jfree.chart.axis.Axis
-
Returns the color/shade used to draw the axis label.
- getLabelPaint() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the label paint.
- getLabelPaint() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current label paint.
- getLabelPaint() - Method in class org.jfree.chart.LegendItem
-
Returns the paint used to draw the label.
- getLabelPaint() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the label paint.
- getLabelPaint() - Method in class org.jfree.chart.plot.Marker
-
Returns the label paint.
- getLabelPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label paint.
- getLabelPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the series label paint.
- getLabelPosition(RectangleEdge) - Method in class org.jfree.chart.axis.CategoryLabelPositions
-
Returns the category label position specification for an axis at the
given location.
- getLabelPosition() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Returns the label position.
- getLabelShadowPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the section label shadow paint.
- getLabelTemplate() - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Returns the label template string.
- getLabelTextAnchor() - Method in class org.jfree.chart.plot.Marker
-
Returns the label text anchor.
- getLabelType() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the label type.
- getLabelXOffset() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the x-offset for the label (in Java2D units).
- getLabelYOffset() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the y-offset for the label (in Java2D units).
- getLargeFont() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the large font for this theme.
- getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.StandardTickUnitSource
-
Returns a tick unit that is larger than the supplied unit.
- getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
-
Returns a tick unit that is larger than the supplied unit.
- getLargerTickUnit(TickUnit) - Method in interface org.jfree.chart.axis.TickUnitSource
-
Returns the smallest tick unit available in the source that is larger
than unit or, if there is no larger unit, returns
unit.
- getLast() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the last time period in the axis range.
- getLastBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Returns the paint used to draw the last bar.
- getLastItemIndex() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
- getLastMillisecond() - Method in class org.jfree.data.time.Day
-
Returns the last millisecond of the day.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Day
-
Returns the last millisecond of the day, evaluated using the supplied
calendar (which determines the time zone).
- getLastMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the last millisecond of the time period.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the last millisecond of the time period.
- getLastMillisecond() - Method in class org.jfree.data.time.Hour
-
Returns the last millisecond of the hour.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
-
Returns the last millisecond of the hour.
- getLastMillisecond() - Method in class org.jfree.data.time.Millisecond
-
Returns the last millisecond of the second.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
-
Returns the last millisecond of the time period.
- getLastMillisecond() - Method in class org.jfree.data.time.Minute
-
Returns the last millisecond of the minute.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
-
Returns the last millisecond of the minute.
- getLastMillisecond() - Method in class org.jfree.data.time.Month
-
Returns the last millisecond of the month.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Month
-
Returns the last millisecond of the month, evaluated using the supplied
calendar (which determines the time zone).
- getLastMillisecond() - Method in class org.jfree.data.time.Quarter
-
Returns the last millisecond of the quarter.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Quarter
-
Returns the last millisecond of the Quarter, evaluated using the
supplied calendar (which determines the time zone).
- getLastMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the last millisecond of the time period.
- getLastMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
-
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the last millisecond of the time period, evaluated using the
supplied calendar (which incorporates a timezone).
- getLastMillisecond() - Method in class org.jfree.data.time.Second
-
Returns the last millisecond of the second.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Second
-
Returns the last millisecond of the second.
- getLastMillisecond() - Method in class org.jfree.data.time.Week
-
Returns the last millisecond of the week.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Week
-
Returns the last millisecond of the week, evaluated using the supplied
calendar (which determines the time zone).
- getLastMillisecond() - Method in class org.jfree.data.time.Year
-
Returns the last millisecond of the year.
- getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Year
-
Returns the last millisecond of the year, evaluated using the supplied
calendar (which determines the time zone).
- getLastSeriesPoints() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Returns the last series points.
- getLatestAngle() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the latest angle.
- getLayerIndex(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the index for the specified layer.
- getLeft() - Method in class org.jfree.chart.axis.AxisSpace
-
Returns the space reserved for axes at the left of the plot area.
- getLeftArrow() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns a shape that can be displayed as an arrow pointing left at the
end of an axis line.
- getLegend() - Method in class org.jfree.chart.JFreeChart
-
Returns the legend for the chart, if there is one.
- getLegend(int) - Method in class org.jfree.chart.JFreeChart
-
Returns the nth legend for a chart, or null.
- getLegendArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns the shape used to represent an area in the legend.
- getLegendArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Returns the shape used to represent an area in the legend.
- getLegendBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the legend background paint.
- getLegendBar() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the shape used to represent bars in each legend item.
- getLegendCollection() - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Builds the list of legend entries.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns a legend item for a series.
- getLegendItem(int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Return the legend for the given series.
- getLegendItem(int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Return the legend for the given series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns a default legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns a legend item for a series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns a default legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Returns a default legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns a default legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Returns a legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns a default legend item for the specified series.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Returns a legend item for the specified series.
- getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns a legend item for a series from a dataset.
- getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns a legend item for the specified series.
- getLegendItemCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
- getLegendItemGraphicAnchor() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the legend item graphic anchor.
- getLegendItemGraphicEdge() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the location of the shape within each legend item.
- getLegendItemGraphicLocation() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the legend item graphic location.
- getLegendItemGraphicPadding() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the padding that will be applied to each item graphic.
- getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the legend item label generator.
- getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the legend item label generator.
- getLegendItemLabelGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the legend item label generator.
- getLegendItemLabels() - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
- getLegendItemPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the legend item paint.
- getLegendItems() - Method in interface org.jfree.chart.LegendItemSource
-
Returns a (possibly empty) collection of legend items.
- getLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns a collection of legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns a collection of legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Returns a collection of legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns a collection of legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns an item for each interval.
- getLegendItems() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns a collection of legend items for the pie chart.
- getLegendItems() - Method in class org.jfree.chart.plot.PiePlot
-
Returns a collection of legend items for the pie chart.
- getLegendItems() - Method in class org.jfree.chart.plot.Plot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns a collection of legend items for the spider web chart.
- getLegendItems() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.plot.WaferMapPlot
-
Return the legend items from the renderer.
- getLegendItems() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the legend items for the plot.
- getLegendItems() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing.
- getLegendItems() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing.
- getLegendItemShape() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the shape used for legend items.
- getLegendItemShape() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the shape used for legend items.
- getLegendItemShape() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the shape used for legend items.
- getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the legend item tool tip generator.
- getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the legend item tool tip generator.
- getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the legend item tool tip generator.
- getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the legend item URL generator.
- getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the legend item URL generator.
- getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the legend item URL generator.
- getLegendLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the legend label generator.
- getLegendLabelToolTipGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the legend label tool tip generator.
- getLegendLabelURLGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the legend label URL generator.
- getLegendLine() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the shape used to represent a line in the legend.
- getLegendLine() - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
- getLegendLine() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the shape used to represent a line in the legend.
- getLegendLine() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns the shape used to represent a line in the legend.
- getLegendLine() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the shape used to represent a line in the legend.
- getLegendShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the legend shape defined for the specified series (possibly
null).
- getLegendShape() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Returns the shape used to represent an item in the legend.
- getLegendTextFont(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the legend text font defined for the specified series (possibly
null).
- getLegendTextPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the legend text paint defined for the specified series (possibly
null).
- getLength() - Method in class org.jfree.data.Range
-
Returns the length of the range.
- getLength() - Method in class org.jfree.data.xy.Vector
-
Returns the length of the vector.
- getLimit() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the limit (as a percentage) below which small pie sections are
aggregated.
- getLine() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Returns the list.
- getLine() - Method in class org.jfree.chart.LegendItem
-
Returns the line.
- getLine() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Returns the working line.
- getLine() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the line centered about (0, 0).
- getLinearFit(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
-
Fits a straight line to a set of (x, y) data, returning the slope and
intercept.
- getLinePaint() - Method in class org.jfree.chart.LegendItem
-
Returns the paint used for lines.
- getLinePaint() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the line paint.
- getLineStroke() - Method in class org.jfree.chart.LegendItem
-
Returns the line stroke for the series.
- getLineStroke() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the line stroke.
- getLinesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- getLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- getLinkArea() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the link area.
- getLinkPercent() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the link percent.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jfree.chart.editor.PaletteSample
-
Deprecated.
Returns a list cell renderer for the stroke, so the sample can be
displayed in a list or combo.
- getListCount() - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Returns the number of tool tip lists stored by the renderer.
- getListCount() - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Returns the number of URL lists stored by the renderer.
- getListCount() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
-
Returns the number of URL maps stored by the renderer.
- getListCount() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
-
Returns the number of URL lists stored by the renderer.
- getListeners(Class) - Method in class org.jfree.chart.ChartPanel
-
Returns an array of the listeners of the given type registered with the
panel.
- getListeners(Class) - Method in class org.jfree.chart.plot.Marker
-
Returns an array containing all the listeners of the specified type.
- getLocale() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the locale for this axis.
- getLocale() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the locale for this axis.
- getLog10TickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the 'log10TickLabelsFlag' flag.
- getLogo() - Method in class org.jfree.chart.JFreeChartInfo
-
Returns the JFreeChart logo (a picture of a gorilla).
- getLow(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the low-value for the specified series and item.
- getLow(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the low-value for the specified series and item.
- getLow() - Method in class org.jfree.data.time.ohlc.OHLC
-
Returns the low value.
- getLow(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the low-value for an item within a series.
- getLow(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the low-value for one item in a series.
- getLow(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the low value.
- getLow() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the low value.
- getLow(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the low-value for the specified series and item.
- getLowerBound() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the lower bound of the axis range.
- getLowerBound() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the lower bound (a data value) of the dial range.
- getLowerBound() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the lower bound for the scale.
- getLowerBound() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the lower bound for the thermometer.
- getLowerBound() - Method in class org.jfree.chart.renderer.GrayPaintScale
-
Returns the lower bound.
- getLowerBound() - Method in class org.jfree.chart.renderer.LookupPaintScale
-
Returns the lower bound.
- getLowerBound() - Method in interface org.jfree.chart.renderer.PaintScale
-
Returns the lower bound for the scale.
- getLowerBound() - Method in class org.jfree.data.Range
-
Returns the lower bound for the range.
- getLowerBound() - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Returns the lower bound.
- getLowerClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the lower clip value.
- getLowerDate() - Method in class org.jfree.data.time.DateRange
-
Returns the lower (earlier) date for the range.
- getLowerMargin() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the lower margin for the axis.
- getLowerMargin() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the lower margin for the axis, expressed as a percentage of the
axis range.
- getLowerMillis() - Method in class org.jfree.data.time.DateRange
-
Returns the lower bound of the range in milliseconds.
- getLowerY() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the lower bound of the label.
- getLowValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the low-value (as a double primitive) for an item within a
series.
- getLowValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the low-value (as a double primitive) for an item within a
series.
- getLowValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the low value.
- getLowValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the low-value for an item within a series.
- getLowValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the low-value (as a double primitive) for an item within a
series.
- getLowValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the low-value (as a double primitive) for an item within a
series.
- getLowValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the low-value (as a double primitive) for an item within a
series.
- getMajorTickIncrement() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the increment (in data units) between major tick labels.
- getMajorTickLength() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the length factor for the major tick marks.
- getMajorTickPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the major tick paint.
- getMajorTickStroke() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the stroke used to draw the major tick marks.
- getMajorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the class that controls the spacing of the major tick marks.
- getMap() - Method in interface org.jfree.data.general.CombinationDataset
-
Deprecated.
Returns a map or indirect indexing form our series into parent's series.
- getMap() - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns a map or indirect indexing form our series into parent's series.
- getMap() - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns a map or indirect indexing form our series into parent's series.
- getMargin() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the margin.
- getMargin() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the margin around the plot area.
- getMargin() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the margin which is a percentage amount by which the bars are
trimmed.
- getMarker() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Get the marker.
- getMarker() - Method in class org.jfree.chart.event.MarkerChangeEvent
-
Returns the marker that triggered the event.
- getMarkerBand() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns the (optional) marker band for the axis.
- getMax() - Method in class org.jfree.chart.axis.AxisState
-
Returns the maximum width/height.
- getMaxCandleWidthInMilliseconds() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the maximum width (in milliseconds) of each candle.
- getMaxChipX() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the wafer x-dimension.
- getMaxChipY() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the number of chips in the y-dimension.
- getMaxDim(Graphics2D, RectangleEdge) - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Returns the maximum of the relevant dimension (height or width) of the
subcategory labels.
- getMaxEndIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the maximum end milliseconds.
- getMaxHeight() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the maximum height.
- getMaxIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns the icon displayed for the maximum value data item within each
category.
- getMaximum(double[]) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the maximum value in an array of values.
- getMaximumBarWidth() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the maximum bar width, as a percentage of the available drawing
space.
- getMaximumBarWidth() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the maximum bar width as a percentage of the available drawing
space.
- getMaximumCategoryCount() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the maximum category count.
- getMaximumCategoryCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the maximum category count.
- getMaximumCategoryLabelLines() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the maximum number of lines to use for each category label.
- getMaximumCategoryLabelWidthRatio() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the category label width ratio.
- getMaximumDate() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the latest date visible on the axis.
- getMaximumDrawHeight() - Method in class org.jfree.chart.ChartPanel
-
Returns the maximum drawing height for charts.
- getMaximumDrawWidth() - Method in class org.jfree.chart.ChartPanel
-
Returns the maximum drawing width for charts.
- getMaximumExplodePercent() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the maximum explode percent.
- getMaximumItemAge() - Method in class org.jfree.data.time.TimeSeries
-
Returns the maximum item age (in time periods) for the series.
- getMaximumItemCount() - Method in class org.jfree.data.ComparableObjectSeries
-
Returns the maximum number of items that will be retained in the series.
- getMaximumItemCount() - Method in class org.jfree.data.time.TimeSeries
-
Returns the maximum number of items that will be retained in the series.
- getMaximumItemCount() - Method in class org.jfree.data.xy.XYSeries
-
Returns the maximum number of items that will be retained in the series.
- getMaximumItemWidth() - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Returns the maximum width, as a percentage of the available drawing
space.
- getMaximumLabelWidth() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the maximum label width as a percentage of the plot width.
- getMaximumLinesToDisplay() - Method in class org.jfree.chart.title.TextTitle
-
Returns the maximum number of lines to display.
- getMaximumValue() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
Returns the current setting of the maximum value in the axis range.
- getMaximumVerticalDataValue() - Method in class org.jfree.chart.plot.ThermometerPlot
-
- getMaximumXValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the highest x-value represented in this dataset.
- getMaximumXValue() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the highest x-value represented in this dataset.
- getMaximumYValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the highest y-value represented in this dataset.
- getMaximumYValue() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the highest y-value represented in this dataset.
- getMaxItemWidth() - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
- getMaxMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the maximum middle
milliseconds.
- getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the maximum outlier (non-farout) for an item.
- getMaxOutlier(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the maximum outlier (non-farout) for an item.
- getMaxOutlier() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the maximum outlier.
- getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the maximum value which is not a farout, ie Q3 + (interquartile
range * farout coefficient).
- getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the maximum outlier (non farout) value for an item.
- getMaxOutlier(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the maximum outlier (non farout) value for an item.
- getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the maximum value which is not a farout, ie Q3 + (interquartile
range * farout coefficient).
- getMaxPaintValue(Integer) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the maximum chip value assigned to a color
in the paintIndex
- getMaxRadius() - Method in class org.jfree.chart.plot.PolarPlot
-
- getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the maximum regular (non-outlier) value for an item.
- getMaxRegularValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the maximum regular (non-outlier) value for an item.
- getMaxRegularValue() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the maximum regular value.
- getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the max-value for the specified series and item.
- getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the maximum regular (non outlier) value for an item.
- getMaxRegularValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the maximum regular (non outlier) value for an item.
- getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the max-value for the specified series and item.
- getMaxStartIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the maximum start milliseconds.
- getMaxTemplateValue() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the template value for the maximum size of the indicator
bounds.
- getMaxValue() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the maximum value any category axis can take.
- getMaxValue() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the maximum value stored in the dataset.
- getMaxWidth() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the maximum width.
- getMaxX() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Returns the largest X coordinate of the framing rectangle of this legend
item.
- getMaxX() - Method in class org.jfree.data.xy.XYSeries
-
Returns the largest x-value in the series, ignoring any Double.NaN
values.
- getMaxY() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Returns the largest Y coordinate of the framing rectangle of this legend
item.
- getMaxY() - Method in class org.jfree.data.time.TimeSeries
-
Returns the largest y-value in the series, ignoring any
null and Double.NaN values.
- getMaxY() - Method in class org.jfree.data.xy.XYSeries
-
Returns the largest y-value in the series, ignoring any Double.NaN
values.
- getMaxZ() - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns the maximum Z value.
- getMaxZValue() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the largest Z data value.
- getMaxZValue() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the maximum z-value.
- getMean() - Method in class org.jfree.data.function.NormalDistributionFunction2D
-
Returns the mean for the function.
- getMean() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the mean.
- getMean() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
-
Returns the mean.
- getMeanValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the mean value for an item.
- getMeanValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the average value for an item.
- getMeanValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the mean for the specified series and item.
- getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the mean value for an item.
- getMeanValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the mean value for an item.
- getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the mean for the specified series and item.
- getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the mean value for an item.
- getMeanValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the mean value for an item.
- getMeanValue() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
-
Returns the mean as a double primitive.
- getMeanValue(int, int) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
-
Returns the mean value for an item.
- getMeanValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
-
Returns the mean value for an item.
- getMedian() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the median.
- getMedianValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the median value for an item.
- getMedianValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the median value for an item.
- getMedianValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the median-value for the specified series and item.
- getMedianValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the median value for an item.
- getMedianValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the median value for an item.
- getMedianValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the median-value for the specified series and item.
- getMercuryPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the default mercury paint.
- getMeterAngle() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the meter angle in degrees.
- getMiddleMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the millisecond closest to the middle of the time period.
- getMiddleMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the millisecond closest to the middle of the time period.
- getMiddleMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the millisecond closest to the middle of the time period.
- getMiddleMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
-
- getMiddleMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the millisecond closest to the middle of the time period,
evaluated using the supplied calendar (which incorporates a timezone).
- getMillisecond() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns the millisecond used to reference this segment (always
between the segmentStart and segmentEnd).
- getMillisecond() - Method in class org.jfree.data.time.Millisecond
-
Returns the millisecond.
- getMillisecond(TimePeriodAnchor, Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the millisecond (relative to the epoch) corresponding to the
specified anchor using the supplied calendar
(which incorporates a time zone).
- getMillisecondCount(DateTickUnitType, int) - Static method in class org.jfree.chart.axis.DateTickUnit
-
Returns the (approximate) number of milliseconds for the given unit and
unit count.
- getMinEndIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the minimum end milliseconds.
- getMinIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns the icon displayed for the minimum value data item within each
category.
- getMinimum(double[]) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the minimum value in an array of values.
- getMinimumArcAngleToDraw() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the minimum arc angle that will be drawn.
- getMinimumBarLength() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the minimum bar length (in Java2D units).
- getMinimumDate() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the earliest date visible on the axis.
- getMinimumDrawHeight() - Method in class org.jfree.chart.ChartPanel
-
Returns the minimum drawing height for charts.
- getMinimumDrawWidth() - Method in class org.jfree.chart.ChartPanel
-
Returns the minimum drawing width for charts.
- getMinimumValue() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
Returns the current setting of the minimum value in the axis range.
- getMinimumVerticalDataValue() - Method in class org.jfree.chart.plot.ThermometerPlot
-
- getMinimumXValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the lowest x-value represented in this dataset.
- getMinimumXValue() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the lowest x-value represented in this dataset.
- getMinimumYValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the lowest y-value represented in this dataset.
- getMinimumYValue() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the lowest y-value represented in this dataset.
- getMinMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the minimum middle
milliseconds.
- getMinorTickCount() - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getMinorTickCount() - Method in class org.jfree.chart.axis.TickUnit
-
Returns the minor tick count.
- getMinorTickCount() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the number of minor tick marks to display.
- getMinorTickCount() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the number of minor tick marks between major tick marks.
- getMinorTickLength() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the length factor for the minor tick marks.
- getMinorTickMarkInsideLength() - Method in class org.jfree.chart.axis.Axis
-
Returns the inside length of the minor tick marks.
- getMinorTickMarkInsideLength() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the inside length for the minor tick marks.
- getMinorTickMarkOutsideLength() - Method in class org.jfree.chart.axis.Axis
-
Returns the outside length of the minor tick marks.
- getMinorTickMarkOutsideLength() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the outside length for the minor tick marks.
- getMinorTickMarkPaint() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the paint used to display minor tick marks, if they are
visible.
- getMinorTickMarkStroke() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the stroke used to display minor tick marks, if they are
visible.
- getMinorTickPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the paint used to draw the minor tick marks.
- getMinorTickStroke() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the stroke used to draw the minor tick marks.
- getMinorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the class that controls the spacing of the minor tick marks.
- getMinOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the minimum outlier (non-farout) for an item.
- getMinOutlier(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the minimum outlier (non-farout) for an item.
- getMinOutlier() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the minimum outlier.
- getMinOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the minimum value which is not a farout.
- getMinOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the minimum outlier (non farout) value for an item.
- getMinOutlier(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the minimum outlier (non farout) value for an item.
- getMinOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the minimum value which is not a farout.
- getMinPaintValue(Integer) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the minimum chip value assigned to a color
in the paintIndex
- getMinRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the minimum regular (non-outlier) value for an item.
- getMinRegularValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the minimum regular (non-outlier) value for an item.
- getMinRegularValue() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the minimum regular value.
- getMinRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the min-value for the specified series and item.
- getMinRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the minimum regular (non outlier) value for an item.
- getMinRegularValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the minimum regular (non outlier) value for an item.
- getMinRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the min-value for the specified series and item.
- getMinStartIndex() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the index of the time period with the minimum start milliseconds.
- getMinute() - Method in class org.jfree.data.time.Minute
-
Returns the minute.
- getMinute() - Method in class org.jfree.data.time.Second
-
Returns the minute.
- getMinuteSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the string that is appended to the minute count.
- getMinValue() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the minimum value stored in the dataset.
- getMinX() - Method in class org.jfree.data.xy.XYSeries
-
Returns the smallest x-value in the series, ignoring any Double.NaN
values.
- getMinY() - Method in class org.jfree.data.time.TimeSeries
-
Returns the smallest y-value in the series, ignoring any
null and Double.NaN values.
- getMinY() - Method in class org.jfree.data.xy.XYSeries
-
Returns the smallest y-value in the series, ignoring any null and
Double.NaN values.
- getMinZ() - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns the minimum Z value.
- getMinZValue() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the smallest Z data value.
- getMinZValue() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the minimum z-value.
- getMinZValue(double, double, double, double) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the minimum z-value.
- getMissingPaint() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the missingPaint.
- getMonth() - Method in class org.jfree.data.time.Day
-
Returns the month.
- getMonth() - Method in class org.jfree.data.time.Hour
-
Returns the month in which this hour falls.
- getMonth() - Method in class org.jfree.data.time.Month
-
Returns the month.
- getMouseHandler(String) - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the mouse handler with the specified ID, or null if
there is no handler with that ID.
- getMovingAverage(Number[], Number[], int) - Static method in class org.jfree.data.statistics.Statistics
-
Returns a data set for a moving average on the data set passed in.
- getMultiple() - Method in class org.jfree.chart.axis.DateTickUnit
-
Returns the unit multiple.
- getName() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the name of this theme.
- getNeedlePaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the paint for the needle.
- getNegativeBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Returns the paint used to draw bars with negative values.
- getNegativeItemLabelPosition(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the item label position for negative values.
- getNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label position for negative values.
- getNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label position for negative values.
- getNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the fallback position for negative item labels that don't fit
within a bar.
- getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the fallback position for negative item labels that don't fit
within a bar.
- getNegativePaint() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns the paint used to highlight negative differences.
- getNewestIndex() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the index of the newest data item.
- getNewestTime() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the newest time.
- getNextFillPaint() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next fill paint in the sequence.
- getNextFillPaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next fill paint in a sequence maintained by the supplier.
- getNextOutlinePaint() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next outline paint in the sequence.
- getNextOutlinePaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next outline paint in a sequence maintained by the supplier.
- getNextOutlineStroke() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next outline stroke in the sequence.
- getNextOutlineStroke() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next Stroke object in a sequence maintained by
the supplier.
- getNextPaint() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next paint in the sequence.
- getNextPaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next paint in a sequence maintained by the supplier.
- getNextShape() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next shape in the sequence.
- getNextShape() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next Shape object in a sequence maintained by
the supplier.
- getNextStroke() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
-
Returns the next stroke in the sequence.
- getNextStroke() - Method in interface org.jfree.chart.plot.DrawingSupplier
-
Returns the next Stroke object in a sequence maintained by
the supplier.
- getNextTimePeriod() - Method in class org.jfree.data.time.TimeSeries
-
Returns a time period that would be the next in sequence on the end of
the time series.
- getNoDataMessage() - Method in class org.jfree.chart.plot.Plot
-
Returns the string that is displayed when the dataset is empty or
null.
- getNoDataMessageFont() - Method in class org.jfree.chart.plot.Plot
-
Returns the font used to display the 'no data' message.
- getNoDataMessagePaint() - Method in class org.jfree.chart.plot.Plot
-
Returns the paint used to display the 'no data' message.
- getNotify() - Method in class org.jfree.chart.annotations.AbstractAnnotation
-
Returns a flag that indicates whether listeners should be
notified about changes to the annotation.
- getNotify() - Method in class org.jfree.chart.title.Title
-
Returns the flag that indicates whether or not the notification
mechanism is enabled.
- getNotify() - Method in class org.jfree.data.general.AbstractDataset
-
Returns the value of the notify flag.
- getNotify() - Method in class org.jfree.data.general.Series
-
Returns the flag that controls whether or not change events are sent to
registered listeners.
- getNullYString() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the string representing a null value.
- getNumber() - Method in class org.jfree.chart.axis.NumberTick
-
Returns the number.
- getNumberFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
Returns the number formatter.
- getNumberFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Returns the number formatter.
- getNumberFormat() - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Returns the number formatter.
- getNumberFormat() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the formatter used to format the value.
- getNumberFormatOverride() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the number format override.
- getNumberFormatOverride() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns the number format override.
- getNumberOfDigits() - Method in class org.jfree.chart.util.HexNumberFormat
-
Returns the number of digits.
- getObject() - Method in class org.jfree.data.ComparableObjectItem
-
Returns the y-value.
- getObject() - Method in class org.jfree.data.KeyedObject
-
Returns the object.
- getObject(int) - Method in class org.jfree.data.KeyedObjects
-
Returns an object from the list.
- getObject(Comparable) - Method in class org.jfree.data.KeyedObjects
-
Returns the object for a given key.
- getObject(int, int) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the object for a given row and column.
- getObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the object for the given row and column keys.
- getObjectIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Returns the icon drawn for each data item.
- getOffset() - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound is a multiple of the period, plus optionally a start
offset.
- getOldestIndex() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the index of the oldest data item.
- getOldestTime() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the oldest time.
- getOLSRegression(double[][]) - Static method in class org.jfree.data.statistics.Regression
-
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to
the data using ordinary least squares regression.
- getOLSRegression(XYDataset, int) - Static method in class org.jfree.data.statistics.Regression
-
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to
the data using ordinary least squares regression.
- getOpen(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the open-value for the specified series and item.
- getOpen(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the open-value for the specified series and item.
- getOpen() - Method in class org.jfree.data.time.ohlc.OHLC
-
Returns the open value.
- getOpen(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the open-value for an item within a series.
- getOpen(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the open-value for one item in a series.
- getOpen(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the open value.
- getOpen() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the open value.
- getOpen(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the open-value for the specified series and item.
- getOpenTickPaint() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns the paint used to draw the ticks for the open values.
- getOpenValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the open-value (as a double primitive) for an item within a
series.
- getOpenValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the open-value (as a double primitive) for an item within a
series.
- getOpenValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the open value.
- getOpenValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the open-value for an item within a series.
- getOpenValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the open-value (as a double primitive) for an item within a
series.
- getOpenValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the open-value (as a double primitive) for an item within a
series.
- getOpenValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the open-value (as a double primitive) for an item within a
series.
- getOpposite() - Method in class org.jfree.chart.axis.AxisLocation
-
Returns the location that is opposite to this location.
- getOpposite(AxisLocation) - Static method in class org.jfree.chart.axis.AxisLocation
-
Returns the location that is opposite to the supplied location.
- getOrder() - Method in class org.jfree.data.function.PolynomialFunction2D
-
Returns the order of the polynomial.
- getOrder() - Method in class org.jfree.data.KeyedValueComparator
-
Returns the sort order.
- getOrientation() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the orientation of the plot.
- getOrientation() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the orientation of the plot.
- getOrientation() - Method in interface org.jfree.chart.plot.Pannable
-
Returns the orientation of the plot.
- getOrientation() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the orientation of the plot.
- getOrientation() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the orientation of the plot.
- getOrientation() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the orientation of the plot.
- getOrientation() - Method in interface org.jfree.chart.plot.Zoomable
-
Returns the orientation of the plot.
- getOtherTabs() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns a reference to the tabbed pane.
- getOuterRadius() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the outer radius, relative to the framing rectangle.
- getOuterRadius() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the outer radius.
- getOuterSeparatorExtension() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the length of the outer extension of the separator line that
is drawn between sections, expressed as a percentage of the depth of
the section.
- getOuterWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the outer window.
- getOutlierCoefficient() - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the value used as the outlier coefficient.
- getOutlierCoefficient() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the value used as the outlier coefficient.
- getOutliers(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns a list of outlier values for an item.
- getOutliers(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns a list of outlier values for an item.
- getOutliers() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns a list of outliers.
- getOutliers(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns a list of outliers for the specified series and item.
- getOutliers(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns a list of outlier values for an item.
- getOutliers(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns a list of outlier values for an item.
- getOutliers(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns a list of outliers for the specified series and item.
- getOutlinePaint() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the outline paint for the annotation.
- getOutlinePaint() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns the current outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.LegendItem
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.plot.dial.DialCap
-
Returns the paint used to draw the outline of the cap.
- getOutlinePaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.plot.Marker
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.plot.MeterInterval
-
Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.plot.Plot
-
Returns the color used to draw the outline of the plot area.
- getOutlinePaint() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the outline paint.
- getOutlineStroke() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the outline stroke for the annotation.
- getOutlineStroke() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns the current outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.LegendItem
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.plot.dial.DialCap
-
Returns the stroke used to draw the outline of the cap.
- getOutlineStroke() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.plot.Marker
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.plot.MeterInterval
-
Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.plot.Plot
-
Returns the stroke used to outline the plot area.
- getOutlineStroke() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the outline stroke.
- getOwner() - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the owner (as specified in the constructor).
- getPadding() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the padding for the band.
- getPadding() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the padding.
- getPadding() - Method in class org.jfree.chart.JFreeChart
-
Returns the padding between the chart border and the chart drawing area.
- getPadding() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the padding for the thermometer.
- getPaint() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the paint used to draw the connecting line.
- getPaint() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the paint for the annotation.
- getPaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the paint for the annotation.
- getPaint(double) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Returns the Paint associated with a value.
- getPaint() - Method in class org.jfree.chart.block.BlockBorder
-
Returns the paint used to draw the border.
- getPaint() - Method in class org.jfree.chart.block.ColorBlock
-
Returns the paint.
- getPaint() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the paint.
- getPaint() - Method in class org.jfree.chart.block.LineBorder
-
Returns the paint.
- getPaint() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the paint used to draw or fill shapes (or text).
- getPaint(Comparable) - Method in class org.jfree.chart.PaintMap
-
Returns the paint associated with the specified key, or
null.
- getPaint(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns Paint by mapping a given value to a either a linear or common
log palette as controlled by the value logscale.
- getPaint() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the paint for the crosshair line.
- getPaint() - Method in class org.jfree.chart.plot.dial.DialBackground
-
Returns the paint used to fill the background.
- getPaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
Returns the paint.
- getPaint() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns the paint used to display the label.
- getPaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the paint.
- getPaint() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the paint used to highlight the range.
- getPaint() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the paint used to plot data points.
- getPaint() - Method in class org.jfree.chart.plot.Marker
-
Returns the paint.
- getPaint(double) - Method in class org.jfree.chart.renderer.GrayPaintScale
-
Returns a paint for the specified value.
- getPaint(double) - Method in class org.jfree.chart.renderer.LookupPaintScale
-
Returns the paint associated with the specified value.
- getPaint(double) - Method in interface org.jfree.chart.renderer.PaintScale
-
Returns a Paint instance for the specified value.
- getPaint(XYDataset, int, int) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Get the paint for a given series and item from a dataset.
- getPaint() - Method in class org.jfree.chart.title.TextTitle
-
Returns the paint used to display the title string.
- getPaintIndex(Number) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the paint index for a given chip value.
- getPaintScale() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Returns the paint scale used by the renderer.
- getPaintScale() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns the paint scale used by the renderer.
- getPalette() - Method in class org.jfree.chart.editor.PaletteSample
-
Deprecated.
Returns the current palette object being displayed.
- getPaletteName() - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns the palette name.
- getParent() - Method in class org.jfree.chart.plot.Plot
-
Returns the parent plot (or null if this plot is not part
of a combined plot).
- getParent() - Method in interface org.jfree.data.general.CombinationDataset
-
Deprecated.
Returns the parent Dataset of this combination.
- getParent() - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the parent Dataset of this combination.
- getParent() - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the parent Dataset of this combination.
- getPassCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the number of passes through the dataset required by the
renderer.
- getPassCount() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the number of passes through the dataset required by the
renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
This renderer uses two passes to draw the data.
- getPassCount() - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Returns the number of passes (2) required by this renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
-
Returns the number of passes (3) required by this renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the number of passes through the data that the renderer requires
in order to draw the chart.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
Returns the number of passes through the dataset that this renderer
requires.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
-
Returns the number of passes (through the dataset) used by this
renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
Returns the number of passes through the data that the renderer requires
in order to draw the chart.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Returns the number of passes required by the renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Returns the number of passes required by the renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Returns 3 to indicate that this renderer requires three
passes for drawing (shadows are drawn in the first pass, the bars in the
second, and item labels are drawn in the third pass so that
they always appear in front of all the bars).
- getPassCount() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns 2, the number of passes required by the renderer.
- getPassCount() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the number of passes through the data required by the renderer.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Returns the number of passes through the data that the renderer requires
in order to draw the chart.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the number of passes through the data that the renderer requires
in order to draw the chart.
- getPassCount() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns the number of passes required by this renderer.
- getPassesRequired() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the number of passes required by the renderer.
- getPercent() - Method in class org.jfree.chart.event.ChartProgressEvent
-
Returns the percentage complete.
- getPercentComplete(int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the percent complete for a given item.
- getPercentComplete(Comparable, Comparable) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the percent complete for a given item.
- getPercentComplete(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentComplete(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentComplete(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the percent complete for a given item.
- getPercentComplete(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentComplete(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the percent complete for a given item.
- getPercentComplete(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentComplete() - Method in class org.jfree.data.gantt.Task
-
Returns the percentage complete for this task.
- getPercentComplete(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the percent complete for a given item.
- getPercentComplete(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the percent complete for a given item.
- getPercentComplete(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentComplete(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the percentage complete value of a sub-interval for a given item.
- getPercentFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
Returns the percent formatter.
- getPeriod() - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound is a multiple of the period, plus optionally a start
offset.
- getPeriod() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the period.
- getPeriod(int) - Method in class org.jfree.data.time.ohlc.OHLCSeries
-
Returns the time period for the specified item.
- getPeriod() - Method in class org.jfree.data.time.TimePeriodValue
-
Returns the time period.
- getPeriod() - Method in class org.jfree.data.time.TimeSeriesDataItem
-
Returns the time period.
- getPeriodClass() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
Returns the subclass of
RegularTimePeriod that should be used
to generate the date labels.
- getPieArea() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the pie area.
- getPieCenterX() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the x-coordinate of the center of the pie chart.
- getPieCenterY() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the y-coordinate (in Java2D space) of the center of the pie
chart.
- getPieChart() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns the pie chart that is used to draw the individual pie plots.
- getPieHRadius() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the vertical pie radius.
- getPieIndex() - Method in class org.jfree.chart.entity.PieSectionEntity
-
Returns the pie index.
- getPieIndex() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the pie index (this is used by the
MultiplePiePlot class
to track subplots).
- getPieLabelRecord(int) - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
-
Returns a label record from the list.
- getPieWRadius() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the horizontal pie radius.
- getPlot() - Method in class org.jfree.chart.axis.Axis
-
Returns the plot that the axis is assigned to.
- getPlot() - Method in class org.jfree.chart.entity.PlotEntity
-
Returns the plot that occupies the entity area.
- getPlot() - Method in class org.jfree.chart.event.PlotChangeEvent
-
Returns the plot that generated the event.
- getPlot() - Method in class org.jfree.chart.JFreeChart
-
Returns the plot for the chart.
- getPlot() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the plot that the renderer has been assigned to (where
null indicates that the renderer is not currently assigned
to a plot).
- getPlot() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the plot that the renderer has been assigned to (where
null indicates that the renderer is not currently assigned
to a plot).
- getPlot() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Return the plot associated with this renderer.
- getPlot() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Returns the plot that this renderer has been assigned to.
- getPlot() - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Returns the plot.
- getPlot() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the plot that the renderer is assigned to.
- getPlot() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the plot that this renderer has been assigned to.
- getPlotArea() - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the plot area (in Java2D space).
- getPlotArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns true if Area is being plotted by the renderer.
- getPlotArea() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Returns true if Area is being plotted by the renderer.
- getPlotBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the plot background paint.
- getPlotDiscontinuous() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns a flag that controls whether or not the renderer shows
discontinuous lines.
- getPlotEditor() - Method in class org.jfree.chart.editor.DefaultChartEditor
-
Returns a reference to the plot property sub-panel.
- getPlotImages() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns true if images are being plotted by the renderer.
- getPlotInfo() - Method in class org.jfree.chart.ChartRenderingInfo
-
Returns the rendering info for the chart's plot.
- getPlotInsets() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns the current plot insets.
- getPlotLines() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns true if lines are being plotted by the renderer.
- getPlotLines() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns true if lines are being plotted by the renderer.
- getPlotLines() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
- getPlotOutlinePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the plot outline paint.
- getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns true if shapes are being plotted by the renderer.
- getPlotType() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns a string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns a string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the plot type as a string.
- getPlotType() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the plot type.
- getPlotType() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns a short string describing the plot type.
- getPlotType() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.PiePlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.PiePlot3D
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.Plot
-
Returns a short string describing the plot type.
- getPlotType() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the plot type as a string.
- getPlotType() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a short string describing the type of plot.
- getPlotType() - Method in class org.jfree.chart.plot.WaferMapPlot
-
Returns the plot type as a string.
- getPlotType() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the plot type as a string.
- getPlotValue(int, int) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the value to be plotted at the interseries of the
series and the category.
- getPoint() - Method in class org.jfree.chart.renderer.Outlier
-
Returns the xy coordinates of the bounding box containing the outlier
ellipse.
- getPointerForDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the dial pointer that is associated with the specified
dataset, or null.
- getPointerIndex(DialPointer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the index for the specified pointer.
- getPointInRectangle(int, int, Rectangle2D) - Method in class org.jfree.chart.ChartPanel
-
Returns a point based on (x, y) but constrained to be within the bounds
of the given rectangle.
- getPolyCoords(Shape) - Method in class org.jfree.chart.entity.ChartEntity
-
Returns a string containing the coordinates for a given shape.
- getPolygonCoordinates() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
-
Returns the coordinates of the polygon's vertices.
- getPolynomialRegression(XYDataset, int, int) - Static method in class org.jfree.data.statistics.Regression
-
Returns the parameters 'a0', 'a1', 'a2', ..., 'an' for a polynomial
function of order n, y = a0 + a1 * x + a2 * x^2 + ...
- getPopupMenu() - Method in class org.jfree.chart.ChartPanel
-
Returns the popup menu.
- getPopupMenuItem(JPopupMenu, String) - Method in class org.jfree.chart.PolarChartPanel
-
Returns the index of an item in a popup menu.
- getPosition() - Method in class org.jfree.chart.title.Title
-
Returns the position of the title.
- getPosition() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the x position type (START, MIDDLE or END).
- getPositiveBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Returns the paint used to draw bars with positive values.
- getPositiveItemLabelPosition(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the item label position for positive values.
- getPositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label position for positive values.
- getPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label position for positive values.
- getPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the fallback position for positive item labels that don't fit
within a bar.
- getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the fallback position for positive item labels that don't fit
within a bar.
- getPositivePaint() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns the paint used to highlight positive differences.
- getPositivePrefix() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the string that is prepended to the format if the relative time
is positive.
- getPowerRegression(double[][]) - Static method in class org.jfree.data.statistics.Regression
-
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to
the data using a power regression equation.
- getPowerRegression(XYDataset, int) - Static method in class org.jfree.data.statistics.Regression
-
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to
the data using a power regression equation.
- getPrecision() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Returns the number of line segments used to approximate the spline
curve between data points.
- getPreferredSize() - Method in class org.jfree.chart.editor.PaletteSample
-
Deprecated.
Returns the preferred size of the component.
- getPrefix() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Returns the prefix string.
- getPreviousHeight(CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
- getPreviousHeight(TableXYDataset, int, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Calculates the stacked value of the all series up to, but not including
series for the specified item.
- getProcessVisibleItemsOnly() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
Returns the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items.
- getPtSizePct() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the ptSizePct.
- getQ1() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the first quartile.
- getQ1Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the q1median value for an item.
- getQ1Value(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the q1median value for an item.
- getQ1Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the Q1 median-value for the specified series and item.
- getQ1Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the first quartile value.
- getQ1Value(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the first quartile value.
- getQ1Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the Q1 median-value for the specified series and item.
- getQ3() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
-
Returns the third quartile.
- getQ3Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the q3median value for an item.
- getQ3Value(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Returns the q3median value for an item.
- getQ3Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Returns the Q3 median-value for the specified series and item.
- getQ3Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the third quartile value.
- getQ3Value(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the third quartile value.
- getQ3Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the Q3 median-value for the specified series and item.
- getQuadrantOrigin() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the origin for the quadrants that can be displayed on the plot.
- getQuadrantPaint(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint used for the specified quadrant.
- getQuality() - Method in interface org.jfree.chart.encoders.ImageEncoder
-
Get the quality of the image encoding.
- getQuality() - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
-
Get the quality of the image encoding.
- getQuality() - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
-
Returns the quality of the image encoding, which is a number in the
range 0.0f to 1.0f (higher values give better quality output, but larger
file sizes).
- getQuality() - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
-
Get the quality of the image encoding (always 0.0).
- getQuarter() - Method in class org.jfree.data.time.Quarter
-
Returns the quarter.
- getRadius() - Method in class org.jfree.chart.plot.dial.DialCap
-
Returns the radius of the cap, as a percentage of the dial's framing
rectangle.
- getRadius() - Method in class org.jfree.chart.plot.dial.DialPointer
-
Returns the radius of the pointer, as a percentage of the dial's
framing rectangle.
- getRadius() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Returns the radius used to calculate the anchor point.
- getRadius() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the radius.
- getRadius() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns the radius, relative to the framing rectangle.
- getRadius() - Method in class org.jfree.chart.renderer.Outlier
-
Returns the radius of the outlier ellipse.
- getRadiusGridlinePaint() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the paint for the grid lines (if any) plotted against the radius
axis.
- getRadiusGridlineStroke() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the stroke for the grid lines (if any) plotted against the
radius axis.
- getRange() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the range for the axis.
- getRange() - Method in class org.jfree.chart.plot.MeterInterval
-
Returns the range.
- getRange() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the overall range for the dial.
- getRangeAxis() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the range axis for the plot.
- getRangeAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a range axis.
- getRangeAxis() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the range axis for the plot.
- getRangeAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the range axis for the plot.
- getRangeAxis() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the range axis.
- getRangeAxis() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range axis for the plot.
- getRangeAxis(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range axis with the specified index, or null if
there is no axis with that index.
- getRangeAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns a range axis for a plot.
- getRangeAxisCount() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the number of range axes.
- getRangeAxisCount() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the number of range axes.
- getRangeAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the edge where the primary range axis is located.
- getRangeAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the edge for a range axis.
- getRangeAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the edge for the primary range axis.
- getRangeAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the edge for a range axis.
- getRangeAxisForDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the range axis for a dataset.
- getRangeAxisForDataset(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range axis for a dataset.
- getRangeAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the index of the specified axis, or -1 if the axis
is not assigned to the plot.
- getRangeAxisIndex() - Method in class org.jfree.chart.plot.CrosshairState
-
- getRangeAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the index of the given range axis.
- getRangeAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the range axis location.
- getRangeAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the location for a range axis.
- getRangeAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the location of the primary range axis.
- getRangeAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the location for a range axis.
- getRangeAxisPropertyEditPanel() - Method in class org.jfree.chart.editor.DefaultPlotEditor
-
Returns a reference to the panel for editing the properties of the
range axis.
- getRangeBase() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Returns the value on the range axis which defines the 'lower' border of
the area.
- getRangeBounds(List, boolean) - Method in interface org.jfree.data.category.CategoryRangeInfo
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in interface org.jfree.data.RangeInfo
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the bounds of the values in this dataset's y-values.
- getRangeBounds(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the value range.
- getRangeBounds(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the bounds for the y-values in the dataset.
- getRangeBounds(List, Range, boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the bounds for the y-values in the dataset.
- getRangeBounds(List, Range, boolean) - Method in interface org.jfree.data.xy.XYRangeInfo
-
Returns the range of the values in this dataset's range.
- getRangeBounds(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the range of the values in this dataset's range.
- getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint used to draw the range crosshair.
- getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the range crosshair color.
- getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range crosshair paint.
- getRangeCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
-
Returns a new list containing the range crosshairs for this overlay.
- getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the pen-style (Stroke) used to draw the crosshair
(if visible).
- getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the Stroke used to draw the crosshair (if visible).
- getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke used to draw the crosshair (if visible).
- getRangeCrosshairValue() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the range crosshair value.
- getRangeCrosshairValue() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the range crosshair value.
- getRangeCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the range crosshair value.
- getRangeDescription() - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the range description.
- getRangeDescription() - Method in class org.jfree.data.time.TimeSeries
-
Returns the range description.
- getRangeGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint used to draw the grid-lines against the range axis.
- getRangeGridlinePaint() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the paint for the grid lines (if any) plotted against the range
axis.
- getRangeGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the grid lines (if any) plotted against the range
axis.
- getRangeGridlinePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the range grid line paint.
- getRangeGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the stroke used to draw the grid-lines against the range axis.
- getRangeGridlineStroke() - Method in class org.jfree.chart.plot.FastScatterPlot
-
Returns the stroke for the grid lines (if any) plotted against the range
axis.
- getRangeGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke for the grid lines (if any) plotted against the
range axis.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in interface org.jfree.data.RangeInfo
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the minimum y-value in the dataset.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the minimum range value.
- getRangeLowerBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the minimum y-value in the dataset.
- getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the list of range markers (read only) for the specified layer.
- getRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a collection of range markers for a particular renderer and
layer.
- getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the list of range markers (read only) for the specified layer.
- getRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Returns a collection of range markers for a particular renderer and
layer.
- getRangeMinorGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint for the minor grid lines (if any) plotted against the
range axis.
- getRangeMinorGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the minor grid lines (if any) plotted against the
range axis.
- getRangeMinorGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the stroke for the minor grid lines (if any) plotted against the
range axis.
- getRangeMinorGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke for the minor grid lines (if any) plotted against the
range axis.
- getRangeTickBandPaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint used for the range tick bands.
- getRangeType() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns the axis range type.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in interface org.jfree.data.RangeInfo
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the maximum y-value in the dataset.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the maximum range value.
- getRangeUpperBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the maximum y-value in the dataset.
- getRangeZeroBaselinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the paint for the zero baseline (if any) plotted against the
range axis.
- getRangeZeroBaselinePaint() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the paint for the zero baseline (if any) plotted against the
range axis.
- getRangeZeroBaselineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the stroke used for the zero baseline against the range axis.
- getRangeZeroBaselineStroke() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the stroke used for the zero baseline against the range axis.
- getRawDataItem(int) - Method in class org.jfree.data.time.TimeSeries
-
Returns a data item for the series.
- getRawDataItem(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
-
Returns a data item for the series.
- getRawDataItem(int) - Method in class org.jfree.data.xy.XYSeries
-
Return the data item with the specified index.
- getRectCoords(Rectangle2D) - Method in class org.jfree.chart.entity.ChartEntity
-
Returns a string containing the coordinates (x1, y1, x2, y2) for a given
rectangle.
- getRectX(double, double, double, RectangleEdge) - Method in class org.jfree.chart.plot.Plot
-
Adjusts the supplied x-value.
- getRectY(double, double, double, RectangleEdge) - Method in class org.jfree.chart.plot.Plot
-
Adjusts the supplied y-value.
- getRefreshBuffer() - Method in class org.jfree.chart.ChartPanel
-
Returns the flag that controls whether or not the offscreen buffer
needs to be refreshed.
- getRegularFont() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the regular font.
- getRenderAsPercentages() - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Returns true if the renderer displays each item value as
a percentage (so that the stacked areas add to 100%), and
false otherwise.
- getRenderAsPercentages() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
-
Returns true if the renderer displays each item value as
a percentage (so that the stacked bars add to 100%), and
false otherwise.
- getRenderAsPercentages() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Returns true if the renderer displays each item value as
a percentage (so that the stacked bars add to 100%), and
false otherwise.
- getRenderAsPercentages() - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Returns true if the renderer displays each item value as
a percentage (so that the stacked bars add to 100%), and
false otherwise.
- getRenderer() - Method in class org.jfree.chart.event.RendererChangeEvent
-
Returns the renderer that generated the event.
- getRenderer() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns a reference to the renderer for the plot.
- getRenderer(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the renderer at the given index.
- getRenderer() - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the primary renderer.
- getRenderer(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Returns the renderer at the specified index, if there is one.
- getRenderer() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the renderer for the primary dataset.
- getRenderer(int) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the renderer with the specified index, or null.
- getRendererCount() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the number of renderer slots for this plot.
- getRendererCount() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the number of renderer slots for this plot.
- getRendererForDataset(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the renderer for the specified dataset.
- getRendererForDataset(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
-
Returns the renderer for the specified dataset (this is either the
renderer with the same index as the dataset or, if there isn't a
renderer with the same index, the default renderer).
- getRendererIndex() - Method in class org.jfree.chart.entity.XYAnnotationEntity
-
Returns the renderer index.
- getRendererIndices(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the indices of the non-null renderers for the plot, in the
specified order.
- getRendererIndices(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
- getRenderingHint(RenderingHints.Key) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the current value for the specified hint.
- getRenderingHints() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns a copy of the rendering hints.
- getRenderingHints() - Method in class org.jfree.chart.JFreeChart
-
Returns the collection of rendering hints for the chart.
- getRenderingInfo() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the rendering info from the most recent drawing of the chart.
- getRenderingInfo() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the rendering info from the most recent drawing of the chart.
- getRenderingInfo() - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Returns the rendering info from the most recent drawing of the chart.
- getReshowDelay() - Method in class org.jfree.chart.ChartPanel
-
Returns the reshow tooltip delay value used inside this chart panel.
- getRevolutionDistance() - Method in class org.jfree.chart.plot.CompassPlot
-
Gets the count to complete one revolution.
- getRight() - Method in class org.jfree.chart.axis.AxisSpace
-
Returns the space reserved for axes at the right of the plot area.
- getRightArrow() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns a shape that can be displayed as an arrow pointing right at the
end of an axis line.
- getRollCount() - Method in class org.jfree.chart.axis.DateTickUnit
-
- getRollMultiple() - Method in class org.jfree.chart.axis.DateTickUnit
-
Returns the roll unit multiple.
- getRollUnit() - Method in class org.jfree.chart.axis.DateTickUnit
-
- getRollUnitType() - Method in class org.jfree.chart.axis.DateTickUnit
-
Returns the roll unit type.
- getRootPlot() - Method in class org.jfree.chart.plot.Plot
-
Returns the root plot.
- getRoseCenterPaint() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the paint used to fill the inner background area of the
compass.
- getRoseHighlightPaint() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the paint used to draw the circles, symbols and labels on the
compass.
- getRosePaint() - Method in class org.jfree.chart.plot.CompassPlot
-
Returns the paint used to fill the outer circle of the compass.
- getRotateX() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the scalar used for determining the rotation x value.
- getRotateY() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the scalar used for determining the rotation y value.
- getRotationAnchor() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the rotation anchor.
- getRotationAnchor() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the rotation anchor.
- getRotationAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the rotation anchor point.
- getRotationAnchor() - Method in class org.jfree.chart.axis.Tick
-
Returns the text anchor that defines the point around which the label is
rotated.
- getRotationAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
-
Returns the rotation anchor point.
- getRotationAngle() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the rotation angle in radians.
- getRotationAngle() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the rotation angle.
- getRoundXCoordinates() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Returns the flag that controls whether or not the x-coordinates (in
Java2D space) are rounded to integer values.
- getRoundXCoordinates() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns the flag that controls whether or not the x-coordinates (in
Java2D space) are rounded to integer values.
- getRowCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the number of rows in the dataset.
- getRowCount() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the number of series in the dataset (possibly zero).
- getRowCount() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the row count.
- getRowCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the number of rows (series) in the collection.
- getRowCount() - Method in class org.jfree.data.KeyedObjects2D
-
Returns the row count.
- getRowCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Returns the number of rows in the table model.
- getRowCount() - Method in interface org.jfree.data.Values2D
-
Returns the number of rows in the table.
- getRowCount() - Method in class org.jfree.data.xy.MatrixSeries
-
Returns the number of rows in this matrix series.
- getRowCount() - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Returns the number of rows.
- getRowIndex(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a row index.
- getRowIndex(Comparable) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the row index for the given row key.
- getRowIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the row index for a given key, or -1 if the key
is not recognised.
- getRowIndex(Comparable) - Method in interface org.jfree.data.KeyedValues2D
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the row index for a given key.
- getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the row index for a given key.
- getRowKey() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Returns the row key.
- getRowKey() - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Returns the row key.
- getRowKey(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the key for the specified row.
- getRowKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the name of the specified series.
- getRowKey(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the row key for a given index.
- getRowKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the key for a given row.
- getRowKey(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the row key for a given index.
- getRowKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the key for a row.
- getRowKey(int) - Method in class org.jfree.data.KeyedObjects2D
-
Returns the key for a given row.
- getRowKey(int) - Method in interface org.jfree.data.KeyedValues2D
-
Returns the row key for a given index.
- getRowKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns a row key.
- getRowKey(int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns a row key.
- getRowKey(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns a row key.
- getRowKeys() - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a list of the series in the dataset.
- getRowKeys() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the row keys in an unmodifiable list.
- getRowKeys() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.KeyedObjects2D
-
Returns the row keys.
- getRowKeys() - Method in interface org.jfree.data.KeyedValues2D
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the row keys.
- getRowRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the order in which the rows should be rendered.
- getScale(int) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the scale at the given index.
- getScale() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the scale used to convert values to colors.
- getScaleFactor() - Method in class org.jfree.data.xy.NormalizedMatrixSeries
-
Returns the factor that multiplies each item in this series when
observed using getItem mehtod.
- getScaleForDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the dial scale for a specific dataset.
- getScaleIndex() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the scale index.
- getScaleType() - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Returns the scale type that was set when the renderer was constructed.
- getScaleX() - Method in class org.jfree.chart.ChartPanel
-
Returns the X scale factor for the chart.
- getScaleY() - Method in class org.jfree.chart.ChartPanel
-
Returns the Y scale factory for the chart.
- getScreenDataArea() - Method in class org.jfree.chart.ChartPanel
-
Returns the data area for the chart (the area inside the axes) with the
current scaling applied (that is, the area as it appears on screen).
- getScreenDataArea(int, int) - Method in class org.jfree.chart.ChartPanel
-
Returns the data area (the area inside the axes) for the plot or subplot,
with the current scaling applied.
- getSecond() - Method in class org.jfree.data.time.Millisecond
-
Returns the second.
- getSecond() - Method in class org.jfree.data.time.Second
-
Returns the second within the minute.
- getSecondSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the string that is appended to the second count.
- getSectionDepth() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the depth of each section, expressed as a percentage of the
plot radius.
- getSectionIndex() - Method in class org.jfree.chart.entity.PieSectionEntity
-
Returns the section index.
- getSectionKey() - Method in class org.jfree.chart.entity.PieSectionEntity
-
Returns the section key.
- getSectionKey(int) - Method in class org.jfree.chart.plot.PiePlot
-
Returns a key for the specified section.
- getSectionOutlinePaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
-
Returns the outline paint associated with the specified key, or
null if there is no paint associated with the key.
- getSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
-
- getSectionOutlinePaint(int) - Method in class org.jfree.chart.plot.PiePlot
-
- getSectionOutlineStroke(Comparable) - Method in class org.jfree.chart.plot.PiePlot
-
Returns the outline stroke associated with the specified key, or
null if there is no stroke associated with the key.
- getSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
-
- getSectionOutlineStroke(int) - Method in class org.jfree.chart.plot.PiePlot
-
- getSectionOutlinesVisible() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the flag that controls whether or not the outline is drawn for
each pie section.
- getSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
-
- getSectionPaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
-
Returns the paint associated with the specified key, or
null if there is no paint associated with the key.
- getSectionPaint(int) - Method in class org.jfree.chart.plot.PiePlot
-
- getSegment(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns a segment that contains a domainValue.
- getSegment(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns a segment that contains a date.
- getSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns always one (the number of segments contained in this
segment).
- getSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
-
Returns the number of segments contained in this range.
- getSegmentEnd() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Gets the end of this segment in ms.
- getSegmentNumber() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns the segment number of this segment.
- getSegmentNumberRelativeToGroup() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Calculate the segment number relative to the segment group.
- getSegmentsExcluded() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the number of segments excluded per segment group.
- getSegmentsExcludedSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the size in milliseconds of the segments excluded per segment
group.
- getSegmentsGroupSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the size in milliseconds of a segment group.
- getSegmentsIncluded() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the number of segments included per segment group.
- getSegmentsIncludedSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the size in ms of the segments included per segment group.
- getSegmentSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the size of one segment in ms.
- getSegmentStart() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Gets the start of this segment in ms.
- getSelectedPalette() - Method in class org.jfree.chart.editor.PaletteChooserPanel
-
Deprecated.
Returns the selected palette.
- getSeparatorPaint() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the separator paint.
- getSeparatorStroke() - Method in class org.jfree.chart.plot.RingPlot
-
Returns the separator stroke.
- getSeparatorsVisible() - Method in class org.jfree.chart.plot.RingPlot
-
Returns a flag that indicates whether or not separators are drawn between
the sections in the chart.
- getSerialDate() - Method in class org.jfree.data.time.Day
-
Returns the day as a SerialDate.
- getSerialIndex() - Method in class org.jfree.data.time.Day
-
Returns a serial index number for the day.
- getSerialIndex() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns a serial index number for the millisecond.
- getSerialIndex() - Method in class org.jfree.data.time.Hour
-
Returns a serial index number for the hour.
- getSerialIndex() - Method in class org.jfree.data.time.Millisecond
-
Returns a serial index number for the millisecond.
- getSerialIndex() - Method in class org.jfree.data.time.Minute
-
Returns a serial index number for the minute.
- getSerialIndex() - Method in class org.jfree.data.time.Month
-
Returns a serial index number for the month.
- getSerialIndex() - Method in class org.jfree.data.time.Quarter
-
Returns a serial index number for the quarter.
- getSerialIndex() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns a serial index number for the time unit.
- getSerialIndex() - Method in class org.jfree.data.time.Second
-
Returns a serial index number for the minute.
- getSerialIndex() - Method in class org.jfree.data.time.Week
-
Returns a serial index number for the week.
- getSerialIndex() - Method in class org.jfree.data.time.Year
-
Returns a serial index number for the year.
- getSeries() - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- getSeries() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
- getSeries(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns a series.
- getSeries() - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns a list of all the series in the collection.
- getSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns a series.
- getSeries(Comparable) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the series with the specified key, or null if
there is no such series.
- getSeries(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns a series.
- getSeries(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the series having the specified index.
- getSeries(int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns a series from the collection.
- getSeries() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns a list of all the series in the collection.
- getSeries(int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns a series from the collection.
- getSeries(Comparable) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns a series from the collection.
- getSeries(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns a series from the collection.
- getSeriesArea() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Returns the series area.
- getSeriesBarWidth(int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Returns the bar width for a series, or Double.NaN if no
width has been set.
- getSeriesCount() - Method in class org.jfree.chart.plot.PolarPlot
-
- getSeriesCount() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the number of series in the primary dataset for this plot.
- getSeriesCount() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the number of series in the dataset (possibly zero).
- getSeriesCount() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the number of series.
- getSeriesCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.general.AbstractSeriesDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the number of series in the dataset.
- getSeriesCount() - Method in interface org.jfree.data.general.SeriesDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the number of series in the dataset (always 1 for this dataset).
- getSeriesCount() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the series count.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCount() - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the number of series in the collection.
- getSeriesCreateEntities(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the flag that controls whether entities are created for a
series.
- getSeriesEndValue(int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getSeriesFillPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to fill an item drawn by the renderer.
- getSeriesIndex() - Method in class org.jfree.chart.entity.LegendItemEntity
-
- getSeriesIndex() - Method in class org.jfree.chart.entity.XYItemEntity
-
Returns the series index.
- getSeriesIndex() - Method in class org.jfree.chart.LegendItem
-
Returns the series index for this legend item.
- getSeriesIndex() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
Returns the series index for the current path.
- getSeriesIndex() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Returns the series index.
- getSeriesIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns a series index.
- getSeriesIndex(Comparable) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the index of the series with the specified key, or -1 if no
series has that key.
- getSeriesIndex(Comparable) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the index of the series with the specified key, or -1 if no
series has that key.
- getSeriesItemLabelFont(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the font for all the item labels in a series.
- getSeriesItemLabelFont(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the font for all the item labels in a series.
- getSeriesItemLabelFont(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the font for all the item labels in a series.
- getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the item label generator for a series.
- getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label generator for a series.
- getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the item label generator for a series.
- getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label generator for a series.
- getSeriesItemLabelPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to draw the item labels for a series.
- getSeriesItemLabelPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to draw the item labels for a series.
- getSeriesItemLabelPaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to draw the item labels for a series.
- getSeriesItemURLGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the URL generator for a series.
- getSeriesItemURLGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item URL generator for a series.
- getSeriesKey() - Method in class org.jfree.chart.entity.LegendItemEntity
-
Returns the series key that identifies the legend item.
- getSeriesKey() - Method in class org.jfree.chart.LegendItem
-
Returns the series key.
- getSeriesKey(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the name of the given series.
- getSeriesKey() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Returns the series key.
- getSeriesKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the name of the specified series.
- getSeriesKey(int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the name of the specified series.
- getSeriesKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the name of a series.
- getSeriesKey(int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the name of a series.
- getSeriesKey(int) - Method in class org.jfree.data.general.AbstractSeriesDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the key for a series.
- getSeriesKey(int) - Method in interface org.jfree.data.general.SeriesDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the key for the specified series.
- getSeriesKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the name of the series stored in this dataset.
- getSeriesKey(int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the key for the series stored in this dataset.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the series key.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the key for a series.
- getSeriesKey(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the key for a series.
- getSeriesLinesVisible(int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the lines for a series
are visible.
- getSeriesLinesVisible(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the lines for a series
are visible.
- getSeriesNegativeItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the item label position for all negative values in a series.
- getSeriesNegativeItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label position for all negative values in a series.
- getSeriesNegativeItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label position for all negative values in a series.
- getSeriesOutlinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the outline paint for ALL series in the plot.
- getSeriesOutlinePaint(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the paint for the specified series.
- getSeriesOutlinePaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to outline an item drawn by the renderer.
- getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to outline an item drawn by the renderer.
- getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to outline an item drawn by the renderer.
- getSeriesOutlineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the outline stroke for ALL series in the plot.
- getSeriesOutlineStroke(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the stroke for the specified series.
- getSeriesOutlineStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the stroke used to outline the items in a series.
- getSeriesOutlineStroke(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the stroke used to outline the items in a series.
- getSeriesOutlineStroke(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the stroke used to outline the items in a series.
- getSeriesPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the paint for ALL series in the plot.
- getSeriesPaint(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the paint for the specified series.
- getSeriesPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the paint used to color an item drawn by the renderer.
- getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the paint used to fill an item drawn by the renderer.
- getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the paint used to color an item drawn by the renderer.
- getSeriesParameterName() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Returns the series parameter name.
- getSeriesPositiveItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the item label position for all positive values in a series.
- getSeriesPositiveItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the item label position for all positive values in a series.
- getSeriesPositiveItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the item label position for all positive values in a series.
- getSeriesRenderingOrder() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the series rendering order.
- getSeriesRunningTotal() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns the series running total.
- getSeriesShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns a shape used to represent the items in a series.
- getSeriesShape(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns a shape used to represent the items in a series.
- getSeriesShape(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns a shape used to represent the items in a series.
- getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the shapes for a series
are filled.
- getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the flag used to control whether or not the shapes for a series
are filled.
- getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Returns the flag used to control whether or not the shapes for a series
are filled.
- getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the shapes for a series
are filled.
- getSeriesShapesVisible(int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag used to control whether or not the shapes for a series
are visible.
- getSeriesShapesVisible(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns the flag used to control whether or not the shapes for a series
are visible.
- getSeriesStartValue(int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getSeriesStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the stroke used to draw the items in a series.
- getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the stroke used to draw the items in a series.
- getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the stroke used to draw the items in a series.
- getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the tool tip generator for the specified series (a "layer 1"
generator).
- getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the tool tip generator for the specified series (a "layer 1"
generator).
- getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the tool tip generator for the specified series.
- getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Returns the tool tip generator for a series.
- getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the tool tip generator for a series.
- getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the tool tip generator for a series.
- getSeriesValue(int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
- getSeriesVisibilityChanged() - Method in class org.jfree.chart.event.RendererChangeEvent
-
Returns the flag that indicates whether or not the event relates to
a change in series visibility.
- getSeriesVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the flag that controls whether a series is visible.
- getSeriesVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getSeriesVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the flag that controls whether a series is visible.
- getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the flag that controls whether a series is visible.
- getSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getSeriesVisibleInLegend(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the flag that controls whether a series is visible in the
legend.
- getSeriesVisibleInLegend() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- getSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the flag that controls whether a series is visible in the
legend.
- getSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the flag that controls whether a series is visible in the
legend.
- getSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- getSeriesWidth() - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the width of the interval for each series this dataset.
- getShadowColor() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Returns the shadow color.
- getShadowGenerator() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the shadow generator for the plot, if any.
- getShadowGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the shadow generator for the plot, if any.
- getShadowGenerator() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the shadow generator for the plot, if any.
- getShadowOpacity() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Returns the shadow opacity.
- getShadowPaint() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the shadow paint.
- getShadowPaint() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the shadow paint.
- getShadowPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the shadow paint.
- getShadowSize() - Method in class org.jfree.chart.util.DefaultShadowGenerator
-
Returns the shadow size.
- getShadowsVisible() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the flag that controls whether or not shadows are drawn for
the bars.
- getShadowsVisible() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the flag that controls whether or not shadows are drawn for
the bars.
- getShadowXOffset() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the x-offset for the shadow effect.
- getShadowXOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the shadow x-offset.
- getShadowXOffset() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the shadow x-offset.
- getShadowYOffset() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the y-offset for the shadow effect.
- getShadowYOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the shadow y-offset.
- getShadowYOffset() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns the shadow y-offset.
- getShape() - Method in class org.jfree.chart.LegendItem
-
Returns the shape used to label the series represented by this legend
item.
- getShape() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the shape.
- getShapeAnchor() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the shape anchor.
- getShapeCoords() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns the shape coordinates as a string.
- getShapeLocation() - Method in class org.jfree.chart.title.LegendGraphic
-
Returns the shape location.
- getShapePaint() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Returns the paint used for rendering shapes, or null if
using series paints.
- getShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- getShapesFilled() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
- getShapeStroke() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Returns the stroke used for rendering shapes, or null if
using series strokes.
- getShapesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- getShapesVisible() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns true if a shape will be drawn for every item, or
false if not.
- getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Returns a flag that controls whether or not shapes are drawn for each
data value.
- getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Returns true if shapes are being plotted by the renderer.
- getShapeType() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns a string describing the entity area.
- getSharedAxisStates() - Method in class org.jfree.chart.plot.PlotState
-
Returns a map containing the shared axis states.
- getShowAxisLocation() - Method in class org.jfree.chart.plot.JThermometer
-
Returns the location for the axis.
- getShowValueLines() - Method in class org.jfree.chart.plot.ThermometerPlot
-
- getShowZeroDays() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the flag that controls whether or not zero day counts are
shown in the formatted output.
- getShowZeroHours() - Method in class org.jfree.chart.util.RelativeDateFormat
-
Returns the flag that controls whether or not zero hour counts are
shown in the formatted output.
- getSimpleLabelOffset() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the offset used for the simple labels, if they are displayed.
- getSimpleLabels() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the flag that controls whether simple or extended labels are
displayed on the plot.
- getSize() - Method in class org.jfree.chart.axis.TickUnit
-
Returns the size of the tick unit.
- getSize() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the size.
- getSlope() - Method in class org.jfree.data.function.LineFunction2D
-
Returns the 'b' coefficient that was specified in the constructor.
- getSlope(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
-
Finds the slope of a regression line using least squares.
- getSmallestValue() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the smallest value represented by the axis.
- getSmallFont() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the small font.
- getSortOrder() - Method in class org.jfree.chart.title.LegendTitle
-
Gets the order used to display legend items.
- getSources() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the legend item sources.
- getStackValues(CategoryDataset, int, int, int[]) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Calculates the stacked values (one positive and one negative) of all
series up to, but not including, series for the specified
item.
- getStackValues(TableXYDataset, int, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Calculates the stacked values (one positive and one negative) of all
series up to, but not including, series for the specified
item.
- getStagger() - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Returns the flag that controls whether the series steps are staggered.
- getStandardDeviation() - Method in class org.jfree.data.function.NormalDistributionFunction2D
-
Returns the standard deviation for the function.
- getStandardDeviation() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
-
Returns the standard deviation.
- getStandardDeviationValue() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
-
Returns the standard deviation as a double primitive.
- getStandardTickUnits() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the source for obtaining standard tick units for the axis.
- getStart() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the date/time that marks the start of the time period.
- getStart() - Method in class org.jfree.data.time.SimpleTimePeriod
-
Returns the start date/time.
- getStart() - Method in interface org.jfree.data.time.TimePeriod
-
Returns the start date/time.
- getStartAngle() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the start angle.
- getStartAngle() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the start angle for the scale (in degrees using the same
orientation as Java's Arc2D class).
- getStartAngle() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the start angle for the first pie section.
- getStartAngle() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the start angle for the first radar axis.
- getStartBoundary() - Method in class org.jfree.data.statistics.HistogramBin
-
Returns the start boundary.
- getStartMillis() - Method in class org.jfree.data.time.SimpleTimePeriod
-
Returns the start date/time in milliseconds.
- getStartPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Returns the position of the start of the progress indicator, as a
percentage of the bar width.
- getStartTime() - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Returns the start time for the timeline.
- getStartValue() - Method in class org.jfree.chart.plot.IntervalMarker
-
Returns the start value for the interval.
- getStartValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the start data value for one category in a series.
- getStartValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the start data value for one category in a series.
- getStartValue(int, int) - Method in interface org.jfree.data.category.IntervalCategoryDataset
-
Returns the start value for the interval for a given series and category.
- getStartValue(Comparable, Comparable) - Method in interface org.jfree.data.category.IntervalCategoryDataset
-
Returns the start value for the interval for a given series and category.
- getStartValue(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the start value of a sub-interval for a given item.
- getStartValue(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the start value of a sub-interval for a given item.
- getStartValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the start value of a sub-interval for a given item.
- getStartValue(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the start value of a sub-interval for a given item.
- getStartValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the start value for the interval for a given series and category.
- getStartValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the start value for the interval for a given series and category.
- getStartValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the start value for a task.
- getStartValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the start value for a task.
- getStartValue(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the start value of a sub-interval for a given item.
- getStartValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the start value of a sub-interval for a given item.
- getStartX(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the starting date/time for the specified item (task) in the
given series, measured in milliseconds since 1-Jan-1970 (as in
java.util.Date).
- getStartX(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the start value for a bin.
- getStartX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the start x-value.
- getStartX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the starting x-value for an item within a series.
- getStartX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the lower bound of the x-interval for the specified series and
item.
- getStartX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the start value of the x-interval for an item within a series.
- getStartX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the start x-value for an item within a series.
- getStartX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the start x-value for an item within a series.
- getStartX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the starting X value for the specified series and item.
- getStartX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the start x-value for an item within a series.
- getStartXValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the starting date/time for the specified item (task) in the
given series, measured in milliseconds since 1-Jan-1970 (as in
java.util.Date).
- getStartXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the start x-value (as a double primitive) for an item within a
series.
- getStartXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the start x-value (as a double primitive) for an item within
a series.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
-
Returns the start x-value (as a double primitive) for an item within a
series.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the starting x-value for an item within a series.
- getStartXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the lower bound of the x-interval (as a double primitive) for
the specified series and item.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Returns the start value of the x-interval for an item within a series.
- getStartXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the starting X value for the specified series and item.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the start x-value (as a double primitive) for an item within a
series.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the starting x-value (as a double primitive) for an item within
a series.
- getStartXValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the start x-value (as a double primitive) for an item within a
series.
- getStartY(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the starting value of the y-interval for an item in the
given series.
- getStartY(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the start y-value for a bin (which is the same as the y-value,
this method exists only to support the general form of the
IntervalXYDataset interface).
- getStartY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the start y-value.
- getStartY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the starting y-value for an item within a series.
- getStartY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the lower bound of the y-interval for the specified series and
item.
- getStartY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the start y-value for an item within a series.
- getStartY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the start y-value for an item within a series.
- getStartY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the starting Y value for the specified series and item.
- getStartY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the start y-value for an item within a series.
- getStartYValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the starting value of the y-interval for an item in the
given series.
- getStartYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the start y-value (as a double primitive) for an item within a
series.
- getStartYValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
-
Returns the start y-value (as a double primitive) for an item within a
series.
- getStartYValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the starting y-value for an item within a series.
- getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
-
Returns the lower bound of the y-interval (as a double primitive) for
the specified series and item.
- getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the starting Y value for the specified series and item.
- getStartYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the starting y-value (as a double primitive) for an item within
a series.
- getStartYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the start y-value (as a double primitive) for an item within a
series.
- getStartYValue(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the start y-value (as a double primitive) for an item within a
series.
- getStartZValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
-
Returns the starting Z value for the specified series and item.
- getStdDev(Number[]) - Static method in class org.jfree.data.statistics.Statistics
-
Returns the standard deviation of a set of numbers.
- getStdDevValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the standard deviation value for an item.
- getStdDevValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the standard deviation value for an item.
- getStdDevValue(int, int) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
-
Returns the standard deviation value for an item.
- getStdDevValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
-
Returns the standard deviation value for an item.
- getStepPoint() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Returns the fraction of the domain position between two points on which
the step is drawn.
- getStepPoint() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
Returns the fraction of the domain position between two points on which
the step is drawn.
- getStrictValuesFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the 'strictValuesFlag' flag; if true and 'allowNegativesFlag'
is false then this axis will throw a runtime exception if any of its
values are less than or equal to zero; if false then the axis will
adjust for values less than or equal to zero as needed.
- getStripOutlinePaint() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the paint used to draw the outline of the paint strip.
- getStripOutlineStroke() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the stroke used to draw the outline around the paint strip.
- getStripWidth() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the width of the paint strip, in Java2D units.
- getStroke() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the stroke used to draw the connecting line.
- getStroke() - Method in class org.jfree.chart.block.LineBorder
-
Returns the stroke.
- getStroke() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the current stroke (this attribute is used when drawing shapes).
- getStroke() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the stroke for the crosshair line.
- getStroke() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the stroke.
- getStroke() - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
Returns the stroke.
- getStroke() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns the stroke for the frame.
- getStroke() - Method in class org.jfree.chart.plot.Marker
-
Returns the stroke.
- getStroke(Comparable) - Method in class org.jfree.chart.StrokeMap
-
Returns the stroke associated with the specified key, or
null.
- getSubdivisionCount() - Method in class org.jfree.chart.title.PaintScaleLegend
-
Returns the number of subdivisions used to draw the scale.
- getSubHandlers() - Method in class org.jfree.data.xml.RootHandler
-
Returns the stack of sub handlers.
- getSubIntervalCount(int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the number of sub-intervals for a given item.
- getSubIntervalCount(Comparable, Comparable) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
-
Returns the number of sub-intervals for a given item.
- getSubIntervalCount(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the number of sub-intervals for a given item.
- getSubIntervalCount(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the number of sub-intervals for a given item.
- getSubIntervalCount(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the number of sub-intervals for a given item.
- getSubIntervalCount(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the number of sub-intervals for a given item.
- getSubLabelFont() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Returns the font for the sublabels.
- getSubLabelFont() - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Returns the font used to display the sub-category labels.
- getSubLabelPaint() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Returns the paint for the sublabels.
- getSubLabelPaint() - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Returns the paint used to display the sub-category labels.
- getSubplotCount() - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the number of subplots (possibly zero).
- getSubplotIndex(Point2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the index of the subplot that contains the specified
(x, y) point (the "source" point).
- getSubplotInfo(int) - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Returns the info for a subplot.
- getSubplots() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Returns the list of subplots.
- getSubplots() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Returns the list of subplots.
- getSubplots() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Returns the list of subplots.
- getSubplots() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Returns the list of subplots.
- getSubrangePaint(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Gets the paint used for a particular subrange.
- getSubtask(int) - Method in class org.jfree.data.gantt.Task
-
Returns a sub-task.
- getSubtaskCount() - Method in class org.jfree.data.gantt.Task
-
Returns the sub-task count.
- getSubtitle(int) - Method in class org.jfree.chart.JFreeChart
-
Returns a chart subtitle.
- getSubtitleCount() - Method in class org.jfree.chart.JFreeChart
-
Returns the number of titles for the chart.
- getSubtitlePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the subtitle paint.
- getSubtitles() - Method in class org.jfree.chart.JFreeChart
-
Returns the list of subtitles for the chart.
- getSurroundingItems(int, long) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the indices of the two data items surrounding a particular
millisecond value.
- getSymbols() - Method in class org.jfree.chart.axis.SymbolAxis
-
Returns an array of the symbols for the axis.
- getTasks() - Method in class org.jfree.data.gantt.TaskSeries
-
Returns an unmodifialble list of the tasks in the series.
- getTasks() - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the underlying task series collection that was supplied to the
constructor.
- getTempFilePrefix() - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Returns the prefix for the temporary file names generated by this class.
- getTemplateValue() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the template value.
- getTempOneTimeFilePrefix() - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Returns the prefix for "one time" temporary file names generated by
this class.
- getText() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the text for the annotation.
- getText() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the text for the annotation.
- getText() - Method in class org.jfree.chart.axis.Tick
-
Returns the text version of the tick value.
- getText() - Method in class org.jfree.chart.title.TextTitle
-
Returns the title text.
- getTextAlignment() - Method in class org.jfree.chart.title.TextTitle
-
Returns the text alignment.
- getTextAnchor() - Method in class org.jfree.chart.annotations.TextAnnotation
-
Returns the text anchor.
- getTextAnchor() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the text anchor.
- getTextAnchor() - Method in class org.jfree.chart.axis.Tick
-
Returns the text anchor.
- getTextAnchor() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the text anchor (never null).
- getTextAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
-
Returns the text anchor.
- getTextAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the text anchor.
- getTextAntiAlias() - Method in class org.jfree.chart.JFreeChart
-
Returns the current value stored in the rendering hints table for
RenderingHints.KEY_TEXT_ANTIALIASING.
- getTextBounds(AttributedString, Graphics2D) - Static method in class org.jfree.chart.util.AttrStringUtils
-
Returns the bounds for the attributed string.
- getTextBounds(String, FontMetrics) - Static method in class org.jfree.chart.util.TextUtils
-
Returns the bounds for the specified text.
- getTextBounds(String, double, double, FontMetrics) - Static method in class org.jfree.chart.util.TextUtils
-
Returns the bounds for the specified text when it is drawn with the
left-baseline aligned to the point (x, y).
- getThermometerPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the paint used to draw the thermometer outline.
- getThermometerPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the thermometer paint.
- getThermometerStroke() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the stroke used to draw the thermometer outline.
- getTickLabelFont() - Method in class org.jfree.chart.axis.Axis
-
Returns the font used for the tick labels (if showing).
- getTickLabelFont(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the font for the tick label for the given category.
- getTickLabelFont() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the font used to draw the tick labels (if they are showing).
- getTickLabelFont() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the font used to draw the tick labels.
- getTickLabelFont() - Method in class org.jfree.chart.plot.JThermometer
-
Returns the tick label font.
- getTickLabelFont() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the tick label font.
- getTickLabelFormat() - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getTickLabelFormat() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the tick label format.
- getTickLabelFormatter() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the number formatter used to convert the tick label values to
strings.
- getTickLabelInsets() - Method in class org.jfree.chart.axis.Axis
-
Returns the insets for the tick labels.
- getTickLabelInsets() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current tick label insets value
- getTickLabelOffset() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the tick label offset.
- getTickLabelPaint() - Method in class org.jfree.chart.axis.Axis
-
Returns the color/shade used for the tick labels.
- getTickLabelPaint(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the paint for the tick label for the given category.
- getTickLabelPaint() - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Returns the current tick label paint.
- getTickLabelPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the paint used to draw the tick labels.
- getTickLabelPaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the tick label paint.
- getTickLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the tick label paint.
- getTickLabelsVisible() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns true if the tick labels should be displayed,
and false otherwise.
- getTickLabelsVisible() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the flag that determines whether or not tick labels are visible.
- getTickLength() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Returns the tick length (in Java2D units).
- getTickMarkInsideLength() - Method in class org.jfree.chart.axis.Axis
-
Returns the inside length of the tick marks.
- getTickMarkOutsideLength() - Method in class org.jfree.chart.axis.Axis
-
Returns the outside length of the tick marks.
- getTickMarkPaint() - Method in class org.jfree.chart.axis.Axis
-
Returns the paint used to draw tick marks (if they are showing).
- getTickMarkPosition() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the tick mark position (start, middle or end of the time period).
- getTickMarkStroke() - Method in class org.jfree.chart.axis.Axis
-
Returns the stroke used to draw tick marks.
- getTickPaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the paint used to draw the ticks around the dial.
- getTickRadius() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the radius (as a percentage of the maximum space available) of
the outer limit of the tick marks.
- getTicks() - Method in class org.jfree.chart.axis.AxisState
-
Returns the list of ticks.
- getTickSize() - Method in class org.jfree.chart.axis.NumberTickUnitSource
-
- getTickSize() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the tick size (the interval between ticks on the dial).
- getTickType() - Method in class org.jfree.chart.axis.ValueTick
-
Returns the tick type (major or minor).
- getTickUnit() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the tick unit for the axis.
- getTickUnit() - Method in class org.jfree.chart.axis.LogAxis
-
Returns the current tick unit.
- getTickUnit() - Method in class org.jfree.chart.axis.NumberAxis
-
Returns the tick unit for the axis.
- getTickValues() - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Returns the tick values.
- getTime(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Special method that handles conversion between the Default Time Zone and
a UTC time zone with no DST.
- getTime() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the date/time.
- getTimeFromLong(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Converts a date/time value to take account of daylight savings time.
- getTimeline() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the underlying timeline used by this axis.
- getTimePeriod(int) - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the time period at the specified index.
- getTimePeriod(int) - Method in class org.jfree.data.time.TimeSeries
-
Returns the time period at the specified index.
- getTimePeriod(int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the time period for the specified item.
- getTimePeriodClass() - Method in class org.jfree.data.time.TimeSeries
-
Returns the time period class for this series.
- getTimePeriods() - Method in class org.jfree.data.time.TimeSeries
-
Returns a collection of all the time periods in the time series.
- getTimePeriodsUniqueToOtherSeries(TimeSeries) - Method in class org.jfree.data.time.TimeSeries
-
Returns a collection of time periods in the specified series, but not in
this series, and therefore unique to the specified series.
- getTimeSeriesInstance() - Static method in class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Returns a tool tip generator that formats the x-values as dates and the
y-values as numbers.
- getTimeZone() - Method in class org.jfree.chart.axis.DateAxis
-
Returns the time zone for the axis.
- getTimeZone() - Method in class org.jfree.chart.axis.PeriodAxis
-
Returns the time zone used to convert the periods defining the axis
range into absolute milliseconds.
- getTipRadius() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Returns the tip radius.
- getTipRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Returns the tip radius.
- getTitle() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the title for the annotation.
- getTitle() - Method in class org.jfree.chart.entity.TitleEntity
-
Returns the title that occupies the entity area.
- getTitle() - Method in class org.jfree.chart.event.TitleChangeEvent
-
Returns the title that generated the event.
- getTitle() - Method in class org.jfree.chart.JFreeChart
-
Returns the main chart title.
- getTitleAnchor() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the title anchor for the annotation.
- getTitleEditor() - Method in class org.jfree.chart.editor.DefaultChartEditor
-
Returns a reference to the title editor.
- getTitleFont() - Method in class org.jfree.chart.editor.DefaultTitleEditor
-
Returns the font selected in the panel.
- getTitlePaint() - Method in class org.jfree.chart.editor.DefaultTitleEditor
-
Returns the paint selected in the panel.
- getTitlePaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the title paint.
- getTitleText() - Method in class org.jfree.chart.editor.DefaultTitleEditor
-
Returns the title text entered in the panel.
- getToolTipCount(int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Returns the number of tool tips in a given list.
- getToolTipGenerator() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the tool tip generator.
- getToolTipGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the tool tip generator, an object that is responsible for
generating the text items used for tool tips by the plot.
- getToolTipGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the tool tip generator for the plot.
- getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Returns the tool tip generator that should be used for the specified
item.
- getToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Returns the tool tip generator that should be used for the specified
item.
- getToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the tooltip generator for the specified series and item.
- getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Returns the tool tip generator for a data item.
- getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the tool tip generator for a data item.
- getToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the tool tip generator for a data item.
- getToolTipText() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
Returns the tool tip text for the annotation.
- getToolTipText() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the tool tip text.
- getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
-
Returns a string for the tooltip.
- getToolTipText() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns the tool tip text for the entity.
- getTooltipText(ChartCanvas, double, double) - Method in class org.jfree.chart.fx.interaction.TooltipHandlerFX
-
Returns the tooltip text.
- getToolTipText(int, int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
Returns the tool tip text for an item.
- getToolTipText() - Method in class org.jfree.chart.LegendItem
-
Returns the tool tip text.
- getToolTipText() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Returns the tool tip text.
- getToolTipText() - Method in class org.jfree.chart.title.TextTitle
-
Returns the tool tip text.
- getTop() - Method in class org.jfree.chart.axis.AxisSpace
-
Returns the space reserved for axes at the top of the plot area.
- getTotal() - Method in class org.jfree.chart.plot.PiePlotState
-
Returns the total of the values in the dataset.
- getTotal(int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the total number of observations for a series.
- getTransferData(DataFlavor) - Method in class org.jfree.chart.ChartTransferable
-
Returns the content for the requested flavor, if it is supported.
- getTransferDataFlavors() - Method in class org.jfree.chart.ChartTransferable
-
Returns the data flavors supported.
- getTransform() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns a copy of the current transform.
- getTransform() - Method in class org.jfree.chart.needle.MeterNeedle
-
Returns the transform.
- getTranslateX() - Method in class org.jfree.chart.block.BlockParams
-
Returns the translation required to convert local x-coordinates back to
the coordinate space of the container.
- getTranslateY() - Method in class org.jfree.chart.block.BlockParams
-
Returns the translation required to convert local y-coordinates back to
the coordinate space of the container.
- getTranspose() - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
-
Returns a flag that controls whether or not the table values are
transposed when added to the dataset.
- getTreatLegendShapeAsLine() - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Returns the flag that controls whether or not the legend shape is
treated as a line when creating legend items.
- getTrigger() - Method in class org.jfree.chart.ChartMouseEvent
-
Returns the mouse event that triggered this event.
- getTrigger() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the mouse event that triggered this event.
- getType() - Method in class org.jfree.chart.event.ChartChangeEvent
-
Returns the event type.
- getType() - Method in class org.jfree.chart.event.ChartProgressEvent
-
Returns the event type.
- getType() - Method in class org.jfree.data.KeyedValueComparator
-
Returns the type.
- getType() - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the histogram type.
- getUnderlyingDataset() - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the underlying dataset.
- getUnderlyingDataset() - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the underlying dataset that was supplied to the constructor.
- getUnderlyingDataset() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the underlying dataset that was supplied to the constructor.
- getUnderlyingDataset() - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the underlying dataset that was specified via the constructor.
- getUniqueValueCount() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the number of unique values.
- getUniqueValues() - Method in class org.jfree.data.general.WaferMapDataset
-
Returns the set of unique values.
- getUnit() - Method in class org.jfree.chart.axis.DateTickUnit
-
- getUnits() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns a string describing the units for the dial.
- getUnits() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a code indicating the unit display type.
- getUnitType() - Method in class org.jfree.chart.axis.DateTickUnit
-
Returns the unit type.
- getUpArrow() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns a shape that can be displayed as an arrow pointing upwards at
the end of an axis line.
- getUpPaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the paint used to fill candles when the price moves up from open
to close.
- getUpperBound() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the upper bound for the axis range.
- getUpperBound() - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Returns the upper bound of the dial range.
- getUpperBound() - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Returns the upper bound for the scale.
- getUpperBound() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns the upper bound for the thermometer.
- getUpperBound() - Method in class org.jfree.chart.renderer.GrayPaintScale
-
Returns the upper bound.
- getUpperBound() - Method in class org.jfree.chart.renderer.LookupPaintScale
-
Returns the upper bound.
- getUpperBound() - Method in interface org.jfree.chart.renderer.PaintScale
-
Returns the upper bound for the scale.
- getUpperBound() - Method in class org.jfree.data.Range
-
Returns the upper bound for the range.
- getUpperBound() - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Return the upper bound.
- getUpperClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Returns the upper clip value.
- getUpperDate() - Method in class org.jfree.data.time.DateRange
-
Returns the upper (later) date for the range.
- getUpperMargin() - Method in class org.jfree.chart.axis.CategoryAxis
-
Returns the upper margin for the axis.
- getUpperMargin() - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the upper margin for the axis, expressed as a percentage of the
axis range.
- getUpperMillis() - Method in class org.jfree.data.time.DateRange
-
Returns the upper bound of the range in milliseconds.
- getUpperY() - Method in class org.jfree.chart.plot.PieLabelRecord
-
Returns the upper bound of the label.
- getURL() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
Returns the URL for the annotation.
- getURL(int, int) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Returns the URL for an item.
- getURL(Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
-
Returns the URL for a section in the specified map.
- getURL(int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
-
Returns the URL for an item.
- getURLCount(int) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
-
Returns the number of URLs in a given list.
- getURLCount(int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
-
Returns the number of URLs in a given map (specified by its position
in the map list).
- getURLCount(int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
-
Returns the number of URLs in a given list.
- getURLGenerator() - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Returns the URL generator for HTML image maps.
- getURLGenerator() - Method in class org.jfree.chart.plot.PiePlot
-
Returns the URL generator.
- getURLGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns the URL generator for the plot.
- getURLGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns the URL generator.
- getURLGenerator() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Returns the URL generator for HTML image maps.
- getURLGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Returns the URL generator for HTML image maps.
- getURLGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Returns the URL generator for HTML image maps.
- getURLText() - Method in class org.jfree.chart.block.LabelBlock
-
Returns the URL text.
- getURLText() - Method in class org.jfree.chart.entity.ChartEntity
-
Returns the URL text for the entity.
- getURLText() - Method in class org.jfree.chart.LegendItem
-
Returns the URL text.
- getURLText() - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Returns the URL text.
- getURLText() - Method in class org.jfree.chart.title.TextTitle
-
Returns the URL text.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns true if the renderer should use the fill paint
setting to fill shapes, and false if it should just
use the regular paint.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns true if the renderer should use the fill paint
setting to fill shapes, and false if it should just
use the regular paint.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Returns true if the renderer should use the fill paint
setting to fill shapes, and false if it should just
use the regular paint.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Returns the flag that controls whether the series fill paint is used to
fill the area under the line.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns true if the renderer should use the fill paint
setting to fill shapes, and false if it should just
use the regular paint.
- getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns true if the renderer should use the fill paint
setting to fill shapes, and false if it should just
use the regular paint.
- getUseOutlinePaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag that controls whether the outline paint is used for
shape outlines.
- getUseOutlinePaint() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the flag that controls whether the outline paint is used for
shape outlines.
- getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the flag that controls whether or not the renderer's outline
paint is used to draw the candlestick outline.
- getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Returns true if the renderer should use the outline paint
setting to draw shape outlines, and false if it should just
use the regular paint.
- getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Returns the flag that controls whether the outline paint is used for
shape outlines.
- getUseOutlinePaintForWhiskers() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the flag that, if true, causes the whiskers to
be drawn using the series outline paint.
- getUserAgentStylesheet() - Method in class org.jfree.chart.fx.ChartViewer
-
- getUseSeriesOffset() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Returns the flag that controls whether or not the x-position for each
data item is offset within the category according to the series.
- getUseSeriesOffset() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Returns the flag that controls whether or not the x-position for each
data item is offset within the category according to the series.
- getUseSubrangePaint() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a flag that controls whether or not the mercury color changes
for each subrange.
- getUseYInterval() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Returns a flag that determines whether the y-interval from the dataset is
used to calculate the length of each bar.
- getValue() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Returns the value that the annotation attaches to.
- getValue() - Method in class org.jfree.chart.axis.ValueTick
-
Returns the value.
- getValue() - Method in class org.jfree.chart.plot.Crosshair
-
Returns the crosshair value.
- getValue(int) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the value from the specified dataset.
- getValue() - Method in class org.jfree.chart.plot.JThermometer
-
Returns the value of the thermometer.
- getValue() - Method in class org.jfree.chart.plot.ValueMarker
-
Returns the value.
- getValue(int) - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns a value from the dataset.
- getValue(Comparable) - Method in class org.jfree.data.category.CategoryToPieDataset
-
Returns the value for a given key.
- getValue(int, int) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns a value from the table.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Returns the value for a pair of keys.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the data value for one category in a series.
- getValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Returns the data value for one category in a series.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns the value for a pair of keys.
- getValue(int, int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Returns a value from the table.
- getValue() - Method in class org.jfree.data.DefaultKeyedValue
-
Returns the value.
- getValue(int) - Method in class org.jfree.data.DefaultKeyedValues
-
Returns a value.
- getValue(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
-
Returns the value for a given key.
- getValue(int, int) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the value for a given row and column.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Returns the value for the given row and column keys.
- getValue(double) - Method in interface org.jfree.data.function.Function2D
-
Returns the value of the function ('y') for a given input ('x').
- getValue(double) - Method in class org.jfree.data.function.LineFunction2D
-
Returns the function value.
- getValue(double) - Method in class org.jfree.data.function.NormalDistributionFunction2D
-
Returns the function value.
- getValue(double) - Method in class org.jfree.data.function.PolynomialFunction2D
-
Returns the function value.
- getValue(double) - Method in class org.jfree.data.function.PowerFunction2D
-
Returns the value of the function for a given input ('x').
- getValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns the value for a pair of keys.
- getValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Returns a value from the table.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the value for an item.
- getValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Returns the value for a task.
- getValue() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
-
Returns the value.
- getValue(int) - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns a value.
- getValue(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
-
Returns the data value associated with a key.
- getValue() - Method in class org.jfree.data.general.DefaultValueDataset
-
Returns the value.
- getValue(Comparable) - Method in interface org.jfree.data.KeyedValues
-
Returns the value for a given key.
- getValue(Comparable, Comparable) - Method in interface org.jfree.data.KeyedValues2D
-
Returns the value associated with the specified keys.
- getValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the value for an item.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Returns the value for an item.
- getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the average value for the specified item.
- getValue(int, int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns the average value for the specified item.
- getValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the value for an item (for this dataset, the mean value is
returned).
- getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
-
Returns the value for an item (for this dataset, the mean value is
returned).
- getValue() - Method in class org.jfree.data.time.TimePeriodValue
-
Returns the value.
- getValue(int) - Method in class org.jfree.data.time.TimePeriodValues
-
Returns the value at the specified index.
- getValue(int) - Method in class org.jfree.data.time.TimeSeries
-
Returns the value at the specified index.
- getValue(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
-
Returns the value for a time period.
- getValue() - Method in class org.jfree.data.time.TimeSeriesDataItem
-
Returns the value.
- getValue() - Method in interface org.jfree.data.Value
-
Returns the value.
- getValue(int) - Method in interface org.jfree.data.Values
-
Returns the value with the specified index.
- getValue(int, int) - Method in interface org.jfree.data.Values2D
-
Returns a value from the table.
- getValue() - Method in class org.jfree.data.xml.ItemHandler
-
Returns the key that has been read by the handler, or null.
- getValue1() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the y-value for the start of the line.
- getValue2() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Returns the y-value for the end of the line.
- getValueAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Returns the value anchor.
- getValueAt(int, int) - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Returns the data value for a cell in the table model.
- getValueAt(int, int) - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Returns a value of the specified cell.
- getValueFont() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the font for the value label.
- getValueFont() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Gets the font used to display the current value.
- getValueLocation() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Returns a code indicating the location at which the value label is
displayed.
- getValuePaint() - Method in class org.jfree.chart.plot.MeterPlot
-
Returns the paint for the value label.
- getValuePaint() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Gets the paint used to display the current value.
- getValues(int, int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns a list (possibly empty) of the values for the specified item.
- getValues(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
-
Returns a list (possibly empty) of the values for the specified item.
- getValues(int, int) - Method in interface org.jfree.data.statistics.MultiValueCategoryDataset
-
Returns a list (possibly empty) of the values for the specified item.
- getValues(Comparable, Comparable) - Method in interface org.jfree.data.statistics.MultiValueCategoryDataset
-
Returns a list (possibly empty) of the values for the specified item.
- getVector() - Method in class org.jfree.data.xy.VectorDataItem
-
Returns the vector.
- getVector(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the vector for an item in a series.
- getVector(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
-
Returns the vector for an item in a series.
- getVectorX() - Method in class org.jfree.data.xy.VectorDataItem
-
Returns the x-component for the vector.
- getVectorXValue(int) - Method in class org.jfree.data.xy.VectorSeries
-
Returns the x-component of the vector for an item in the series.
- getVectorXValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the x-component of the vector for an item in a series.
- getVectorXValue(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
-
Returns the x-component of the vector for an item in a series.
- getVectorY() - Method in class org.jfree.data.xy.VectorDataItem
-
Returns the y-component for the vector.
- getVectorYValue(int) - Method in class org.jfree.data.xy.VectorSeries
-
Returns the y-component of the vector for an item in the series.
- getVectorYValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the y-component of the vector for an item in a series.
- getVectorYValue(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
-
Returns the y-component of the vector for an item in a series.
- getVerticalAlignment() - Method in class org.jfree.chart.title.Title
-
Returns the vertical alignment of the title.
- getVerticalAxisTrace() - Method in class org.jfree.chart.ChartPanel
-
Returns the flag that controls whether or not a vertical axis trace
line is drawn over the plot area at the current mouse location.
- getVerticalTraceLine() - Method in class org.jfree.chart.ChartPanel
-
Returns the vertical trace line.
- getViewHeight() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the height of the viewing rectangle.
- getViewWidth() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the width of the viewing rectangle.
- getViewX() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the x-coordinate of the viewing rectangle.
- getViewY() - Method in class org.jfree.chart.plot.dial.DialPlot
-
Returns the y-coordinate of the viewing rectangle.
- getVisibleSeriesArray() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns a copy of the visible series array.
- getVisibleSeriesCount() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns the number of visible series or -1 if no visible series have
been specified.
- getVisibleSeriesIndex(int) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Returns the index of the row relative to the visible rows.
- getVolume(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the volume value for the specified series and item.
- getVolume(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the volume.
- getVolume(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns null always, because this dataset doesn't record
any volume data.
- getVolume(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the volume-value for one item in a series.
- getVolume(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the trading volume.
- getVolume() - Method in class org.jfree.data.xy.OHLCDataItem
-
Returns the volume.
- getVolume(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the volume for the specified series and item.
- getVolumePaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Returns the paint that is used to fill the volume bars if they are
visible.
- getVolumeValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the volume-value (as a double primitive) for an item within a
series.
- getVolumeValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the volume-value (as a double primitive) for an item within a
series.
- getVolumeValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns Double.NaN always, because this dataset doesn't
record any volume data.
- getVolumeValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the volume-value (as a double primitive) for an item within a
series.
- getVolumeValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the volume-value (as a double primitive) for an item within a
series.
- getVolumeValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
-
Returns the volume-value (as a double primitive) for an item within a
series.
- getWaferEdge(Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Calculates the location of the waferedge.
- getWallPaint() - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Returns the paint used to highlight the left and bottom wall in the plot
background.
- getWallPaint() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Returns the paint used to highlight the left and bottom wall in the plot
background.
- getWallPaint() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Returns the paint used to highlight the left and bottom wall in the plot
background.
- getWallPaint() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the wall paint for charts with a 3D effect.
- getWebPoint(Rectangle2D, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Returns a cartesian point from a polar angle, length and bounding box
- getWeek() - Method in class org.jfree.data.time.Week
-
Returns the week.
- getWeight() - Method in class org.jfree.chart.plot.CategoryPlot
-
Returns the weight for this plot when it is used as a subplot within a
combined plot.
- getWeight() - Method in class org.jfree.chart.plot.XYPlot
-
Returns the weight for this plot when it is used as a subplot within a
combined plot.
- getWhiskerWidth() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Returns the width of the whiskers as fraction of the bar width.
- getWidth() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the width (in data space) of the data rectangle into which the
image will be drawn.
- getWidth() - Method in class org.jfree.chart.block.AbstractBlock
-
Returns the natural width of the block, if this is known in advance.
- getWidth() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the fixed width.
- getWidth() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Get the width of this item.
- getWidthConstraintType() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the constraint type.
- getWidthRadius() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Returns the width radius.
- getWidthRange() - Method in class org.jfree.chart.block.RectangleConstraint
-
Returns the width range.
- getWidthRatio() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the ratio used to calculate the maximum category label width.
- getWidthType() - Method in class org.jfree.chart.axis.CategoryLabelPosition
-
Returns the width calculation type.
- getWindDirection(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the wind direction for one item within a series.
- getWindDirection() - Method in class org.jfree.data.xy.WindDataItem
-
Returns the wind direction.
- getWindDirection(int, int) - Method in interface org.jfree.data.xy.WindDataset
-
Returns the wind direction (should be in the range 0 to 12,
corresponding to the positions on an upside-down clock face).
- getWindForce(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the wind force for one item within a series.
- getWindForce() - Method in class org.jfree.data.xy.WindDataItem
-
Returns the wind force.
- getWindForce(int, int) - Method in interface org.jfree.data.xy.WindDataset
-
Returns the wind force on the Beaufort scale (0 to 12).
- getWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Returns the shape for the window for this dial.
- getWindow(Rectangle2D) - Method in interface org.jfree.chart.plot.dial.DialFrame
-
Returns the shape of the viewing window for the dial, or
null if the dial is completely open.
- getWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Returns the shape for the window for this dial.
- getWrapper() - Method in class org.jfree.chart.title.LegendTitle
-
Returns the wrapper container, if any.
- getX() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the x-coordinate (in data space) for the annotation.
- getX() - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Returns the x-coordinate (in data space) for the annotation.
- getX() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the x coordinate for the text anchor point (measured against the
domain axis).
- getX() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the x-coordinate for the annotation.
- getX() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Get the x-coordinate for the item's location.
- getX() - Method in class org.jfree.chart.renderer.Outlier
-
Returns the x coordinate of the bounding box containing the outlier
ellipse.
- getX(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the x-value.
- getX(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the x value for the specified series and index (zero-based
indices).
- getX(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the x-value for the specified series.
- getX(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the X-value for the specified series and item.
- getX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the X-value for the specified series and item.
- getX(int, int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the x-value for the specified series and item.
- getX(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the x-value for one item in a series.
- getX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the X value for a bin.
- getX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the x-value.
- getX(RegularTimePeriod) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the x-value for a time period.
- getX(RegularTimePeriod) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the x-value for a time period.
- getX(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the x-value for the specified series and item.
- getX(TimePeriod) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the x-value for a time period.
- getX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the x-value for the specified series and item.
- getX(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the x-value for a time period.
- getX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the x-value for the specified series and item.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the x-value for one item in a series.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the x-value for a data item.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the x-value for the specified series and item.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the x-value for one item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the j index value of the specified Mij matrix item in the
specified matrix series.
- getX() - Method in class org.jfree.data.xy.Vector
-
Returns the x-value.
- getX(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the x-value for an item within a series.
- getX() - Method in class org.jfree.data.xy.WindDataItem
-
Returns the x-value.
- getX() - Method in class org.jfree.data.xy.XIntervalDataItem
-
Returns the x-value.
- getX(int) - Method in class org.jfree.data.xy.XIntervalSeries
-
Returns the x-value for the specified item.
- getX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the x-value for an item within a series.
- getX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the x-value for an item within a series.
- getX() - Method in class org.jfree.data.xy.XYCoordinate
-
Returns the x-coordinate.
- getX() - Method in class org.jfree.data.xy.XYDataItem
-
Returns the x-value.
- getX(int, int) - Method in interface org.jfree.data.xy.XYDataset
-
Returns the x-value for an item within a series.
- getX() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the x-value.
- getX(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the x-value for the specified item.
- getX(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the x-value for an item within a series.
- getX(int) - Method in class org.jfree.data.xy.XYSeries
-
Returns the x-value at the specified index.
- getX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the x-value for the specified series and item.
- getX() - Method in class org.jfree.data.xy.YIntervalDataItem
-
Returns the x-value.
- getX(int) - Method in class org.jfree.data.xy.YIntervalSeries
-
Returns the x-value for the specified item.
- getX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the x-value for an item within a series.
- getXDate(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the x-value for one item in a series, as a Date.
- getXDate(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the x-value for one item in a series, as a Date.
- getXDate(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the x-value for a data item as a date.
- getXDateFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the date formatter for the x-values.
- getXFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the number formatter for the x-values.
- getXHigh() - Method in class org.jfree.data.xy.XYInterval
-
Returns the upper bound of the x-interval.
- getXHigh() - Method in class org.jfree.data.xy.YWithXInterval
-
Returns the upper bound of the x-interval.
- getXHighValue() - Method in class org.jfree.data.xy.XIntervalDataItem
-
Returns the upper bound of the x-interval.
- getXHighValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
-
Returns the upper bound of the x-interval for the specified item.
- getXHighValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the upper bound of the x-interval.
- getXHighValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the upper bound of the x-interval for the specified item in the
series.
- getXIndices() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the index of the xvalues.
- getXIndices() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the index of the xvalues.
- getXLow() - Method in class org.jfree.data.xy.XYInterval
-
Returns the lower bound of the x-interval.
- getXLow() - Method in class org.jfree.data.xy.YWithXInterval
-
Returns the lower bound of the x-interval.
- getXLowValue() - Method in class org.jfree.data.xy.XIntervalDataItem
-
Returns the lower bound of the x-interval.
- getXLowValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
-
Returns the lower bound of the x-interval for the specified item.
- getXLowValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the lower bound of the x-interval.
- getXLowValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the lower bound of the x-interval for the specified item in the
series.
- getXOffset() - Method in interface org.jfree.chart.Effect3D
-
Returns the x-offset (in Java2D units) for the 3D effect.
- getXOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Returns the x-offset for the 3D effect.
- getXOffset() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Returns the x-offset for the 3D effect.
- getXOffset() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Returns the x-offset for the 3D effect.
- getXPosition() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the position within each time period that is used for the X
value when the collection is used as an
XYDataset.
- getXPosition() - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the position of the X value within each time period.
- getXPosition() - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the position within each time period that is used for the X
value when the collection is used as an
XYDataset.
- getXPosition() - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the position within each time period that is used for the X
value.
- getXRange() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
-
Returns the range of x-values (in data space) that the annotation
uses.
- getXRange() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the x-range for the annotation.
- getXSampleCount() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the number of x values across the width of the dataset.
- getXSampleCount() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the number of x values across the width of the dataset.
- getXSymbolicValue(int, int) - Method in interface org.jfree.data.xy.XisSymbolic
-
Returns the symbolic value of the data set specified by
series and item parameters.
- getXSymbolicValue(Integer) - Method in interface org.jfree.data.xy.XisSymbolic
-
Returns the symbolic value linked with the specified
Integer.
- getXSymbolicValues() - Method in interface org.jfree.data.xy.XisSymbolic
-
Returns the list of symbolic values.
- getXValue() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the xValue.
- getXValue(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the x-value (as a double primitive) for an item within a
series.
- getXValue(int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns an x value.
- getXValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue(int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
A convenience method that returns the x-value for the given index.
- getXValue(int) - Method in interface org.jfree.data.general.HeatMapDataset
-
A convenience method that returns the x-value for the given index.
- getXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the x-value for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue(TimePeriod) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the x-value for a time period.
- getXValue(int, int) - Method in class org.jfree.data.xy.AbstractXYDataset
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the x-value for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the x-value for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the x-value for an item within a series.
- getXValue() - Method in class org.jfree.data.xy.VectorDataItem
-
Returns the x-value.
- getXValue(int) - Method in class org.jfree.data.xy.VectorSeries
-
Returns the x-value for the specified item.
- getXValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the x-value for an item within a series.
- getXValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the x-value (as a double primitive) for an item within a series.
- getXValue() - Method in class org.jfree.data.xy.XYDataItem
-
Returns the x-value as a double primitive.
- getXValue(int, int) - Method in interface org.jfree.data.xy.XYDataset
-
Returns the x-value for an item within a series.
- getXValues() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the array of Numbers representing the x data values.
- getXValues() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the x values.
- getXYBarPainter() - Method in class org.jfree.chart.StandardChartTheme
-
Returns the XY bar painter.
- getXYPlot() - Method in class org.jfree.chart.JFreeChart
-
Returns the plot cast as an
XYPlot.
- getY() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the y-coordinate (in data space) for the annotation.
- getY() - Method in class org.jfree.chart.annotations.XYImageAnnotation
-
Returns the y-coordinate (in data space) for the annotation.
- getY() - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Returns the y coordinate for the text anchor point (measured against the
range axis).
- getY() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Returns the y-coordinate for the annotation.
- getY() - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Get the y-coordinate for the item's location.
- getY() - Method in class org.jfree.chart.renderer.Outlier
-
Returns the y coordinate of the bounding box containing the outlier
ellipse.
- getY(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the y value for the specified series and index (zero-based
indices).
- getY(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the y-value for the specified series/item.
- getY(int, int) - Method in class org.jfree.data.general.CombinedDataset
-
Deprecated.
Returns the Y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Returns the Y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Returns the y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Returns the y-value for one item in a series.
- getY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
-
Returns the y-value for a bin (calculated to take into account the
histogram type).
- getY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Returns the y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Returns the y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Returns the y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
-
Returns the y-value for one item in a series.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Returns the y-value for the specified series and item.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
-
Returns the y-value for one item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the i index value of the specified Mij matrix item in the
specified matrix series.
- getY() - Method in class org.jfree.data.xy.Vector
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the y-value for an item within a series.
- getY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the y-value for an item within a series.
- getY() - Method in class org.jfree.data.xy.XYCoordinate
-
Returns the y-coordinate.
- getY() - Method in class org.jfree.data.xy.XYDataItem
-
Returns the y-value.
- getY(int, int) - Method in interface org.jfree.data.xy.XYDataset
-
Returns the y-value for an item within a series.
- getY() - Method in class org.jfree.data.xy.XYInterval
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the y-value for an item within a series.
- getY(int) - Method in class org.jfree.data.xy.XYSeries
-
Returns the y-value at the specified index.
- getY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Returns the y-value for the specified series and item.
- getY() - Method in class org.jfree.data.xy.YInterval
-
Returns the y-value.
- getY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the y-value for an item within a series.
- getY() - Method in class org.jfree.data.xy.YWithXInterval
-
Returns the y-value.
- getYDateFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the date formatter for the y-values.
- getYear() - Method in class org.jfree.data.time.Day
-
Returns the year.
- getYear() - Method in class org.jfree.data.time.Hour
-
Returns the year in which this hour falls.
- getYear() - Method in class org.jfree.data.time.Month
-
Returns the year in which the month falls.
- getYear() - Method in class org.jfree.data.time.Quarter
-
Returns the year.
- getYear() - Method in class org.jfree.data.time.Week
-
Returns the year in which the week falls.
- getYear() - Method in class org.jfree.data.time.Year
-
Returns the year.
- getYearValue() - Method in class org.jfree.data.time.Month
-
Returns the year in which the month falls.
- getYearValue() - Method in class org.jfree.data.time.Quarter
-
Returns the year.
- getYearValue() - Method in class org.jfree.data.time.Week
-
Returns the year in which the week falls, as an integer value.
- getYFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
Returns the number formatter for the y-values.
- getYHigh() - Method in class org.jfree.data.xy.XYInterval
-
Returns the upper bound of the y-interval.
- getYHigh() - Method in class org.jfree.data.xy.YInterval
-
Returns the upper bound of the y-interval.
- getYHighValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the upper bound of the y-interval.
- getYHighValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the upper bound of the y-interval for the specified item in the
series.
- getYHighValue() - Method in class org.jfree.data.xy.YIntervalDataItem
-
Returns the upper bound of the y-interval.
- getYHighValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
-
Returns the upper bound of the y-interval for the specified item in the
series.
- getYLow() - Method in class org.jfree.data.xy.XYInterval
-
Returns the lower bound of the y-interval.
- getYLow() - Method in class org.jfree.data.xy.YInterval
-
Returns the lower bound of the y-interval.
- getYLowValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the lower bound of the y-interval.
- getYLowValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the lower bound of the Y-interval for the specified item in the
series.
- getYLowValue() - Method in class org.jfree.data.xy.YIntervalDataItem
-
Returns the lower bound of the y-interval.
- getYLowValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
-
Returns the lower bound of the Y-interval for the specified item in the
series.
- getYOffset() - Method in interface org.jfree.chart.Effect3D
-
Returns the y-offset (in Java2D units) for the 3D effect.
- getYOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Returns the y-offset for the 3D effect.
- getYOffset() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Returns the y-offset for the 3D effect.
- getYOffset() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Returns the y-offset for the 3D effect.
- getYRange() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
-
Returns the range of y-values (in data space) that the annotation
uses.
- getYRange() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
-
Returns the y-range for the annotation.
- getYSampleCount() - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the number of y values (or samples) for the dataset.
- getYSampleCount() - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the number of y values (or samples) for the dataset.
- getYSymbolicValue(int, int) - Method in interface org.jfree.data.xy.YisSymbolic
-
Returns the symbolic value of the data set specified by
series and item parameters.
- getYSymbolicValue(Integer) - Method in interface org.jfree.data.xy.YisSymbolic
-
Returns the symbolic value linked with the specified
Integer.
- getYSymbolicValues() - Method in interface org.jfree.data.xy.YisSymbolic
-
Returns the list of symbolic values.
- getYValue() - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Returns the yValue.
- getYValue(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Returns the y-value (as a double primitive) for an item within a
series.
- getYValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Returns the y-value (as a double primitive) for an item within a series.
- getYValue(int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
A convenience method that returns the y-value for the given index.
- getYValue(int) - Method in interface org.jfree.data.general.HeatMapDataset
-
A convenience method that returns the y-value for the given index.
- getYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Returns the y-value (as a double primitive) for an item within a series.
- getYValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Returns the y-value.
- getYValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
-
Returns the y-value.
- getYValue(int, int) - Method in class org.jfree.data.xy.AbstractXYDataset
-
Returns the y-value (as a double primitive) for an item within a series.
- getYValue(int, int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Returns the y-value for an item within a series.
- getYValue(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
-
Returns the y-value for an item within a series.
- getYValue(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the y-value for an item within a series.
- getYValue() - Method in class org.jfree.data.xy.VectorDataItem
-
Returns the y-value.
- getYValue(int) - Method in class org.jfree.data.xy.VectorSeries
-
Returns the y-value for the specified item.
- getYValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
-
Returns the y-value for an item within a series.
- getYValue() - Method in class org.jfree.data.xy.XIntervalDataItem
-
Returns the y-value.
- getYValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
-
Returns the y-value for the specified item.
- getYValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
-
Returns the y-value (as a double primitive) for an item within a
series.
- getYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
-
Returns the y-value (as a double primitive) for an item within a series.
- getYValue() - Method in class org.jfree.data.xy.XYDataItem
-
Returns the y-value as a double primitive.
- getYValue(int, int) - Method in interface org.jfree.data.xy.XYDataset
-
Returns the y-value (as a double primitive) for an item within a series.
- getYValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
-
Returns the y-value.
- getYValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Returns the y-value for the specified item.
- getYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
-
Returns the y-value (as a double primitive) for an item within a
series.
- getYValue() - Method in class org.jfree.data.xy.YIntervalDataItem
-
Returns the y-value.
- getYValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
-
Returns the y-value for the specified item.
- getYValue(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
-
Returns the y-value (as a double primitive) for an item within a
series.
- getYValues() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the array of Numbers representing the y data values.
- getYValues() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns a Number array containing all y values.
- getZ(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the z value for the specified series and index (zero-based
indices).
- getZ(int, int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the z-value at the specified sample position in the dataset.
- getZ(int, int) - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the z-value at the specified sample position in the dataset.
- getZ(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the z-value for an item within a series.
- getZ(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
-
Returns the Mij item value of the specified Mij matrix item in the
specified matrix series.
- getZ(int, int) - Method in interface org.jfree.data.xy.XYZDataset
-
Returns the z-value for the specified series and item.
- getZDateFormat() - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
Returns the date formatter for the z-values.
- getZDateFormat() - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Returns the date formatter for the z-values.
- getZeroStrokeWidth() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Returns the width to use for the stroke when the AWT stroke
specified has a zero width (the default value is 0.5).
- getZFormat() - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
Returns the number formatter for the z-values.
- getZFormat() - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Returns the number formatter for the z-values.
- getZoomAroundAnchor() - Method in class org.jfree.chart.ChartPanel
-
Returns the flag that controls whether or not zoom operations are
centered around the current anchor point.
- getZoomFactor() - Method in class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Returns the zoom factor.
- getZoomFactor() - Method in class org.jfree.chart.MouseWheelHandler
-
Returns the current zoom factor.
- getZoomFillPaint() - Method in class org.jfree.chart.ChartPanel
-
Returns the zoom rectangle fill paint.
- getZoomFillPaint() - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Returns the current fill paint for the zoom rectangle.
- getZoomInFactor() - Method in class org.jfree.chart.ChartPanel
-
Returns the zoom in factor.
- getZoomOutFactor() - Method in class org.jfree.chart.ChartPanel
-
Returns the zoom out factor.
- getZoomOutlinePaint() - Method in class org.jfree.chart.ChartPanel
-
Returns the zoom rectangle outline paint.
- getZoomTriggerDistance() - Method in class org.jfree.chart.ChartPanel
-
Returns the zoom trigger distance.
- getZValue(int, int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Returns the z-value at the specified sample position in the dataset.
- getZValue(int, int) - Method in interface org.jfree.data.general.HeatMapDataset
-
Returns the z-value at the specified sample position in the dataset.
- getZValue(int, int) - Method in class org.jfree.data.xy.AbstractXYZDataset
-
Returns the z-value (as a double primitive) for an item within a series.
- getZValue(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
-
Returns the z-value for an item within a series.
- getZValue(int, int) - Method in interface org.jfree.data.xy.XYZDataset
-
Returns the z-value (as a double primitive) for an item within a series.
- getZValueRange(Range, Range) - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the maximum z-value within visible region of plot.
- getZValueRange(Range, Range) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns the maximum z-value within visible region of plot.
- getZValues() - Method in interface org.jfree.data.contour.ContourDataset
-
Deprecated.
Returns the array of Numbers representing the z data values.
- getZValues() - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Returns a Number array containing all z values.
- GIF - Static variable in interface org.jfree.chart.encoders.ImageFormat
-
Graphics Interchange Format - lossless, but 256 colour restriction
- GradientBarPainter - Class in org.jfree.chart.renderer.category
-
An implementation of the
BarPainter interface that uses several
gradient fills to enrich the appearance of the bars.
- GradientBarPainter() - Constructor for class org.jfree.chart.renderer.category.GradientBarPainter
-
Creates a new instance.
- GradientBarPainter(double, double, double) - Constructor for class org.jfree.chart.renderer.category.GradientBarPainter
-
Creates a new instance.
- gradientPaintTransformer - Variable in class org.jfree.chart.plot.dial.DialBackground
-
The transformer used when the background paint is an instance of
GradientPaint.
- gradientPaintTransformer - Variable in class org.jfree.chart.plot.IntervalMarker
-
The gradient paint transformer (optional).
- gradientPaintTransformer - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
An optional class used to transform gradient paint objects to fit each
bar.
- gradientPaintTransformer - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
An optional class used to transform gradient paint objects to fit each
bar.
- gradientPaintTransformer - Variable in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
- gradientTransformer - Variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
A transformer that is applied to the paint used to fill under the
area *if* it is an instance of GradientPaint.
- GradientXYBarPainter - Class in org.jfree.chart.renderer.xy
-
An implementation of the
XYBarPainter interface that uses several
gradient fills to enrich the appearance of the bars.
- GradientXYBarPainter() - Constructor for class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
Creates a new instance.
- GradientXYBarPainter(double, double, double) - Constructor for class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
Creates a new instance.
- GrayPaintScale - Class in org.jfree.chart.renderer
-
A paint scale that returns shades of gray.
- GrayPaintScale() - Constructor for class org.jfree.chart.renderer.GrayPaintScale
-
Creates a new GrayPaintScale instance with default values.
- GrayPaintScale(double, double) - Constructor for class org.jfree.chart.renderer.GrayPaintScale
-
Creates a new paint scale for values in the specified range.
- GrayPaintScale(double, double, int) - Constructor for class org.jfree.chart.renderer.GrayPaintScale
-
Creates a new paint scale for values in the specified range.
- GREEK_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
-
Symbols for greek numbered quarters.
- green - Variable in class org.jfree.chart.plot.RainbowPalette
-
Deprecated.
The green values.
- GreyPalette - Class in org.jfree.chart.plot
-
- GreyPalette() - Constructor for class org.jfree.chart.plot.GreyPalette
-
Deprecated.
Creates a new palette.
- GridArrangement - Class in org.jfree.chart.block
-
Arranges blocks in a grid within their container.
- GridArrangement(int, int) - Constructor for class org.jfree.chart.block.GridArrangement
-
Creates a new grid arrangement.
- gridBandAlternatePaint - Variable in class org.jfree.chart.axis.SymbolAxis
-
The paint used to fill the alternate grid bands.
- gridBandAlternatePaint - Variable in class org.jfree.chart.StandardChartTheme
-
- gridBandPaint - Variable in class org.jfree.chart.axis.SymbolAxis
-
The paint used to color the grid bands (if the bands are visible).
- gridBandPaint - Variable in class org.jfree.chart.StandardChartTheme
-
- gridBandsVisible - Variable in class org.jfree.chart.axis.SymbolAxis
-
Flag that indicates whether or not grid bands are visible.
- gridPaintSample - Variable in class org.jfree.chart.editor.DefaultValueAxisEditor
-
The paint selected for drawing the gridlines.
- gridStrokeSample - Variable in class org.jfree.chart.editor.DefaultValueAxisEditor
-
The stroke selected for drawing the gridlines.
- group - Variable in class org.jfree.data.general.AbstractDataset
-
The group that the dataset belongs to.
- GroupedStackedBarRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that draws stacked bars within groups.
- GroupedStackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Creates a new renderer.
- groupPaint - Variable in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
The paint of the line between the minimum value and the maximum value.
- groups - Variable in class org.jfree.data.KeyToGroupMap
-
The groups.
- groupSegmentCount - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Number of segments in a group (segmentsIncluded + segmentsExcluded).
- groupStroke - Variable in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
The stroke of the line between the minimum value and the maximum value.
- guideLinePaint - Variable in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
The paint used for drawing the guide lines (never null).
- guideLineStroke - Variable in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
The stroke used for drawing the guide lines (never null).
- guideLinesVisible - Variable in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Flag indicating if guide lines should be drawn for every item.
- sampleFunction2D(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates an
XYDataset by sampling the specified function over a
fixed range.
- sampleFunction2DToSeries(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates an
XYSeries by sampling the specified function over a
fixed range.
- SamplingXYLineRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws line charts.
- SamplingXYLineRenderer() - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
Creates a new renderer.
- SamplingXYLineRenderer.State - Class in org.jfree.chart.renderer.xy
-
Records the state for the renderer.
- SAVE_AS_PDF_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Action command to save as PDF.
- SAVE_AS_PNG_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Action command to save as PNG.
- SAVE_AS_SVG_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Action command to save as SVG.
- SAVE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Save action command.
- saveAsPDF(File) - Method in class org.jfree.chart.ChartPanel
-
Saves the chart in PDF format (a filechooser will be displayed so that
the user can specify the filename).
- saveAsSVG(File) - Method in class org.jfree.chart.ChartPanel
-
Saves the chart in SVG format (a filechooser will be displayed so that
the user can specify the filename).
- saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in JPEG format.
- saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in JPEG format.
- saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in JPEG format.
- saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in JPEG format.
- saveChartAsJPEG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Saves the chart as a JPEG format file in the temporary directory.
- saveChartAsJPEG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Saves the chart as a JPEG format file in the temporary directory and
populates the ChartRenderingInfo object which can be used
to generate an HTML image map.
- saveChartAsPNG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to the specified file in PNG format.
- saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in PNG format.
- saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in PNG format.
- saveChartAsPNG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Saves the chart as a PNG format file in the temporary directory.
- saveChartAsPNG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Saves the chart as a PNG format file in the temporary directory and
populates the
ChartRenderingInfo object which can be used to
generate an HTML image map.
- saveCount - Variable in class org.jfree.chart.fx.FXGraphics2D
-
The number of times the graphics state has been saved.
- scale(Rectangle2D) - Method in class org.jfree.chart.ChartPanel
-
Applies any scaling that is in effect for the chart drawing to the
given rectangle.
- scale(double, double) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Applies a scale transformation.
- scale - Variable in class org.jfree.chart.title.PaintScaleLegend
-
The paint scale (never null).
- scale(Range, double) - Static method in class org.jfree.data.Range
-
Scales the range by the specified factor.
- SCALE_AREA_TO_1 - Static variable in class org.jfree.data.statistics.HistogramType
-
Scale area to one.
- SCALE_ON_BOTH_AXES - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
A constant to specify that the bubbles drawn by this renderer should be
scaled on both axes (see
XYBubbleRenderer(int)).
- SCALE_ON_DOMAIN_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
A constant to specify that the bubbles drawn by this renderer should be
scaled on the domain axis (see
XYBubbleRenderer(int)).
- SCALE_ON_RANGE_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
A constant to specify that the bubbles drawn by this renderer should be
scaled on the range axis (see
XYBubbleRenderer(int)).
- scaleIndex - Variable in class org.jfree.chart.plot.dial.StandardDialRange
-
The scale index.
- scales - Variable in class org.jfree.chart.plot.dial.DialPlot
-
The scale(s) for the dial plot.
- scaleType - Variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Controls how the width and height of the bubble are scaled.
- scaleX - Variable in class org.jfree.chart.ChartPanel
-
The scale factor used to draw the chart.
- scaleY - Variable in class org.jfree.chart.ChartPanel
-
The scale factor used to draw the chart.
- ScatterRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that handles the multiple values from a
MultiValueCategoryDataset by plotting a shape for each value for
each given item in the dataset.
- ScatterRenderer() - Constructor for class org.jfree.chart.renderer.category.ScatterRenderer
-
Constructs a new renderer.
- ScrollHandlerFX - Class in org.jfree.chart.fx.interaction
-
Handles scroll events (mouse wheel etc) on a
ChartCanvas.
- ScrollHandlerFX(String) - Constructor for class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Creates a new instance with the specified ID.
- searchReplace(String, String, String) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Perform a search/replace operation on a String
There are String methods to do this since (JDK 1.4)
- SECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
-
- SECOND - Static variable in class org.jfree.chart.axis.DateTickUnitType
-
Second.
- second - Variable in class org.jfree.data.time.Millisecond
-
The second.
- Second - Class in org.jfree.data.time
-
Represents a second in a particular day.
- Second() - Constructor for class org.jfree.data.time.Second
-
Constructs a new Second, based on the system date/time.
- Second(int, Minute) - Constructor for class org.jfree.data.time.Second
-
Constructs a new Second.
- Second(int, int, int, int, int, int) - Constructor for class org.jfree.data.time.Second
-
Creates a new second.
- Second(Date) - Constructor for class org.jfree.data.time.Second
-
Constructs a new instance from the specified date/time and the default
time zone..
- Second(Date, TimeZone) - Constructor for class org.jfree.data.time.Second
-
- Second(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Second
-
Creates a new second based on the supplied time and time zone.
- second - Variable in class org.jfree.data.time.Second
-
The second.
- secondFormatter - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A formatter for the seconds (and milliseconds).
- secondSuffix - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A string appended after the seconds.
- sectionDepth - Variable in class org.jfree.chart.plot.RingPlot
-
The depth of the section as a percentage of the diameter.
- sectionIndex - Variable in class org.jfree.chart.entity.PieSectionEntity
-
The section index.
- sectionKey - Variable in class org.jfree.chart.entity.PieSectionEntity
-
The section key.
- sectionOutlinePaint - Variable in class org.jfree.chart.plot.PiePlot
-
- sectionOutlinePaintMap - Variable in class org.jfree.chart.plot.PiePlot
-
The section outline paint map.
- sectionOutlineStroke - Variable in class org.jfree.chart.plot.PiePlot
-
- sectionOutlineStrokeMap - Variable in class org.jfree.chart.plot.PiePlot
-
The section outline stroke map.
- sectionOutlinesVisible - Variable in class org.jfree.chart.plot.PiePlot
-
A flag that controls whether or not an outline is drawn for each
section in the plot.
- sectionPaint - Variable in class org.jfree.chart.plot.PiePlot
-
- sectionPaintMap - Variable in class org.jfree.chart.plot.PiePlot
-
The section paint map.
- sectionPaints - Variable in class org.jfree.chart.plot.MultiplePiePlot
-
The colors to use for each section.
- Segment() - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Protected constructor only used by sub-classes.
- Segment(long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Creates a segment for a given point in time.
- segmentCount - Variable in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
-
The number of segments in the range.
- SegmentedTimeline - Class in org.jfree.chart.axis
-
A
Timeline that implements a "segmented" timeline with included,
excluded and exception segments.
- SegmentedTimeline(long, int, int) - Constructor for class org.jfree.chart.axis.SegmentedTimeline
-
Constructs a new segmented timeline, optionaly using another segmented
timeline as its base.
- SegmentedTimeline.BaseTimelineSegmentRange - Class in org.jfree.chart.axis
-
Special SegmentRange that came from the BaseTimeline.
- SegmentedTimeline.Segment - Class in org.jfree.chart.axis
-
Internal class to represent a valid segment for this timeline.
- SegmentedTimeline.SegmentRange - Class in org.jfree.chart.axis
-
Private internal class to represent a range of segments.
- segmentEnd - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
The segment end.
- segmentNumber - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
The segment number.
- SegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
-
Creates a SegmentRange between a start and end domain values.
- segmentsExcluded - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Number of consecutive segments to exclude in a segment group.
- segmentsExcludedSize - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Consecutive ms in segmentsExcluded (segmentsExcluded * segmentSize).
- segmentsGroupSize - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
ms in a segment group (segmentsIncludedSize + segmentsExcludedSize).
- segmentsIncluded - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Number of consecutive segments to include in a segment group.
- segmentsIncludedSize - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Consecutive ms in segmentsIncluded (segmentsIncluded * segmentSize).
- segmentSize - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Segment size in ms.
- segmentStart - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
The segment start.
- selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
-
Selects an appropriate tick value for the axis.
- selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Selects an appropriate tick value for the axis.
- selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Selects an appropriate tick value for the axis.
- selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
-
This operation is not supported by this axis.
- selectFontButton - Variable in class org.jfree.chart.editor.DefaultTitleEditor
-
The button to use to select a new title font.
- selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Selects a tick unit when the axis is displayed horizontally.
- selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
-
Selects an appropriate tick size for the axis.
- selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Selects an appropriate tick value for the axis.
- selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Selects an appropriate tick value for the axis.
- selector - Variable in class org.jfree.chart.editor.PaletteChooserPanel
-
Deprecated.
A combo for selecting the stroke.
- selectPaintButton - Variable in class org.jfree.chart.editor.DefaultTitleEditor
-
The button to use to select a new paint (color) to draw the title.
- selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Selects a tick unit when the axis is displayed vertically.
- selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
-
Selects an appropriate tick size for the axis.
- selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Selects an appropriate tick value for the axis.
- selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Selects an appropriate tick value for the axis.
- sendTempFile(String, HttpServletResponse) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Binary streams the specified file in the temporary directory to the
HTTP response in 1KB chunks.
- sendTempFile(File, HttpServletResponse) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Binary streams the specified file to the HTTP response in 1KB chunks.
- sendTempFile(File, HttpServletResponse, String) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Binary streams the specified file to the HTTP response in 1KB chunks.
- separatorPaint - Variable in class org.jfree.chart.plot.RingPlot
-
The paint used to draw separators.
- separatorStroke - Variable in class org.jfree.chart.plot.RingPlot
-
The stroke used to draw separators.
- separatorsVisible - Variable in class org.jfree.chart.plot.RingPlot
-
A flag that controls whether or not separators are drawn between the
sections of the chart.
- serialDate - Variable in class org.jfree.data.time.Day
-
The day (uses SerialDate for convenience).
- serialVersionUID - Static variable in class org.jfree.chart.annotations.CategoryLineAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.CategoryTextAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.TextAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYBoxAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYDrawableAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYImageAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYLineAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYPolygonAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYShapeAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.annotations.XYTitleAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.Axis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.AxisLabelLocation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.AxisLocation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.AxisSpace
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryAnchor
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryAxis3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryLabelPosition
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.ColorBar
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.CyclicNumberAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.DateAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.DateTickUnit
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.ExtendedCategoryAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.LogarithmicAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.MarkerAxisBand
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.NumberAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.NumberAxis3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.NumberTickUnit
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.PeriodAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.QuarterDateFormat
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.SegmentedTimeline
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.SubCategoryAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.SymbolAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.Tick
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.TickUnit
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.TickUnits
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.axis.ValueAxis
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.AbstractBlock
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.BlockBorder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.BlockContainer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.BorderArrangement
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.CenterArrangement
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.ColorBlock
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.ColumnArrangement
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.EmptyBlock
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.FlowArrangement
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.GridArrangement
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.LabelBlock
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.LengthConstraintType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.block.LineBorder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.ChartMouseEvent
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.ChartPanel
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.ChartRenderingInfo
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.demo.BarChartDemo1
-
- serialVersionUID - Static variable in class org.jfree.chart.demo.PieChartDemo1
-
- serialVersionUID - Static variable in class org.jfree.chart.demo.TimeSeriesChartDemo1
-
- serialVersionUID - Static variable in class org.jfree.chart.entity.AxisEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.CategoryItemEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.ChartEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.ContourEntity
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.JFreeChartEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.LegendItemEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.PieSectionEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.PlotEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.StandardEntityCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.TickLabelEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.TitleEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.XYAnnotationEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.entity.XYItemEntity
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.event.ChartChangeEventType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.JFreeChart
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.CustomXYToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.HighLowItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.ItemLabelPosition
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardContourToolTipGenerator
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardPieToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardXYToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.LegendItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.LegendItemCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.LegendRenderingOrder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.ArrowNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.LineNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.LongNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.MeterNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.MiddlePinNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.PinNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.PlumNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.PointerNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.ShipNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.needle.WindNeedle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.PaintMap
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CategoryPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CombinedDomainXYPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CombinedRangeXYPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.CompassPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.ArcDialFrame
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialBackground
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialCap
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialPointer.Pin
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialTextAnnotation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.DialValueIndicator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.StandardDialFrame
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.StandardDialRange
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.dial.StandardDialScale
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.DialShape
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.FastScatterPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.GreyPalette
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.IntervalMarker
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.JThermometer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.Marker
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.MeterInterval
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.MeterPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.MultiplePiePlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PiePlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PiePlot3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.Plot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PlotOrientation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PlotRenderingInfo
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.PolarPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.RainbowPalette
-
Deprecated.
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.RingPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.SeriesRenderingOrder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.SpiderWebPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.WaferMapPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.plot.XYPlot
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.AbstractRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.AreaRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.BarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.GanttRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.IntervalBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.LevelRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.StackedBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.LookupPaintScale.PaintItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.LookupPaintScale
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.DefaultXYItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.HighLowRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.WindItemRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYDotRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Auto generated serial version id.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYStepRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.StrokeMap
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.CompositeTitle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.DateTitle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.LegendGraphic
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.LegendTitle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.PaintScaleLegend
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.TextTitle
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.title.Title
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.CustomPieURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.CustomXYURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardPieURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.util.DefaultShadowGenerator
-
- serialVersionUID - Static variable in class org.jfree.data.category.CategoryToPieDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.category.DefaultCategoryDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.ComparableObjectItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.DefaultKeyedValue
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.DefaultKeyedValues
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.DefaultKeyedValues2D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.DomainOrder
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.gantt.Task
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.gantt.TaskSeriesCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.AbstractDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.AbstractSeriesDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DatasetGroup
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DefaultKeyedValueDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DefaultKeyedValues2DDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DefaultKeyedValuesDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DefaultPieDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.DefaultValueDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.Series
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.general.SeriesChangeEvent
-
For serialization.
- serialVersionUID - Static variable in exception org.jfree.data.general.SeriesException
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.jdbc.JDBCCategoryDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.jdbc.JDBCPieDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.KeyedObject
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.KeyedObjects
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.KeyedObjects2D
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.KeyToGroupMap
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.Range
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.RangeType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.BoxAndWhiskerItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.HistogramBin
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.HistogramDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.HistogramType
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.MeanAndStandardDeviation
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.SimpleHistogramBin
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.statistics.SimpleHistogramDataset
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.DateRange
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Day
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.FixedMillisecond
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Hour
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Millisecond
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Minute
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Month
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Quarter
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Second
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.SimpleTimePeriod
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimePeriodAnchor
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimePeriodValue
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimePeriodValues
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimeSeries
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimeSeriesCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.TimeSeriesDataItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Week
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.time.Year
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.IntervalXYDelegate
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.MatrixSeries
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.MatrixSeriesCollection
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.OHLCDataItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.XYDataItem
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.XYSeries
-
For serialization.
- serialVersionUID - Static variable in class org.jfree.data.xy.XYSeriesCollection
-
For serialization.
- series - Variable in class org.jfree.chart.entity.CategoryItemEntity
-
- series - Variable in class org.jfree.chart.entity.XYItemEntity
-
The series.
- series - Variable in class org.jfree.chart.LegendItem
-
The series index.
- series - Variable in class org.jfree.chart.title.LegendItemBlockContainer
-
The series index.
- series - Variable in class org.jfree.data.general.CombinedDataset.DatasetInfo
-
Deprecated.
The series.
- Series - Class in org.jfree.data.general
-
Base class representing a data series.
- Series(Comparable) - Constructor for class org.jfree.data.general.Series
-
Creates a new series with the specified key.
- Series(Comparable, String) - Constructor for class org.jfree.data.general.Series
-
Creates a new series with the specified key and description.
- series - Variable in class org.jfree.data.time.TimeSeriesTableModel
-
The series.
- SERIES_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
-
The 'Series' element name.
- seriesArea - Variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
The area for the current series.
- seriesBarWidthList - Variable in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
A list of the width of each series bar.
- seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
Called when a series belonging to the dataset changes.
- seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.general.AbstractSeriesDataset
-
Called when a series belonging to the dataset changes.
- seriesChanged(SeriesChangeEvent) - Method in interface org.jfree.data.general.SeriesChangeListener
-
Called when an observed series changes in some way.
- seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Receives notification that the time series has been changed.
- seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
This method receives notification when a series belonging to the dataset
changes.
- SeriesChangeEvent - Class in org.jfree.data.general
-
An event with details of a change to a series.
- SeriesChangeEvent(Object) - Constructor for class org.jfree.data.general.SeriesChangeEvent
-
Constructs a new event.
- SeriesChangeListener - Interface in org.jfree.data.general
-
Methods for receiving notification of changes to a data series.
- seriesCount - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
The number of series.
- SeriesDataset - Interface in org.jfree.data.general
-
The interface for a dataset consisting of one or many series of data.
- SeriesException - Exception in org.jfree.data.general
-
A general purpose exception class for data series.
- SeriesException(String) - Constructor for exception org.jfree.data.general.SeriesException
-
Constructs a new series exception.
- seriesFilled - Variable in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Flags that control whether the renderer fills each series or not.
- seriesIndex - Variable in class org.jfree.chart.entity.LegendItemEntity
-
The series index.
- seriesIndex - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
The series index.
- seriesKey - Variable in class org.jfree.chart.entity.LegendItemEntity
-
The series key.
- seriesKey - Variable in class org.jfree.chart.LegendItem
-
The series key.
- seriesKey - Variable in class org.jfree.chart.title.LegendItemBlockContainer
-
The series key.
- seriesKey - Variable in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
The series name (this dataset supports only one series).
- seriesKey - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
The series key.
- seriesKey - Variable in class org.jfree.data.xml.CategorySeriesHandler
-
The series key.
- seriesKey - Variable in class org.jfree.data.xy.DefaultHighLowDataset
-
The series key.
- seriesKeys - Variable in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
The series keys.
- seriesKeys - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Storage for the series keys.
- seriesKeys - Variable in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Storage for the series keys.
- seriesKeys - Variable in class org.jfree.data.xy.DefaultWindDataset
-
The keys for the series.
- seriesKeys - Variable in class org.jfree.data.xy.DefaultXYDataset
-
Storage for the series keys.
- seriesKeys - Variable in class org.jfree.data.xy.DefaultXYZDataset
-
Storage for the series keys.
- seriesLabelLists - Variable in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
-
Storage for the additional series labels.
- seriesLinesVisible - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
A table of flags that control (per series) whether or not lines are
visible.
- seriesLinesVisible - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
A table of flags that control (per series) whether or not lines are
visible.
- seriesList - Variable in class org.jfree.data.xy.DefaultIntervalXYDataset
-
Storage for the series in the dataset.
- seriesList - Variable in class org.jfree.data.xy.DefaultXYDataset
-
Storage for the series in the dataset.
- seriesList - Variable in class org.jfree.data.xy.DefaultXYZDataset
-
Storage for the series in the dataset.
- seriesList - Variable in class org.jfree.data.xy.MatrixSeriesCollection
-
The series that are included in the collection.
- seriesNameListFromDataArray(Object[][]) - Static method in class org.jfree.data.xy.DefaultWindDataset
-
Utility method for automatically generating series names.
- seriesNeedle - Variable in class org.jfree.chart.plot.CompassPlot
-
An array of needles.
- seriesOutlinePaint - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The outline paint for ALL series (overrides list).
- seriesOutlinePaintList - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The series outline paint list.
- seriesOutlineStroke - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The outline stroke for ALL series (overrides list).
- seriesOutlineStrokeList - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The series outline stroke list.
- seriesPaint - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The paint for ALL series (overrides list).
- seriesPaintList - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The series paint list.
- seriesParameterName - Variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Series parameter name to go in each URL
- seriesParameterName - Variable in class org.jfree.chart.urls.StandardXYURLGenerator
-
Series parameter name to go in each URL
- seriesParameterName - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
-
Name to use to identify the series
- seriesPath - Variable in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
The path for the current series.
- seriesPath - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
The path for the current series.
- seriesPath - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
The path for the current series.
- SeriesRenderingOrder - Class in org.jfree.chart.plot
-
Defines the tokens that indicate the rendering order for series in a
XYPlot.
- SeriesRenderingOrder(String) - Constructor for class org.jfree.chart.plot.SeriesRenderingOrder
-
Private constructor.
- seriesRenderingOrder - Variable in class org.jfree.chart.plot.XYPlot
-
The order of the series rendering (REVERSE draws the primary series
last so that it appears to be on top).
- seriesRunningTotal - Variable in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
The series running total.
- seriesShapesFilled - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
A table of flags that control (per series) whether or not shapes are
filled.
- seriesShapesFilled - Variable in class org.jfree.chart.renderer.category.ScatterRenderer
-
A table of flags that control (per series) whether or not shapes are
filled.
- seriesShapesFilled - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
A table of flags that control (per series) whether or not shapes are
filled.
- seriesShapesFilled - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
A table of flags that control (per series) whether or not shapes are
filled.
- seriesShapesVisible - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
A table of flags that control (per series) whether or not shapes are
visible.
- seriesShapesVisible - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
A table of flags that control (per series) whether or not shapes are
visible.
- seriesToGroupMap - Variable in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
A map used to assign each series to a group.
- seriesVisibilityChanged - Variable in class org.jfree.chart.event.RendererChangeEvent
-
A flag that indicates whether this event relates to a change in the
series visibility.
- seriesVisible - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
- seriesVisibleInLegend - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
- seriesVisibleInLegendList - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
A list of flags that controls whether or not each series is visible in
the legend.
- seriesVisibleList - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
A list of flags that controls whether or not each series is visible.
- seriesWidth - Variable in class org.jfree.data.gantt.XYTaskDataset
-
The series interval width (typically 0.0 < w <= 1.0).
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.chart.servlet.DisplayChart
-
Service method.
- ServletUtilities - Class in org.jfree.chart.servlet
-
Utility class used for servlet related JFreeChart operations.
- ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
-
- setAdditionalItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
-
Sets the generator for the item labels that appear near the lower
y-value and sends a
RendererChangeEvent to all registered
listeners.
- setAdjustForBinSize(boolean) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
- setAdjustForDaylightSaving(boolean) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Sets the flag that controls whether or not the daylight saving adjustment
is applied.
- setAdvanceLinePaint(Paint) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The advance line is the line drawn at the limit of the current cycle,
when erasing the previous cycle.
- setAdvanceLineStroke(Stroke) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The advance line is the line drawn at the limit of the current cycle,
when erasing the previous cycle.
- setAdvanceLineVisible(boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The advance line is the line drawn at the limit of the current cycle,
when erasing the previous cycle.
- setAggregatedItemsKey(Comparable) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the key for aggregated items in the pie plots.
- setAggregatedItemsPaint(Paint) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the paint used to draw the pie section representing the aggregated
items and sends a
PlotChangeEvent to all registered listeners.
- setAllocatedY(double) - Method in class org.jfree.chart.plot.PieLabelRecord
-
Sets the allocated y-coordinate.
- setAllowNegativesFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'allowNegativesFlag' flag; true to allow negative values
in data, false to be able to plot positive values arbitrarily close to
zero.
- setAlpha(float) - Method in class org.jfree.chart.plot.Marker
-
Sets the alpha transparency that should be used when drawing the
marker, and sends a
MarkerChangeEvent to all registered
listeners.
- setAlpha(float) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
-
Sets the alpha transparency for the background shading, and sends a
RendererChangeEvent to all registered listeners.
- setAnchor(Point2D) - Method in class org.jfree.chart.ChartPanel
-
Sets the anchor point.
- setAnchor(Point2D) - Method in class org.jfree.chart.fx.ChartCanvas
-
Set the anchor point and forces a redraw of the chart (the anchor point
is used to determine the position of the crosshairs on the chart, if
they are visible).
- setAnchor(Point2D) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the anchor point.
- setAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
- setAnchorValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the anchor value and sends a
PlotChangeEvent to all
registered listeners.
- setAnchorValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the anchor value and, if requested, sends a
PlotChangeEvent
to all registered listeners.
- setAnchorX(double) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the x-coordinate (in data space) for the anchor point.
- setAnchorY(double) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the y-coordinate (in data space) for the anchor point.
- setAngle(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setAngle(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setAngle(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the angle used to calculate the anchor point and sends a
DialLayerChangeEvent to all registered listeners.
- setAngle(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setAngleGridlinePaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the paint for the grid lines plotted against the angular axis.
- setAngleGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the stroke for the grid lines plotted against the angular axis and
sends a
PlotChangeEvent to all registered listeners.
- setAngleGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the flag that controls whether or not the angular grid-lines are
visible.
- setAngleLabelFont(Font) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the font used to display the angle labels and sends a
PlotChangeEvent to all registered listeners.
- setAngleLabelPaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the paint used to display the angle labels and sends a
PlotChangeEvent to all registered listeners.
- setAngleLabelsVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the flag that controls whether or not the angle labels are visible,
and sends a
PlotChangeEvent to all registered listeners.
- setAngleOffset(double) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the offset that is used for all angles and sends a
PlotChangeEvent to all registered listeners.
- setAngleTickUnit(TickUnit) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the tick unit that controls the spacing of the angular grid
lines, and sends a
PlotChangeEvent to all registered listeners.
- setAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
-
Sets a flag that indicates whether or not anti-aliasing is used when the
chart is drawn.
- setArc(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the attributes of the reusable
Arc2D object that is used by
FXGraphics2D.drawArc(int, int, int, int, int, int) and
FXGraphics2D.fillArc(int, int, int, int, int, int) methods.
- setArea(Shape) - Method in class org.jfree.chart.entity.ChartEntity
-
Sets the area for the entity.
- setArrangement(Arrangement) - Method in class org.jfree.chart.block.BlockContainer
-
Sets the arrangement (layout) manager.
- setArrowLength(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setArrowLength(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Sets the stroke used to draw the arrow line and sends an
AnnotationChangeEvent to all registered listeners.
- setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the stroke used to draw the arrow line and sends an
AnnotationChangeEvent to all registered listeners.
- setArrowWidth(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setArrowWidth(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the paint used to color the median and average markers and sends
a
RendererChangeEvent to all registered listeners.
- setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Sets the paint used to paint the various artifacts such as outliers,
farout symbol, median line and the averages ellipse, and sends a
RendererChangeEvent to all registered listeners.
- setAttributedLabel(String) - Method in class org.jfree.chart.axis.Axis
-
Sets the attributed label for the axis and sends an
AxisChangeEvent to all registered listeners.
- setAttributedLabel(AttributedString) - Method in class org.jfree.chart.axis.Axis
-
Sets the attributed label for the axis and sends an
AxisChangeEvent to all registered listeners.
- setAttributedLabel(int, AttributedString) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Sets the attributed label for a section.
- setAutoPopulateSectionOutlinePaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
- setAutoPopulateSectionOutlineStroke(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
- setAutoPopulateSectionPaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
- setAutoPopulateSeriesFillPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoPopulateSeriesOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoPopulateSeriesOutlineStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoPopulateSeriesPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoPopulateSeriesShape(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoPopulateSeriesStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setAutoRange(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag that determines whether or not the axis range is
automatically adjusted to fit the data, and notifies registered
listeners that the axis has been modified.
- setAutoRange(boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the auto range attribute.
- setAutoRangeIncludesZero(boolean) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the flag that indicates whether or not the axis range, if
automatically calculated, is forced to include zero.
- setAutoRangeMinimumSize(double, boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
This function is nearly useless since the auto range is fixed for this
class to the period.
- setAutoRangeMinimumSize(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the auto range minimum size and sends an
AxisChangeEvent
to all registered listeners.
- setAutoRangeMinimumSize(double, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the minimum size allowed for the axis range when it is
automatically calculated.
- setAutoRangeNextLogFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'autoRangeNextLogFlag' flag.
- setAutoRangeStickyZero(boolean) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets a flag that affects the auto-range when zero falls outside the data
range but inside the margins defined for the axis.
- setAutoRangeTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the class used to create the first and last time periods for the
axis range when the auto-range flag is set to
true and
sends an
AxisChangeEvent to all registered listeners.
- setAutoTickIndex(int) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the auto tick index.
- setAutoTickUnitSelection(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag indicating whether or not the tick unit is automatically
selected from a range of standard tick units.
- setAutoTickUnitSelection(boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag indicating whether or not the tick unit is automatically
selected from a range of standard tick units.
- setAutoTickUnitSelection(boolean) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
- setAutoTickUnitSelectionCheckBox(JCheckBox) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
Set the checkbox that enables/disables auto-tickunit-selection.
- setAutoWidth(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Sets the flag that indicates whether the interval width is automatically
calculated or not.
- setAutoWidth(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Sets the flag that indicates whether the interval width is automatically
calculated or not.
- setAutoWidth(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Sets the flag that indicates whether the interval width is automatically
calculated.
- setAutoWidth(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Sets the flag that indicates whether the interval width is automatically
calculated or not.
- setAutoWidthFactor(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the factor by which the available space automatically calculated
for the candles will be multiplied to determine the actual width to use.
- setAutoWidthGap(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the amount of space to leave on the left and right of each candle
when automatically calculating widths and sends a
RendererChangeEvent to all registered listeners.
- setAutoWidthMethod(int) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the method of automatically calculating the candle width and
sends a
RendererChangeEvent to all registered listeners.
- setAveragedOutlier(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
-
Sets the averaged outlier.
- setAxis(ValueAxis) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Sets the axis.
- setAxis(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the primary axis for the plot and sends a
PlotChangeEvent
to all registered listeners.
- setAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets an axis for the plot and sends a
PlotChangeEvent to all
registered listeners.
- setAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets an axis for the plot and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setAxis(ValueAxis) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the axis for the paint scale and sends a
TitleChangeEvent
to all registered listeners.
- setAxisLabelGap(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the axis label gap and sends a
PlotChangeEvent to all
registered listeners.
- setAxisLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the axis label paint.
- setAxisLinePaint(Paint) - Method in class org.jfree.chart.axis.Axis
-
Sets the paint used to draw the axis line and sends an
AxisChangeEvent to all registered listeners.
- setAxisLinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the paint used to draw the axis lines and sends a
PlotChangeEvent to all registered listeners.
- setAxisLineStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
-
Sets the stroke used to draw the axis line and sends an
AxisChangeEvent to all registered listeners.
- setAxisLineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the stroke used to draw the axis lines and sends a
PlotChangeEvent to all registered listeners.
- setAxisLineVisible(boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets a flag that controls whether or not the axis line is visible and
sends an
AxisChangeEvent to all registered listeners.
- setAxisLocation(PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location of the primary axis and sends a
PlotChangeEvent to all registered listeners.
- setAxisLocation(PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location of the primary axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setAxisLocation(int, PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location for an axis and sends a
PlotChangeEvent
to all registered listeners.
- setAxisLocation(int, PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the axis location for an axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setAxisLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the location at which the axis is displayed relative to the
thermometer, and sends a
PlotChangeEvent to all registered
listeners.
- setAxisLocation(AxisLocation) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the axis location and sends a
TitleChangeEvent to all
registered listeners.
- setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the axis offsets (gap between the data area and the axes) and
sends a
PlotChangeEvent to all registered listeners.
- setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the axis offsets (gap between the data area and the axes) and sends
a
PlotChangeEvent to all registered listeners.
- setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the axis offset.
- setAxisOffset(double) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the offset between the axis and the paint strip and sends a
TitleChangeEvent to all registered listeners.
- setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultAxisEditor
-
Sets the properties of the specified axis to match the properties
defined on this panel.
- setAxisProperties(ColorBar) - Method in class org.jfree.chart.editor.DefaultColorBarEditor
-
Sets the properties of the specified axis to match the properties
defined on this panel.
- setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
-
Sets the properties of the specified axis to match the properties
defined on this panel.
- setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultNumberAxisEditor
-
Sets the properties of the specified axis to match the properties
defined on this panel.
- setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
-
Sets the properties of the specified axis to match the properties
defined on this panel.
- setAxisRange() - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the axis range to the current values in the rangeInfo array.
- setBackground(Color) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the background color.
- setBackground(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the background layer and sends a
PlotChangeEvent to all
registered listeners.
- setBackground(Color) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the background color.
- setBackgroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
-
Sets the alpha transparency of the plot area background, and notifies
registered listeners that the plot has been modified.
- setBackgroundImage(Image) - Method in class org.jfree.chart.JFreeChart
-
Sets the background image for the chart and sends a
ChartChangeEvent to all registered listeners.
- setBackgroundImage(Image) - Method in class org.jfree.chart.plot.Plot
-
Sets the background image for the plot and sends a
PlotChangeEvent to all registered listeners.
- setBackgroundImageAlignment(int) - Method in class org.jfree.chart.JFreeChart
-
Sets the background alignment.
- setBackgroundImageAlignment(int) - Method in class org.jfree.chart.plot.Plot
-
Sets the alignment for the background image and sends a
PlotChangeEvent to all registered listeners.
- setBackgroundImageAlpha(float) - Method in class org.jfree.chart.JFreeChart
-
Sets the alpha-transparency for the chart's background image.
- setBackgroundImageAlpha(float) - Method in class org.jfree.chart.plot.Plot
-
Sets the alpha transparency used when drawing the background image.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the background paint for the annotation and sends an
AnnotationChangeEvent to all registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.JFreeChart
-
Sets the paint used to fill the chart background and sends a
ChartChangeEvent to all registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Plot
-
Sets the background color of the plot area and sends a
PlotChangeEvent to all registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.CompositeTitle
-
Sets the background paint and sends a
TitleChangeEvent to all
registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the background paint for the legend and sends a
TitleChangeEvent to all registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the background paint and sends a
TitleChangeEvent to all
registered listeners.
- setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
-
Sets the background paint and sends a
TitleChangeEvent to all
registered listeners.
- setBarAlignmentFactor(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
- setBarPainter(BarPainter) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the bar painter for this renderer and sends a
RendererChangeEvent to all registered listeners.
- setBarPainter(XYBarPainter) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
- setBarPainter(BarPainter) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the bar painter.
- setBarWidth(double) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets the bar width.
- setBarWidth(double) - Method in class org.jfree.data.xy.XYBarDataset
-
- setBase(double) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the base for the logarithm calculation and sends a change event to
all registered listeners.
- setBase(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- setBase(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
- setBaseCreateEntities(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base flag that controls whether entities are created
for a series, and sends a
RendererChangeEvent
to all registered listeners.
- setBaseCreateEntities(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base flag that controls whether entities are created and,
if requested, sends a
RendererChangeEvent to all registered
listeners.
- setBaseFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base fill paint and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseFormatter(Format) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the formatter used to format the base value of the logarithmic
scale when it is displayed numerically and sends a change event to all
registered listeners.
- setBaseItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseItemLabelFont(Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base item label font and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base item label paint and, if requested, sends a
RendererChangeEvent to all registered listeners..
- setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base flag that controls whether or not item labels are visible,
and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base setting for item label visibility and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base flag that controls whether or not item labels are visible
and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base setting for item label visibility and sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base flag that controls whether or not item labels are visible.
- setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base setting for item label visibility.
- setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- setBaseItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseLegendShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseLegendTextFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseLegendTextPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the default legend text paint and sends a
RendererChangeEvent to all registered listeners.
- setBaselinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the baseline paint.
- setBaseLinesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the base 'lines visible' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the base 'lines visible' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseMillis(long) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the base date/time used to calculate the elapsed time for display.
- setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base item label position for negative values and sends a
RendererChangeEvent to all registered listeners.
- setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base negative item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base item label position for negative values and sends a
RendererChangeEvent to all registered listeners.
- setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base negative item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base item label position for negative values and sends a
RendererChangeEvent to all registered listeners.
- setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base negative item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base outline paint and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base outline stroke and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBasePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBasePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base paint and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base positive item label position.
- setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base positive item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base positive item label position.
- setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base positive item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base positive item label position.
- setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base positive item label position and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseRadius(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setBaseRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setBaseSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the base section paint.
- setBaseSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the base section stroke.
- setBaseSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the base section paint and sends a
PlotChangeEvent to all
registered listeners.
- setBaseSeriesOutlinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the base series paint.
- setBaseSeriesOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the base series stroke.
- setBaseSeriesPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the base series paint.
- setBaseSeriesVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseSeriesVisible(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base visibility and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base visibility and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base visibility and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base visibility in the legend and sends a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base visibility in the legend and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base visibility in the legend and sends a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base visibility in the legend and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base visibility in the legend and sends a
RendererChangeEvent to all registered listeners.
- setBaseSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base visibility in the legend and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setBaseShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base shape and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseShapesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the base 'shapes visible' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the flag that controls whether or not a shape is plotted at each
data point.
- setBaseShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the base 'shapes visible' flag and sends a
RendererChangeEvent to all registered listeners.
- setBaseStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setBaseStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base stroke and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseSymbol(String) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the symbol used to represent the base value of the logarithmic
scale and sends a change event to all registered listeners.
- setBaseTimeline(SegmentedTimeline) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Sets the base timeline.
- setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the default tool tip generator and sends a
RendererChangeEvent to all registered listeners.
- setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
- setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setBaseY(double) - Method in class org.jfree.chart.plot.PieLabelRecord
-
Sets the base y-coordinate.
- setBlockAnchor(RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the anchor point used to align a block at its (x, y) location and
sends a
RendererChangeEvent to all registered listeners.
- setBlockHeight(double) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the height of the blocks used to represent each data item and
sends a
RendererChangeEvent to all registered listeners.
- setBlockWidth(double) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the width of the blocks used to represent each data item and
sends a
RendererChangeEvent to all registered listeners.
- setBorder(BlockBorder) - Method in class org.jfree.chart.block.AbstractBlock
-
- setBorder(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets a black border with the specified line widths.
- setBorderPaint(Paint) - Method in class org.jfree.chart.JFreeChart
-
Sets the paint used to draw the chart border (if visible).
- setBorderStroke(Stroke) - Method in class org.jfree.chart.JFreeChart
-
Sets the stroke used to draw the chart border (if visible).
- setBorderVisible(boolean) - Method in class org.jfree.chart.JFreeChart
-
Sets a flag that controls whether or not a border is drawn around the
outside of the chart.
- setBottom(double) - Method in class org.jfree.chart.axis.AxisSpace
-
Sets the space reserved for axes at the bottom of the plot area.
- setBoundMappedToLastCycle(boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound can be associated either with the current or with the
last cycle.
- setBounds(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the bounds of the block.
- setBounds(Rectangle2D) - Method in interface org.jfree.chart.block.Block
-
Sets the bounds of the block.
- setBounds(double, double, double, double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Set the bounds of this item.
- setBounds(double, double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
- setBoxPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
- setBoxWidth(double) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
- setBulbRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the bulb radius (in Java2D units) and sends a
PlotChangeEvent to all registered listeners.
- setCandleWidth(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
- setCap(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
- setCapLength(double) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the length of the cap at the end of the error bars, and sends a
RendererChangeEvent to all registered listeners.
- setCategory(Comparable) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Sets the category that the annotation attaches to and sends an
AnnotationChangeEvent to all registered listeners.
- setCategory(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- setCategory1(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the category for the start of the line and sends an
AnnotationChangeEvent to all registered listeners.
- setCategory2(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the category for the end of the line and sends an
AnnotationChangeEvent to all registered listeners.
- setCategoryAnchor(CategoryAnchor) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
- setCategoryIndex(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- setCategoryKeys(Comparable[]) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the categories for the dataset.
- setCategoryLabelPositionOffset(int) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the offset between the axis and the category labels (before label
positioning is taken into account) and sends a change event to all
registered listeners.
- setCategoryLabelPositions(CategoryLabelPositions) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the category label position specification for the axis and sends an
AxisChangeEvent to all registered listeners.
- setCategoryMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the category margin and sends an
AxisChangeEvent to all
registered listeners.
- setCenterText(String) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the text to display in the center of the plot and sends a
change event to all registered listeners.
- setCenterTextColor(Color) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the color for the center text and sends a change event to all
registered listeners.
- setCenterTextFont(Font) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the font used to display the center text and sends a change event
to all registered listeners.
- setCenterTextFormatter(Format) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the formatter used to format the center text value and sends a
change event to all registered listeners.
- setCenterTextMode(CenterTextMode) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the mode for displaying text in the center of the plot and sends
a change event to all registered listeners.
- setChart(JFreeChart) - Method in class org.jfree.chart.ChartPanel
-
Sets the chart that is displayed in the panel.
- setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartChangeEvent
-
Sets the chart that generated the change event.
- setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartProgressEvent
-
Sets the chart that generated the change event.
- setChart(JFreeChart) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the chart to be displayed by this node.
- setChart(JFreeChart) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the chart to be displayed by this node.
- setChart(JFreeChart) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Sets the chart displayed by this control.
- setChart(JFreeChart) - Method in class org.jfree.chart.PolarChartPanel
-
Sets the chart that is displayed in the panel.
- setChartArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
-
Sets the area in which the chart was drawn.
- setChartBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the chart background paint.
- setChartEditorFactory(ChartEditorFactory) - Static method in class org.jfree.chart.editor.ChartEditorManager
-
Sets the chart editor factory.
- setChartTheme(ChartTheme) - Static method in class org.jfree.chart.ChartFactory
-
Sets the current chart theme.
- setChipSpace(double) - Method in class org.jfree.data.general.WaferMapDataset
-
Sets the space to draw between chips.
- setCircular(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
A flag indicating whether the pie chart is circular, or stretched into
an elliptical shape.
- setCircular(boolean, boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the circular attribute and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setClip(boolean) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the clip.
- setClip(Shape) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the user clipping region.
- setClip(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the user clipping region to the specified rectangle.
- setClipPath(ClipPath) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the clipPath.
- setClippingDisabled(boolean) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the flag that controls whether or not clipping is disabled.
- setCloseTickPaint(Paint) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the paint used to draw the ticks for the close values and sends a
RendererChangeEvent to all registered listeners.
- setColor(Color) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the foreground color.
- setColorBarAxis(ColorBar) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the colorbar for the plot.
- setColorBarLocation(RectangleEdge) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the color bar location and sends a
PlotChangeEvent to all
registered listeners.
- setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Sets the color palette.
- setColumnKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the column key.
- setColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Sets the column key.
- setColumnRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the column radius (in Java2D units) and sends a
PlotChangeEvent to all registered listeners.
- setColumnRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the column order in which the items in each dataset should be
rendered and sends a
PlotChangeEvent to all registered
listeners.
- setCompletePaint(Paint) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Sets the paint used to show the percentage complete and sends a
RendererChangeEvent to all registered listeners.
- setComposite(Composite) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the composite.
- setComposite(Composite) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the composite (only AlphaComposite is handled).
- setConnectFirstAndLastPoint(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether the first and last point of a series
will be connected or not and sends a
RendererChangeEvent to all
registered listeners.
- setContentAlignmentPoint(TextBlockAnchor) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the content alignment point.
- setCounterClockwise(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the flag for increasing angle degrees direction.
- setCreateEntities(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setCreateEntities(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setCrosshairDatasetIndex(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset index for the crosshair and sends a
PlotChangeEvent to all registered listeners.
- setCrosshairDatasetIndex(int, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset index for the crosshair and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setCrosshairDistance(double) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the distance between the anchor point and the current crosshair
point.
- setCrosshairPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the crosshair paint.
- setCrosshairState(CategoryCrosshairState) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets the crosshair state.
- setCrosshairX(double) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the x coordinate for the crosshair.
- setCrosshairY(double) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the y coordinate for the crosshair.
- setCurrentSeriesPoints(Stack) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Sets the current series points.
- setCursor(double) - Method in class org.jfree.chart.axis.AxisState
-
Sets the cursor position.
- setDarkerSides(boolean) - Method in class org.jfree.chart.plot.PiePlot3D
-
Sets a flag that controls whether or not the sides of the pie chart
are rendered using a darker colour, and sends a
PlotChangeEvent
to all registered listeners.
- setData(float[][]) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the data array used by the plot and sends a
PlotChangeEvent
to all registered listeners.
- setDataArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Sets the data area.
- setDataAreaRatio(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the data area ratio.
- setDataBoundsIncludesVisibleSeriesOnly(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether or not the data bounds reported
by this renderer will exclude non-visible series and sends a
RendererChangeEvent to all registered listeners.
- setDataExtractOrder(TableOrder) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the data extract order (by row or by column) and sends a
PlotChangeEvent to all registered listeners.
- setDataExtractOrder(TableOrder) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the data extract order (by row or by column) and sends a
PlotChangeEventto all registered listeners.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the dataset this entity refers to.
- setDataset(Dataset) - Method in class org.jfree.chart.entity.LegendItemEntity
-
Sets a reference to the dataset that this legend item is derived from.
- setDataset(PieDataset) - Method in class org.jfree.chart.entity.PieSectionEntity
-
Sets the dataset this entity refers to.
- setDataset(XYDataset) - Method in class org.jfree.chart.entity.XYItemEntity
-
Sets the dataset this entity refers to.
- setDataset(Dataset) - Method in class org.jfree.chart.LegendItem
-
Sets the dataset.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset for the plot, replacing the existing dataset, if there
is one.
- setDataset(int, CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a dataset for the plot and sends a change notification to all
registered listeners.
- setDataset(ContourDataset) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the dataset for the plot, replacing the existing dataset if there
is one.
- setDataset(ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the dataset for the plot, replacing the existing dataset, if there
is one, and sends a
PlotChangeEvent to all registered
listeners.
- setDataset(int, ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets a dataset for the plot.
- setDataset(ValueDataset) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the dataset for the plot, replacing the existing dataset if there
is one, and triggers a
PlotChangeEvent.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners.
- setDataset(PieDataset) - Method in class org.jfree.chart.plot.PiePlot
-
- setDataset(XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the primary dataset for the plot, replacing the existing dataset
if there is one, and sends a link PlotChangeEvent to all
registered listeners.
- setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets a dataset for the plot, replacing the existing dataset at the same
index if there is one, and sends a link PlotChangeEvent to all
registered listeners.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners.
- setDataset(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the dataset for the plot, replacing the existing dataset if there
is one, and sends a
PlotChangeEvent to all registered listeners.
- setDataset(WaferMapDataset) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners.
- setDataset(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the primary dataset for the plot, replacing the existing dataset if
there is one.
- setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a dataset for the plot and sends a change event to all registered
listeners.
- setDatasetGroup(DatasetGroup) - Method in class org.jfree.chart.plot.Plot
-
Sets the dataset group (not currently used).
- setDatasetIndex(int) - Method in class org.jfree.chart.LegendItem
-
Sets the dataset index for this legend item.
- setDatasetIndex(int) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the dataset index that the current crosshair values relate to.
- setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialPointer
-
Sets the dataset index for the pointer and sends a
DialLayerChangeEvent to all registered listeners.
- setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the rendering order and sends a
PlotChangeEvent to all
registered listeners.
- setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the rendering order and sends a
PlotChangeEvent to all
registered listeners.
- setDateFormat(int, Locale) - Method in class org.jfree.chart.title.DateTitle
-
Set the format of the date.
- setDateFormatOverride(DateFormat) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the date format override and sends an
AxisChangeEvent to
all registered listeners.
- setDayFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the days.
- setDaySuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is appended to the day count.
- setDefaultAutoRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the default auto range and sends an
AxisChangeEvent to all
registered listeners.
- setDefaultBarPainter(BarPainter) - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the default bar painter.
- setDefaultBarPainter(XYBarPainter) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the default bar painter.
- setDefaultDirectoryForSaveAs(File) - Method in class org.jfree.chart.ChartPanel
-
Sets the default directory for the "save as" option.
- setDefaultEntityRadius(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the radius of the circle used for the default entity area
when no area is specified.
- setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the default value for the shadows visible flag.
- setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the default value for the shadows visible flag.
- setDepthFactor(double) - Method in class org.jfree.chart.plot.PiePlot3D
-
Sets the pie depth as a percentage of the height of the plot area, and
sends a
PlotChangeEvent to all registered listeners.
- setDescription(String) - Method in class org.jfree.chart.LegendItem
-
Sets the description for this legend item.
- setDescription(String) - Method in class org.jfree.data.gantt.Task
-
Sets the task description.
- setDescription(String) - Method in class org.jfree.data.general.Series
-
Sets the description of the series and sends a
PropertyChangeEvent to all registered listeners.
- setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the paint used to fill the dial background.
- setDialFrame(DialFrame) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the dial's frame and sends a
PlotChangeEvent to all
registered listeners.
- setDialOutlinePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the dial outline paint and sends a
PlotChangeEvent to all
registered listeners.
- setDialShape(DialShape) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the dial shape and sends a
PlotChangeEvent to all
registered listeners.
- setDirection(Rotation) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the direction in which the pie sections are drawn and sends a
PlotChangeEvent to all registered listeners.
- setDirection(Rotation) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the direction in which the radar axes are drawn and sends a
PlotChangeEvent to all registered listeners.
- setDismissDelay(int) - Method in class org.jfree.chart.ChartPanel
-
Specifies the dismissal delay value for this chart panel.
- setDisplayRange(double, double) - Method in class org.jfree.chart.axis.ModuloAxis
-
Sets the display range.
- setDisplayRange(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the displayed bounds for a sub range.
- setDisplayToolTips(boolean) - Method in class org.jfree.chart.ChartPanel
-
Switches the display of tooltips for the panel on or off.
- setDomainAxes(CategoryAxis[]) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the domain axes for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain axes for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the domain axis for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setDomainAxis(int, CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a domain axis and sends a
PlotChangeEvent to all
registered listeners.
- setDomainAxis(int, CategoryAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a domain axis and, if requested, sends a
PlotChangeEvent to
all registered listeners.
- setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the domain axis for the plot (this must be compatible with the plot
type or an exception is thrown).
- setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the domain axis and sends a
PlotChangeEvent to all
registered listeners.
- setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain axis for the plot and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a domain axis and sends a
PlotChangeEvent to all
registered listeners.
- setDomainAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a domain axis and, if requested, sends a
PlotChangeEvent to
all registered listeners.
- setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the domain axis and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the domain axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the primary domain axis and sends a
PlotChangeEvent to all registered listeners.
- setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the domain axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners.
- setDomainAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the axis location for a domain axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setDomainCrosshairColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the column key for the domain crosshair and sends
a
PlotChangeEvent to all registered listeners.
- setDomainCrosshairColumnKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the column key for the domain crosshair and, if requested, sends
a
PlotChangeEvent to all registered listeners.
- setDomainCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the flag indicating whether or not the domain crosshair should
"lock-on" to actual data values.
- setDomainCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag indicating whether or not the domain crosshair should
"lock-on" to actual data values.
- setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint used to draw the domain crosshair.
- setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the Paint used to color the crosshairs (if visible) and notifies
registered listeners that the axis has been modified.
- setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint used to draw the crosshairs (if visible) and sends a
PlotChangeEvent to all registered listeners.
- setDomainCrosshairRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the row key for the domain crosshair and sends a
{PlotChangeEvent} to all registered listeners.
- setDomainCrosshairRowKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the row key for the domain crosshair and, if requested, sends a
{PlotChangeEvent} to all registered listeners.
- setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke used to draw the domain crosshair, and sends a
PlotChangeEvent to all registered listeners.
- setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the Stroke used to draw the crosshairs (if visible) and notifies
registered listeners that the axis has been modified.
- setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the Stroke used to draw the crosshairs (if visible) and notifies
registered listeners that the axis has been modified.
- setDomainCrosshairValue(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the domain crosshair value.
- setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the domain crosshair value.
- setDomainCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain crosshair value and sends a
PlotChangeEvent to
all registered listeners (provided that the domain crosshair is visible).
- setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain crosshair value and, if requested, sends a
PlotChangeEvent to all registered listeners (provided that the
domain crosshair is visible).
- setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not the domain crosshair is
displayed by the plot, and sends a
PlotChangeEvent to all
registered listeners.
- setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the flag indicating whether or not the domain crosshair is visible.
- setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag indicating whether or not the domain crosshair is visible
and, if the flag changes, sends a
PlotChangeEvent to all
registered listeners.
- setDomainDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
-
Sets the domain description and fires a property change event (with the
property name Domain if the description changes).
- setDomainDescription(String) - Method in class org.jfree.data.time.TimeSeries
-
Sets the domain description and sends a PropertyChangeEvent
(with the property name Domain) to all registered
property change listeners.
- setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint used to draw the grid-lines (if any) against the domain
axis and sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the paint for the grid lines plotted against the domain axis and
sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the grid lines plotted against the domain axis, and
sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the domain grid line paint.
- setDomainGridlinePosition(CategoryAnchor) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the position used for the domain gridlines and sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke used to draw grid-lines against the domain axis and
sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the stroke for the grid lines plotted against the domain axis and
sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the grid lines plotted against the domain axis, and
sends a
PlotChangeEvent to all registered listeners.
- setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not grid-lines are drawn against
the domain axis.
- setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that controls whether or not the domain grid-lines are
visible.
- setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the domain grid-lines are
visible.
- setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
- setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
- setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Sets a flag that controls whether the domain is treated as 'points in
time', or time periods.
- setDomainMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the minor grid lines plotted against the domain axis,
and sends a
PlotChangeEvent to all registered listeners.
- setDomainMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the minor grid lines plotted against the domain
axis, and sends a
PlotChangeEvent to all registered listeners.
- setDomainMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the domain minor grid-lines
are visible.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the flag, on each of the subplots, that controls whether or not the
domain is pannable.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that enables or disables panning of the plot along the
domain axes.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that enables or disables panning of the plot along the
domain axes.
- setDomainTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the domain tick bands.
- setDomainZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the zero baseline plotted against the domain axis and
sends a
PlotChangeEvent to all registered listeners.
- setDomainZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the zero baseline for the domain axis,
and sends a
PlotChangeEvent to all registered listeners.
- setDomainZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the zero baseline is
displayed for the domain axis, and sends a
PlotChangeEvent to
all registered listeners.
- setDomainZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
-
Sets the flag that controls whether or not zooming is enabled for the
domain axis.
- setDotHeight(int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
- setDotWidth(int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
- setDownArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the shape that can be displayed as an arrow pointing downwards at
the end of an axis line and sends an
AxisChangeEvent to all
registered listeners.
- setDownPaint(Paint) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the paint used to fill candles when the price moves down from open
to close and sends a
RendererChangeEvent to all registered
listeners.
- setDrawAsLine(boolean) - Method in class org.jfree.chart.plot.CategoryMarker
-
Sets the flag that controls whether the marker is drawn as a region or
as a line, and sends a
MarkerChangeEvent to all registered
listeners.
- setDrawBarOutline(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the flag that controls whether or not bar outlines are drawn and
sends a
RendererChangeEvent to all registered listeners.
- setDrawBarOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the flag that controls whether or not bar outlines are drawn and
sends a
RendererChangeEvent to all registered listeners.
- setDrawBorder(boolean) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets a flag that controls whether or not a border is drawn.
- setDrawBorder(boolean) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the flag that controls whether or not a rectangular border is drawn
around the plot area and sends a
PlotChangeEvent to all
registered listeners.
- setDrawCloseTicks(boolean) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the flag that controls whether close ticks are drawn, and sends a
RendererChangeEvent to all registered listeners.
- setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.plot.Plot
-
Sets the drawing supplier for the plot and sends a
PlotChangeEvent to all registered listeners.
- setDrawingSupplier(DrawingSupplier, boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets the drawing supplier for the plot and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the drawing supplier for this theme.
- setDrawLines(boolean) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the flag that controls whether or not lines are drawn to connect
the items within a series and sends a
RendererChangeEvent to
all registered listeners.
- setDrawOpenTicks(boolean) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the flag that controls whether open ticks are drawn, and sends a
RendererChangeEvent to all registered listeners.
- setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the flag that controls whether outlines are drawn for
shapes, and sends a
RendererChangeEvent to all registered
listeners.
- setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether outlines are drawn for
shapes, and sends a
RendererChangeEvent to all registered
listeners.
- setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the flag that controls whether outlines are drawn for
shapes, and sends a
RendererChangeEvent to all registered
listeners.
- setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether outlines are drawn for
shapes, and sends a
RendererChangeEvent to all registered
listeners.
- setDrawOutlineWhenFilled(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether the outline around a filled
polygon will be drawn or not and sends a
RendererChangeEvent
to all registered listeners.
- setDrawPaint(Paint) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the drawPaint.
- setDrawPath(boolean) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the drawPath.
- setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
-
This method is overridden so that this flag cannot be changed---it is
set to true for this renderer.
- setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the flag that controls whether or not each series is drawn as a
single path.
- setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the flag that controls whether or not each series is drawn as a
single path and sends a
RendererChangeEvent to all registered
listeners.
- setDrawSharedDomainAxis(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether the shared domain axis is drawn when
this plot is being used as a subplot.
- setDrawStroke(Stroke) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the drawStroke.
- setDrawVolume(boolean) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets a flag that controls whether or not volume bars are drawn in the
background and sends a
RendererChangeEvent to all registered
listeners.
- setDrawXError(boolean) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the flag that controls whether or not the renderer draws error
bars for the x-values and, if the flag changes, sends a
RendererChangeEvent to all registered listeners.
- setDrawYError(boolean) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the flag that controls whether or not the renderer draws error
bars for the y-values and, if the flag changes, sends a
RendererChangeEvent to all registered listeners.
- setDuration(TimePeriod) - Method in class org.jfree.data.gantt.Task
-
Sets the task duration (actual or estimated).
- setEnabled(boolean) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Sets the flag that controls the enabled/disabled state of the handler.
- setEncodingAlpha(boolean) - Method in interface org.jfree.chart.encoders.ImageEncoder
-
Set whether the encoder should encode alpha transparency (not
supported by all ImageEncoders).
- setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
-
Set whether the encoder should encode alpha transparency (supported).
- setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
-
Set whether the encoder should encode alpha transparency (this is not
supported for JPEG, so this method does nothing).
- setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
-
Set whether the encoder should encode alpha transparency (not
supported in this ImageEncoder).
- setEndPercent(double) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Sets the position of the end of the progress indicator, as a percentage
of the bar width, and sends a
RendererChangeEvent to all
registered listeners.
- setEndType(AreaRendererEndType) - Method in class org.jfree.chart.renderer.category.AreaRenderer
-
Sets a token that controls how the renderer draws the end points, and
sends a
RendererChangeEvent to all registered listeners.
- setEndValue(double) - Method in class org.jfree.chart.plot.IntervalMarker
-
Sets the end value for the marker and sends a
MarkerChangeEvent to all registered listeners.
- setEndValue(int, Comparable, Number) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the end data value for one category in a series.
- setEnforceFileExtensions(boolean) - Method in class org.jfree.chart.ChartPanel
-
Sets a flag that controls whether or not file extensions are enforced.
- setEntityCollection(EntityCollection) - Method in class org.jfree.chart.block.BlockResult
-
Sets the entities for the block.
- setEntityCollection(EntityCollection) - Method in class org.jfree.chart.ChartRenderingInfo
-
Sets the entity collection.
- setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Sets the paint used for the error indicators (if
null,
the item outline paint is used instead) and sends a
RendererChangeEvent to all registered listeners.
- setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Sets the paint used for the error indicators (if
null,
the item paint is used instead) and sends a
RendererChangeEvent to all registered listeners.
- setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the error indicator paint.
- setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Sets the stroke used to draw the error indicators, and sends a
RendererChangeEvent to all registered listeners.
- setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Sets the stroke used for the error indicators (if
null,
the item outline stroke is used instead) and sends a
RendererChangeEvent to all registered listeners.
- setErrorPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the paint used to draw the error bars and sends a
RendererChangeEvent to all registered listeners.
- setErrorStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the stroke used to draw the error bars and sends a
RendererChangeEvent to all registered listeners.
- setExceptionSegments(List) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Sets the exception segments list.
- setExpandToFitSpace(boolean) - Method in class org.jfree.chart.title.TextTitle
-
Sets the flag that controls whether the title expands to fit the
available space, and sends a
TitleChangeEvent to all registered
listeners.
- setExplodedPieArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the exploded pie area.
- setExplodePercent(Comparable, double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the amount that a pie section should be exploded and sends a
PlotChangeEvent to all registered listeners.
- setExplodePercent(int, double) - Method in class org.jfree.chart.plot.PiePlot
-
- setExponentFormat(NumberFormat) - Method in class org.jfree.chart.util.LogFormat
-
Sets the number format used for the exponent.
- setExpTickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'expTickLabelsFlag' flag.
- setExtent(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setExtent(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setExtraLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the largest font for this theme.
- setFaroutCoefficient(double) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Sets the value used as the farouts coefficient.
- setFillBox(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the box is filled and sends a
RendererChangeEvent to all registered listeners.
- setFillBox(boolean) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the box is filled and sends a
RendererChangeEvent to all registered listeners.
- setFillComposite(Composite) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the composite which will be used for filling polygons and sends a
RendererChangeEvent to all registered listeners.
- setFillPaint(Paint) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the fillPaint.
- setFillPaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the fill paint.
- setFillPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the fill paint.
- setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
-
- setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
- setFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setFillPaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the paint used to fill the shape.
- setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.LegendItem
-
Sets the transformer used when the fill paint is an instance of
GradientPaint.
- setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the transformer used when the fill paint is an instance of
GradientPaint.
- setFillPath(boolean) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the fillPath.
- setFillType(XYSplineRenderer.FillType) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
- setFillZoomRectangle(boolean) - Method in class org.jfree.chart.ChartPanel
-
A flag that controls how the zoom rectangle is drawn.
- setFirst(RegularTimePeriod) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the first time period in the axis range and sends an
AxisChangeEvent to all registered listeners.
- setFirstBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Sets the paint that will be used to draw the first bar and sends a
RendererChangeEvent to all registered listeners.
- setFirstCategoryIndex(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Sets the index of the first category that should be used from the
underlying dataset, and sends a
DatasetChangeEvent to all
registered listeners.
- setFirstCategoryIndex(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Sets the index of the first category that should be used from the
underlying dataset, and sends a
DatasetChangeEvent to all
registered listeners.
- setFirstTickLabelVisible(boolean) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets a flag that controls whether or not the first tick label is
visible, and sends a
DialLayerChangeEvent to all registered
listeners.
- setFixedAutoRange(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The auto range is fixed for this class to the period by default.
- setFixedAutoRange(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the fixed auto range for the axis.
- setFixedDimension(double) - Method in class org.jfree.chart.axis.Axis
-
Sets the fixed dimension for the axis.
- setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed domain axis space and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the size (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
- setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the space (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
- setFixedIntervalWidth(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Sets the fixed interval width and, as a side effect, sets the
autoWidth flag to false.
- setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed legend items for the plot.
- setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the fixed legend items for the plot.
- setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed legend items for the plot.
- setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners.
- setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed range axis space and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the size (width or height, depending on the orientation of the
plot) for the range axis of each subplot.
- setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the size (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
- setFollowDataInSubranges(boolean) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the flag that controls whether or not the display range follows the
data value.
- setFollowDataInSubranges(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the flag that controls whether or not the thermometer axis zooms
to display the subrange within which the data value falls.
- setFont(Font) - Method in class org.jfree.chart.annotations.TextAnnotation
-
- setFont(Font) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
- setFont(Font) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the font and regenerates the label.
- setFont(Font) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the font to be used for drawing text.
- setFont(Font) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the font used to display the label and sends a
DialLayerChangeEvent to all registered listeners.
- setFont(Font) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setFont(Font) - Method in class org.jfree.chart.title.TextTitle
-
Sets the font used to display the title string.
- setForeground(Color) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the foreground color.
- setForegroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
-
Sets the alpha-transparency for the plot and sends a
PlotChangeEvent to all registered listeners.
- setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
- setFrame(BlockFrame) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the frame (or border).
- setFrameAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setG2Base(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
-
Sets the range axis base in Java2D space.
- setGap(double) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the amount of space between subplots and sends a
PlotChangeEvent to all registered listeners.
- setGap(double) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the amount of space between subplots and sends a
PlotChangeEvent to all registered listeners.
- setGap(double) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the amount of space between subplots and sends a
PlotChangeEvent to all registered listeners.
- setGap(double) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the amount of space between subplots.
- setGap(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the gap (in Java2D units) between the two outlines that represent
the thermometer, and sends a
PlotChangeEvent to all registered
listeners.
- setGapThreshold(double) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the gap threshold for discontinuous lines and sends a
RendererChangeEvent to all registered listeners.
- setGapThresholdType(UnitType) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
- setGenerateEntities(boolean) - Method in class org.jfree.chart.block.BlockParams
-
Sets the flag that controls whether or not chart entities are generated.
- setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.dial.DialBackground
-
Sets the transformer used to adjust the coordinates of any
GradientPaint instance used for the background paint, and
sends a
DialLayerChangeEvent to all registered listeners.
- setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.IntervalMarker
-
Sets the gradient paint transformer and sends a
MarkerChangeEvent to all registered listeners.
- setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent to all registered listeners.
- setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent to all registered listeners.
- setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent to all registered listeners.
- setGradientTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent to all registered listeners.
- setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
-
Sets the paint used for alternate grid bands and sends a
AxisChangeEvent to all registered listeners.
- setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the grid band alternate paint (used for a
SymbolAxis).
- setGridBandPaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
-
Sets the grid band paint and sends an
AxisChangeEvent to
all registered listeners.
- setGridBandPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the grid band paint.
- setGridBandsVisible(boolean) - Method in class org.jfree.chart.axis.SymbolAxis
-
Sets the visibility of the grid bands and notifies registered
listeners that the axis has been modified.
- setGroup(DatasetGroup) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Does nothing.
- setGroup(DatasetGroup) - Method in class org.jfree.data.general.AbstractDataset
-
Sets the dataset group for the dataset.
- setGroup(DatasetGroup) - Method in interface org.jfree.data.general.Dataset
-
Sets the dataset group.
- setGroupPaint(Paint) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the paint used to draw the line between the minimum and maximum
value items in each category and sends a
RendererChangeEvent to
all registered listeners.
- setGroupStroke(Stroke) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the stroke of the line between the minimum value and the maximum
value and sends a
RendererChangeEvent to all registered
listeners.
- setGuideLinePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the paint used to draw the guide lines and sends a
RendererChangeEvent to all registered listeners.
- setGuideLineStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the stroke used to draw the guide lines and sends a
RendererChangeEvent to all registered listeners.
- setGuideLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether or not guide lines are drawn for
each data item and sends a
RendererChangeEvent to all registered
listeners.
- setHeadPercent(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the head percent and sends a
PlotChangeEvent to all
registered listeners.
- setHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the natural width of the block, if this is known in advance.
- setHighFarOut(boolean) - Method in class org.jfree.chart.renderer.OutlierListCollection
-
Sets the flag that indicates the presence of one or more far out values
at the top end of the range.
- setHighlightPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the highlight paint.
- setHorizontalAlignment(HorizontalAlignment) - Method in class org.jfree.chart.title.Title
-
Sets the horizontal alignment for the title and sends a
TitleChangeEvent to all registered listeners.
- setHorizontalAxisTrace(boolean) - Method in class org.jfree.chart.ChartPanel
-
A flag that controls trace lines on the horizontal axis.
- setHorizontalTraceLine(Line2D) - Method in class org.jfree.chart.ChartPanel
-
Sets the horizontal trace line.
- setHourFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the hours.
- setHourSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is appended to the hour count.
- setID(String) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the id for the block.
- setID(String) - Method in interface org.jfree.chart.block.Block
-
Sets the ID for the block.
- setIgnoreNullValues(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets a flag that controls whether
null values are ignored,
and sends a
PlotChangeEvent to all registered listeners.
- setIgnoreZeroValues(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets a flag that controls whether zero values are ignored,
and sends a
PlotChangeEvent to all registered listeners.
- setIgnoreZeroValues(boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Sets a flag that controls whether or not zero values are drawn by the
renderer, and sends a
RendererChangeEvent to all registered
listeners.
- setImage(Image) - Method in class org.jfree.chart.title.ImageTitle
-
Sets the image for the title and notifies registered listeners that the
title has been modified.
- setImageEncoder(String, String) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
-
Used to set additional encoders or replace default ones.
- setIncludeBaseInRange(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- setIncompletePaint(Paint) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Sets the paint used to show the percentage incomplete and sends a
RendererChangeEvent to all registered listeners.
- setIndex(int) - Method in class org.jfree.chart.entity.ContourEntity
-
Deprecated.
Sets the index.
- setInitialDelay(int) - Method in class org.jfree.chart.ChartPanel
-
Specifies the initial delay value for this chart panel.
- setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
- setInnerSeparatorExtension(double) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the length of the inner extension of the separator line that is
drawn between sections, as a percentage of the depth of the
sections, and sends a change event to all registered listeners.
- setInsets(RectangleInsets) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setInsets(RectangleInsets) - Method in class org.jfree.chart.plot.Plot
-
Sets the insets for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setInsets(RectangleInsets, boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets the insets for the plot and, if requested, and sends a
PlotChangeEvent to all registered listeners.
- setInteriorGap(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the interior gap and sends a
PlotChangeEvent to all
registered listeners.
- setInteriorGap(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the interior gap and sends a
PlotChangeEvent to all
registered listeners.
- setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Sets the interval position factor.
- setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Sets the interval position factor.
- setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
-
Sets the interval position factor.
- setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Sets the interval position factor.
- setIntervalWidth(double) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Sets the interval width to a fixed value, and sends a
DatasetChangeEvent to all registered listeners.
- setIntervalWidth(double) - Method in class org.jfree.data.xy.DefaultTableXYDataset
-
Sets the interval width to a fixed value, and sends a
DatasetChangeEvent to all registered listeners.
- setIntervalWidth(double) - Method in class org.jfree.data.xy.XYSeriesCollection
-
- setInverse(boolean) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the inverse flag.
- setInverted(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag that controls the direction of values on the axis, and
notifies registered listeners that the axis has changed.
- setItem(int) - Method in class org.jfree.chart.entity.XYItemEntity
-
Sets the item index.
- setItemCount(int) - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Sets the item count.
- setItemFont(Font) - Method in class org.jfree.chart.title.LegendTitle
-
- setItemLabelAnchorOffset(double) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label anchor offset.
- setItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelFont(Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- setItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- setItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemLabelPadding(RectangleInsets) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the padding used for the item labels in the legend.
- setItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the item label paint.
- setItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setItemMargin(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- setItemMargin(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
- setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
- setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the item margin, which is the gap between items within a category
(expressed as a percentage of the overall category width), and sends
a
RendererChangeEvent to all registered listeners.
- setItemMargin(double) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the item margin, which is the gap between items within a category
(expressed as a percentage of the overall category width), and sends
a
RendererChangeEvent to all registered listeners.
- setItemPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the item paint.
- setItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- setItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setKey(Comparable) - Method in class org.jfree.chart.plot.CategoryMarker
-
- setKey(Comparable) - Method in class org.jfree.data.general.Series
-
Sets the key for the series and sends a VetoableChangeEvent
(with the property name "Key") to all registered listeners.
- setKey(Comparable) - Method in class org.jfree.data.xml.ItemHandler
-
Sets the key.
- setLabel(String) - Method in class org.jfree.chart.axis.Axis
-
Sets the label for the axis and sends an
AxisChangeEvent to all
registered listeners.
- setLabel(String) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
- setLabel(String) - Method in class org.jfree.chart.plot.Marker
-
Sets the label (if
null no label is displayed) and sends a
MarkerChangeEvent to all registered listeners.
- setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label anchor point and sends a property change event (with the
name 'labelAnchor') to all registered listeners.
- setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Marker
-
- setLabelAngle(double) - Method in class org.jfree.chart.axis.Axis
-
Sets the angle for the label and sends an
AxisChangeEvent to all
registered listeners.
- setLabelBackgroundColor(Color) - Method in class org.jfree.chart.plot.Marker
-
Sets the label background color.
- setLabelBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label background paint and sends a property change event with
the name 'labelBackgroundPaint') to all registered listeners.
- setLabelBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label background paint and sends a
PlotChangeEvent to all registered listeners.
- setLabelDistributor(AbstractPieLabelDistributor) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the label distributor and sends a
PlotChangeEvent to all
registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart.axis.Axis
-
Sets the font for the axis label and sends an
AxisChangeEvent
to all registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart.LegendItem
-
Sets the label font.
- setLabelFont(Font) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the label font and sends a
PlotChangeEvent to all
registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label font and sends a property change event (with the name
'labelFont') to all registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart.plot.Marker
-
- setLabelFont(Font) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label font and sends a
PlotChangeEvent to all
registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the series label font and sends a
PlotChangeEvent to all
registered listeners.
- setLabelGap(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the gap between the edge of the pie and the labels (expressed as a
percentage of the plot width) and sends a
PlotChangeEvent to all
registered listeners.
- setLabelGenerator(CrosshairLabelGenerator) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the crosshair label generator and sends a property change event
(with the name 'labelGenerator') to all registered listeners.
- setLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label generator and sends a
PlotChangeEvent to
all registered listeners.
- setLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the label generator and sends a
PlotChangeEvent to all
registered listeners.
- setLabelInfo(PeriodAxisLabelInfo[]) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the array of label info records and sends an
AxisChangeEvent to all registered listeners.
- setLabelInsets(RectangleInsets) - Method in class org.jfree.chart.axis.Axis
-
Sets the insets for the axis label, and sends an
AxisChangeEvent
to all registered listeners.
- setLabelInsets(RectangleInsets, boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets the insets for the axis label, and sends an
AxisChangeEvent
to all registered listeners.
- setLabelLinkMargin(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the link margin and sends a
PlotChangeEvent to all
registered listeners.
- setLabelLinkPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the paint used for the lines that connect pie sections to their
corresponding labels, and sends a
PlotChangeEvent to all
registered listeners.
- setLabelLinkPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the label link paint for pie charts.
- setLabelLinkStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the link stroke and sends a
PlotChangeEvent to all
registered listeners.
- setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the label link style and sends a
PlotChangeEvent to all
registered listeners.
- setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the label link style for pie charts.
- setLabelLinksVisible(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the flag that controls whether or not label linking lines are
visible and sends a
PlotChangeEvent to all registered listeners.
- setLabelLocation(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
-
Sets the axis label location and sends an
AxisChangeEvent to
all registered listeners.
- setLabelOffset(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Sets the label offset (from the arrow base, continuing in a straight
line, in Java2D units) and sends an
AnnotationChangeEvent to all registered listeners.
- setLabelOffset(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the label offset (from the arrow base, continuing in a straight
line, in Java2D units) and sends an
AnnotationChangeEvent to all registered listeners.
- setLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.Marker
-
- setLabelOffsetType(LengthAdjustmentType) - Method in class org.jfree.chart.plot.Marker
-
Sets the label offset type and sends a
MarkerChangeEvent to all
registered listeners.
- setLabelOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label outline paint and sends a property change event (with the
name "labelOutlinePaint") to all registered listeners.
- setLabelOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label outline paint and sends a
PlotChangeEvent to all registered listeners.
- setLabelOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label outline stroke and sends a property change event (with
the name 'labelOutlineStroke') to all registered listeners.
- setLabelOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label outline stroke and sends a
PlotChangeEvent to all registered listeners.
- setLabelOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls the visibility of the label outlines and
sends a property change event (with the name "labelOutlineVisible") to
all registered listeners.
- setLabelPadding(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the padding between each label and its outline and sends a
PlotChangeEvent to all registered listeners.
- setLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
-
Sets the paint used to draw the axis label and sends an
AxisChangeEvent to all registered listeners.
- setLabelPaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the paint used to draw the label.
- setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label paint and sends a property change event (with the name
'labelPaint') to all registered listeners.
- setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Marker
-
- setLabelPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label paint and sends a
PlotChangeEvent to all
registered listeners.
- setLabelPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the series label paint and sends a
PlotChangeEvent to all
registered listeners.
- setLabelPosition(Point2D) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Sets the label position.
- setLabelShadowPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label shadow paint and sends a
PlotChangeEvent
to all registered listeners.
- setLabelTextAnchor(TextAnchor) - Method in class org.jfree.chart.plot.Marker
-
Sets the label text anchor and sends a
MarkerChangeEvent to
all registered listeners.
- setLabelType(int) - Method in class org.jfree.chart.plot.CompassPlot
-
- setLabelVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls whether or not a label is drawn for the
crosshair and sends a property change event (with the name
'labelVisible') to all registered listeners.
- setLabelXOffset(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the x-offset and sends a property change event (with the name
'labelXOffset') to all registered listeners.
- setLabelYOffset(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the y-offset and sends a property change event (with the name
'labelYOffset') to all registered listeners.
- setLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the large font for this theme.
- setLast(RegularTimePeriod) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the last time period in the axis range and sends an
AxisChangeEvent to all registered listeners.
- setLastBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Sets the paint that will be used to draw the last bar and sends a
RendererChangeEvent to all registered listeners.
- setLastPointGood(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
Sets a flag that indicates if the last point drawn (in the current
series) was 'good' (non-null).
- setLastPointGood(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
Sets a flag that indicates if the last point drawn (in the current
series) was 'good' (non-null).
- setLastSeriesPoints(Stack) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Sets the last series points.
- setLatestAngle(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the latest angle.
- setLeft(double) - Method in class org.jfree.chart.axis.AxisSpace
-
Sets the space reserved for axes at the left of the plot area.
- setLeftArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the shape that can be displayed as an arrow pointing left at the
end of an axis line and sends an
AxisChangeEvent to all
registered listeners.
- setLegacyAlpha(boolean) - Static method in class org.jfree.chart.util.PaintAlpha
-
Per default PaintAlpha will try to honour alpha-channel
information.
- setLegendArea(Shape) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Sets the shape used as an area in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendArea(Shape) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Sets the shape used as an area in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the legend background paint.
- setLegendBar(Shape) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the shape used to represent bars in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemGraphicAnchor(RectangleAnchor) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the anchor point used for the graphic in each legend item.
- setLegendItemGraphicEdge(RectangleEdge) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the location of the shape within each legend item.
- setLegendItemGraphicLocation(RectangleAnchor) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the legend item graphic location.
- setLegendItemGraphicPadding(RectangleInsets) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the padding that will be applied to each item graphic in the
legend and sends a
TitleChangeEvent to all registered listeners.
- setLegendItemLabelGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the legend item paint.
- setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the shape used for legend items and sends a
PlotChangeEvent
to all registered listeners.
- setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the shape used for legend items and sends a
PlotChangeEvent
to all registered listeners.
- setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the shape used for legend items and sends a
PlotChangeEvent
to all registered listeners.
- setLegendItemToolTipGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemURLGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent to all registered listeners.
- setLegendLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label generator and sends a
PlotChangeEvent to
all registered listeners.
- setLegendLabelToolTipGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label tool tip generator and sends a
PlotChangeEvent to all registered listeners.
- setLegendLabelURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label URL generator and sends a
PlotChangeEvent to all registered listeners.
- setLegendLine(Shape) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
- setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the shape used for the legend item for the specified series, and
sends a
RendererChangeEvent to all registered listeners.
- setLegendShape(Shape) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent to all registered listeners.
- setLegendTextFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the font used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners.
- setLegendTextPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners.
- setLimit(double) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the limit below which pie sections are aggregated.
- setLine(Line2D) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Sets the line used to label this series.
- setLine(Shape) - Method in class org.jfree.chart.LegendItem
-
Sets the line.
- setLine(Shape) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the line.
- setLinePaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the line paint.
- setLinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the line paint.
- setLineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
-
Sets the line stroke.
- setLineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the line stroke.
- setLinesVisible(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setLinesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setLinesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setLineVisible(boolean) - Method in class org.jfree.chart.LegendItem
-
Sets the flag that controls whether or not the line shape is visible for
this legend item.
- setLineVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the flag that controls whether or not the line is visible.
- setLinkArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the label link area.
- setLocale(Locale) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the locale for the axis and sends a change event to all registered
listeners.
- setLog10TickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'log10TickLabelsFlag' flag.
- setLogscale(boolean) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the 'log-scale' flag.
- setLowerBound(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the lower bound for the axis range.
- setLowerBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the lower bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners.
- setLowerBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setLowerBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the lower bound for the thermometer.
- setLowerMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the lower margin for the axis and sends an
AxisChangeEvent
to all registered listeners.
- setLowerMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the lower margin for the axis (as a percentage of the axis range)
and sends an
AxisChangeEvent to all registered listeners.
- setLowFarOut(boolean) - Method in class org.jfree.chart.renderer.OutlierListCollection
-
Sets the flag that indicates the presence of one or more far out values
at the bottom end of the range.
- setMajorTickIncrement(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the increment (in data units) between major tick labels and sends a
DialLayerChangeEvent to all registered listeners.
- setMajorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the length factor for the major tick marks and sends a
DialLayerChangeEvent to all registered listeners.
- setMajorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setMajorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the stroke used to draw the major tick marks and sends a
DialLayerChangeEvent to all registered listeners.
- setMajorTickTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the class that controls the spacing of the major tick marks, and
sends an
AxisChangeEvent to all registered listeners.
- setMargin(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the margin (use RectangleInsets.ZERO_INSETS for no
padding).
- setMargin(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the margin.
- setMargin(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Set the margin around the plot area and sends a
PlotChangeEvent to all registered listeners.
- setMargin(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the percentage amount by which the bars are trimmed and sends a
RendererChangeEvent to all registered listeners.
- setMarker(Shape) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Set the marker.
- setMarkerBand(MarkerAxisBand) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the marker band for the axis.
- setMax(double) - Method in class org.jfree.chart.axis.AxisState
-
Sets the maximum width/height.
- setMaxCandleWidthInMilliseconds(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the maximum candle width (in milliseconds) and sends a
RendererChangeEvent to all registered listeners.
- setMaxChipX(int) - Method in class org.jfree.data.general.WaferMapDataset
-
Sets wafer x dimension.
- setMaxChipY(int) - Method in class org.jfree.data.general.WaferMapDataset
-
Sets the number of chips in the y-dimension.
- setMaxHeight(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
- setMaxIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the icon displayed for the maximum value data item within each
category and sends a
RendererChangeEvent to all registered
listeners.
- setMaximumBarWidth(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the maximum bar width, which is specified as a percentage of the
available space for all bars, and sends a
RendererChangeEvent to
all registered listeners.
- setMaximumBarWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the maximum bar width, which is specified as a percentage of the
available space for all bars, and sends a
RendererChangeEvent
to all registered listeners.
- setMaximumCategoryCount(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Sets the maximum category count and sends a
DatasetChangeEvent
to all registered listeners.
- setMaximumCategoryCount(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Sets the maximum category count and sends a
DatasetChangeEvent
to all registered listeners.
- setMaximumCategoryLabelLines(int) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the maximum number of lines to use for each category label and
sends an
AxisChangeEvent to all registered listeners.
- setMaximumCategoryLabelWidthRatio(float) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the maximum category label width ratio and sends an
AxisChangeEvent to all registered listeners.
- setMaximumDate(Date) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the maximum date visible on the axis and sends an
AxisChangeEvent to all registered listeners.
- setMaximumDrawHeight(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the maximum drawing height for the chart on this panel.
- setMaximumDrawWidth(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the maximum drawing width for the chart on this panel.
- setMaximumItemAge(long) - Method in class org.jfree.data.time.TimeSeries
-
Sets the number of time units in the 'history' for the series.
- setMaximumItemCount(int) - Method in class org.jfree.data.ComparableObjectSeries
-
Sets the maximum number of items that will be retained in the series.
- setMaximumItemCount(int) - Method in class org.jfree.data.time.TimeSeries
-
Sets the maximum number of items that will be retained in the series.
- setMaximumItemCount(int) - Method in class org.jfree.data.xy.XYSeries
-
Sets the maximum number of items that will be retained in the series.
- setMaximumItemWidth(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Sets the maximum item width, which is specified as a percentage of the
available space for all items, and sends a
RendererChangeEvent
to all registered listeners.
- setMaximumLabelWidth(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the maximum label width as a percentage of the plot width and sends
a
PlotChangeEvent to all registered listeners.
- setMaximumLinesToDisplay(int) - Method in class org.jfree.chart.title.TextTitle
-
Sets the maximum number of lines to display and sends a
TitleChangeEvent to all registered listeners.
- setMaximumValue(double) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Sets the maximum value.
- setMaxItemWidth(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
- setMaxTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the template value for the maximum size of the indicator bounds
and sends a
DialLayerChangeEvent to all registered listeners.
- setMaxValue(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the maximum value any category axis can take and sends
a
PlotChangeEvent to all registered listeners.
- setMaxWidth(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
- setMaxZ(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the maximum Z value.
- setMeanVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the mean indicator is drawn
for each item, and sends a
RendererChangeEvent to all
registered listeners.
- setMedianVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the median indicator is drawn
for each item, and sends a
RendererChangeEvent to all
registered listeners.
- setMercuryPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the default mercury paint and sends a
PlotChangeEvent to
all registered listeners.
- setMeterAngle(int) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the angle (in degrees) for the whole range of the dial and sends
a
PlotChangeEvent to all registered listeners.
- setMinIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the icon displayed for the minimum value data item within each
category and sends a
RendererChangeEvent to all registered
listeners.
- setMinimumArcAngleToDraw(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the minimum arc angle that will be drawn.
- setMinimumBarLength(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- setMinimumDate(Date) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the minimum date visible on the axis and sends an
AxisChangeEvent to all registered listeners.
- setMinimumDrawHeight(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the minimum drawing height for the chart on this panel.
- setMinimumDrawWidth(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the minimum drawing width for the chart on this panel.
- setMinimumValue(double) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Sets the minimum value.
- setMinorTickCount(int) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the number of minor tick marks to display, and sends an
AxisChangeEvent to all registered listeners.
- setMinorTickCount(int) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the number of minor tick marks between major tick marks and sends
a
DialLayerChangeEvent to all registered listeners.
- setMinorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the length factor for the minor tick marks and sends
a
DialLayerChangeEvent to all registered listeners.
- setMinorTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
-
Sets the inside length of the minor tick marks and sends
an
AxisChangeEvent to all registered listeners.
- setMinorTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the inside length of the minor tick marks and sends an
AxisChangeEvent to all registered listeners.
- setMinorTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.Axis
-
Sets the outside length of the minor tick marks and sends
an
AxisChangeEvent to all registered listeners.
- setMinorTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the outside length of the minor tick marks and sends an
AxisChangeEvent to all registered listeners.
- setMinorTickMarkPaint(Paint) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the paint used to display minor tick marks, if they are
visible, and sends a
AxisChangeEvent to all registered
listeners.
- setMinorTickMarkStroke(Stroke) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the stroke used to display minor tick marks, if they are
visible, and sends a
AxisChangeEvent to all registered
listeners.
- setMinorTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets the flag that indicates whether or not the minor tick marks are
showing and sends an
AxisChangeEvent to all registered
listeners.
- setMinorTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the flag that controls whether or not minor tick marks
are displayed for the axis, and sends a
AxisChangeEvent
to all registered listeners.
- setMinorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the paint used to draw the minor tick marks and sends a
DialLayerChangeEvent to all registered listeners.
- setMinorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the stroke used to draw the minor tick marks and sends a
DialLayerChangeEvent to all registered listeners.
- setMinorTickTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the class that controls the spacing of the minor tick marks, and
sends an
AxisChangeEvent to all registered listeners.
- setMinuteFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the minutes.
- setMinuteSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is appended to the minute count.
- setMinZ(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the minimum Z value.
- setMissingPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the missingPaint.
- setModel(TableXYDataset) - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Sets the model (dataset).
- setMouseWheelEnabled(boolean) - Method in class org.jfree.chart.ChartPanel
-
Enables or disables mouse wheel support for the panel.
- setMouseZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
-
A convenience method that switches on mouse-based zooming.
- setMouseZoomable(boolean, boolean) - Method in class org.jfree.chart.ChartPanel
-
A convenience method that switches on mouse-based zooming.
- setMultiple(boolean) - Method in class org.jfree.chart.renderer.OutlierList
-
Sets the flag that indicates whether or not this list represents
multiple outliers.
- setNeedlePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the paint used to display the needle and sends a
PlotChangeEvent to all registered listeners.
- setNegativeArrowVisible(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag that controls whether or not the axis lines has an arrow
drawn that points in the negative direction for the axis, and sends an
AxisChangeEvent to all registered listeners.
- setNegativeBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Sets the paint that will be used to draw bars having negative values,
and sends a
RendererChangeEvent to all registered listeners.
- setNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the fallback position for negative item labels that don't fit
within a bar, and sends a
RendererChangeEvent to all registered
listeners.
- setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the fallback position for negative item labels that don't fit
within a bar, and sends a
RendererChangeEvent to all registered
listeners.
- setNegativePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Sets the paint used to highlight negative differences.
- setNoDataMessage(String) - Method in class org.jfree.chart.plot.Plot
-
Sets the message that is displayed when the dataset is empty or
null, and sends a
PlotChangeEvent to all registered
listeners.
- setNoDataMessageFont(Font) - Method in class org.jfree.chart.plot.Plot
-
Sets the font used to display the 'no data' message and sends a
PlotChangeEvent to all registered listeners.
- setNoDataMessagePaint(Paint) - Method in class org.jfree.chart.plot.Plot
-
Sets the paint used to display the 'no data' message and sends a
PlotChangeEvent to all registered listeners.
- setNotify(boolean) - Method in class org.jfree.chart.annotations.AbstractAnnotation
-
Sets a flag that indicates whether listeners should be notified about
changes of an annotation.
- setNotify(boolean) - Method in class org.jfree.chart.JFreeChart
-
Sets a flag that controls whether or not listeners receive
ChartChangeEvent notifications.
- setNotify(boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets a flag that controls whether or not listeners receive
PlotChangeEvent notifications.
- setNotify(boolean) - Method in class org.jfree.chart.title.Title
-
Sets the flag that indicates whether or not the notification mechanism
is enabled.
- setNotify(boolean) - Method in class org.jfree.data.general.AbstractDataset
-
- setNotify(boolean) - Method in class org.jfree.data.general.Series
-
Sets the flag that controls whether or not change events are sent to
registered listeners.
- setNumberFormat(NumberFormat) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the formatter used to format the value and sends a
DialLayerChangeEvent to all registered listeners.
- setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the number format override and sends a change event to all
registered listeners.
- setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the number format override.
- setNumberOfDigits(int) - Method in class org.jfree.chart.util.HexNumberFormat
-
Sets the number of digits.
- setObject(Object) - Method in class org.jfree.data.ComparableObjectItem
-
Sets the y-value for this data item.
- setObject(Object) - Method in class org.jfree.data.KeyedObject
-
Sets the object.
- setObject(Comparable, Object) - Method in class org.jfree.data.KeyedObjects
-
Replaces an existing object, or adds a new object to the collection.
- setObject(Object, Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Adds or updates an object.
- setObjectIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the icon drawn for each data item and sends a
RendererChangeEvent to all registered listeners.
- setOffset(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound is a multiple of the period, plus optionally a start
offset.
- setOpenTickPaint(Paint) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the paint used to draw the ticks for the open values and sends a
RendererChangeEvent to all registered listeners.
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the orientation for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the orientation of the plot (and all subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the orientation for the plot (also changes the orientation for all
the subplots to match).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the orientation for the plot (and all the subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the orientation for the plot (and all its subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the orientation for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
- setOuterSeparatorExtension(double) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the length of the outer extension of the separator line that is
drawn between sections, as a percentage of the depth of the
sections, and sends a change event to all registered listeners.
- setOutlierCoefficient(double) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Sets the value used as the outlier coefficient
- setOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Sets a flag that controls whether or not outlines of the areas are drawn
and sends a
RendererChangeEvent to all registered listeners.
- setOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Sets a flag that controls whether or not outlines of the areas are
drawn, and sends a
RendererChangeEvent to all registered
listeners.
- setOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets a flag that controls whether or not outlines of the areas are
drawn, and sends a
RendererChangeEvent to all registered
listeners.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the outline paint for the annotation and sends an
AnnotationChangeEvent to all registered listeners.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the outline paint.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the outline paint.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the paint used to draw the outline of the cap and sends a
DialLayerChangeEvent to all registered listeners.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the outline paint.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Marker
-
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Plot
-
Sets the paint used to draw the outline of the plot area and sends a
PlotChangeEvent to all registered listeners.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setOutlinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the outline paint.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the outline stroke for the annotation and sends an
AnnotationChangeEvent to all registered listeners.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
-
Sets the outline stroke.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the outline stroke.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the stroke used to draw the outline of the cap and sends a
DialLayerChangeEvent to all registered listeners.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Marker
-
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Plot
-
Sets the stroke used to outline the plot area and sends a
PlotChangeEvent to all registered listeners.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the outline stroke.
- setOutlineVisible(boolean) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the flag that controls whether or not the outline is drawn and
sends an
AnnotationChangeEvent to all registered listeners.
- setOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets the flag that controls whether or not the plot's outline is
drawn, and sends a
PlotChangeEvent to all registered listeners.
- setOval(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
- setPadding(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the padding (use RectangleInsets.ZERO_INSETS for no
padding).
- setPadding(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the padding.
- setPadding(RectangleInsets) - Method in class org.jfree.chart.JFreeChart
-
Sets the padding between the chart border and the chart drawing area,
and sends a
ChartChangeEvent to all registered listeners.
- setPadding(RectangleInsets) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the padding for the thermometer and sends a
PlotChangeEvent
to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the paint used to draw the connecting line and sends an
AnnotationChangeEvent to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.annotations.TextAnnotation
-
- setPaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
- setPaint(Paint) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the paint and regenerates the label.
- setPaint(Paint) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the paint used to draw or fill shapes (or text).
- setPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the paint for the crosshair line and sends a property change event
with the name "paint" to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialBackground
-
Sets the paint for the dial background and sends a
DialLayerChangeEvent to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the paint used to display the label and sends a
DialLayerChangeEvent to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the paint used to highlight the range and sends a
DialLayerChangeEvent to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the color for the data points and sends a
PlotChangeEvent
to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.Marker
-
- setPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
-
Sets the paint used to display the title string.
- setPaintMode() - Method in class org.jfree.chart.fx.FXGraphics2D
-
Not implemented - the method does nothing.
- setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the paint scale used by the renderer and sends a
RendererChangeEvent to all registered listeners.
- setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the paint scale used by the renderer and sends a
RendererChangeEvent to all registered listeners.
- setPalette(ColorPalette) - Method in class org.jfree.chart.editor.PaletteSample
-
Deprecated.
Sets the palette object being displayed.
- setPaletteName(String) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the palette name.
- setParent(Plot) - Method in class org.jfree.chart.plot.Plot
-
Sets the parent plot.
- setPassesRequired(int) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the number of passes required by the renderer.
- setPercent(int) - Method in class org.jfree.chart.event.ChartProgressEvent
-
Sets the percentage complete.
- setPercentComplete(Double) - Method in class org.jfree.data.gantt.Task
-
Sets the percentage complete for the task.
- setPercentComplete(double) - Method in class org.jfree.data.gantt.Task
-
Sets the percentage complete for the task.
- setPeriod(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
The cycle bound is a multiple of the period, plus optionally a start
offset.
- setPieArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the pie area.
- setPieCenterX(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the x-coordinate of the center of the pie chart.
- setPieCenterY(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the y-coordinate of the center of the pie chart.
- setPieChart(JFreeChart) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the chart that is used to draw the individual pie plots.
- setPieHRadius(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the vertical pie radius.
- setPieIndex(int) - Method in class org.jfree.chart.entity.PieSectionEntity
-
Sets the pie index.
- setPieIndex(int) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the pie index (this is used by the
MultiplePiePlot class to
track subplots).
- setPieWRadius(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the horizontal pie radius.
- setPlot(Plot) - Method in class org.jfree.chart.axis.Axis
-
Sets a reference to the plot that the axis is assigned to.
- setPlot(CategoryPlot) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the plot that the renderer has been assigned to.
- setPlot(CategoryPlot) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the plot that the renderer has been assigned to.
- setPlot(PolarPlot) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the plot associated with this renderer.
- setPlot(PolarPlot) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the plot that this renderer is assigned to.
- setPlot(WaferMapPlot) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Sets the plot and build the paint index.
- setPlot(XYPlot) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the plot that the renderer is assigned to.
- setPlot(XYPlot) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the plot that this renderer is assigned to.
- setPlotArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Sets the plot area.
- setPlotArea(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets a flag that controls whether or not areas are drawn for each data
item and sends a
RendererChangeEvent to all registered
listeners.
- setPlotBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the plot background paint.
- setPlotDiscontinuous(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the flag that controls whether or not the renderer shows
discontinuous lines, and sends a
RendererChangeEvent to all
registered listeners.
- setPlotImages(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the flag that controls whether or not an image is drawn at each
data point and sends a
RendererChangeEvent to all registered
listeners.
- setPlotLines(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the flag that controls whether or not a line is plotted between
each data point and sends a
RendererChangeEvent to all
registered listeners.
- setPlotOutlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the plot outline paint.
- setPoint(Point2D) - Method in class org.jfree.chart.renderer.Outlier
-
Sets the xy coordinates of the bounding box containing the outlier
ellipse.
- setPopupMenu(JPopupMenu) - Method in class org.jfree.chart.ChartPanel
-
Sets the popup menu for the panel.
- setPosition(RectangleEdge) - Method in class org.jfree.chart.title.Title
-
Sets the position for the title and sends a
TitleChangeEvent to
all registered listeners.
- setPosition(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Sets the x position type (START, MIDDLE or END).
- setPositiveArrowVisible(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets a flag that controls whether or not the axis lines has an arrow
drawn that points in the positive direction for the axis, and sends an
AxisChangeEvent to all registered listeners.
- setPositiveBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Sets the paint that will be used to draw bars having positive values.
- setPositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the fallback position for positive item labels that don't fit
within a bar, and sends a
RendererChangeEvent to all registered
listeners.
- setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the fallback position for positive item labels that don't fit
within a bar, and sends a
RendererChangeEvent to all registered
listeners.
- setPositivePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Sets the paint used to highlight positive differences and sends a
RendererChangeEvent to all registered listeners.
- setPositivePrefix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is prepended to the format if the relative time is
positive.
- setPrecision(int) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
- setProcessVisibleItemsOnly(boolean) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
Sets the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items.
- setPtSizePct(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the ptSizePct.
- setQuadrantOrigin(Point2D) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the quadrant origin and sends a
PlotChangeEvent to all
registered listeners.
- setQuadrantPaint(int, Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint used for the specified quadrant and sends a
PlotChangeEvent to all registered listeners.
- setQuality(float) - Method in interface org.jfree.chart.encoders.ImageEncoder
-
Set the quality of the image encoding (not supported by all
ImageEncoders).
- setQuality(float) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
-
Set the quality of the image encoding (supported).
- setQuality(float) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
-
Set the quality of the image encoding.
- setQuality(float) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
-
Set the quality of the image encoding (not supported in this
ImageEncoder).
- setRadius(double) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the radius of the cap, as a percentage of the dial's framing
rectangle, and sends a
DialLayerChangeEvent to all registered
listeners.
- setRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer
-
- setRadius(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the radius used to calculate the anchor point and sends a
DialLayerChangeEvent to all registered listeners.
- setRadius(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
- setRadius(double) - Method in class org.jfree.chart.renderer.Outlier
-
Sets the radius of the outlier ellipse.
- setRadiusGridlinePaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the paint for the grid lines plotted against the radius axis and
sends a
PlotChangeEvent to all registered listeners.
- setRadiusGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the stroke for the grid lines plotted against the radius axis and
sends a
PlotChangeEvent to all registered listeners.
- setRadiusGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the flag that controls whether or not the radius axis grid lines
are visible.
- setRadiusMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Set the flag that determines if radial minor grid-lines will be drawn,
and sends a
PlotChangeEvent to all registered listeners.
- setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Sets a new axis range.
- setRange(Range) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the upper and lower bounds for the axis and sends an
AxisChangeEvent to all registered listeners.
- setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the range for the axis, if requested, sends an
AxisChangeEvent to all registered listeners.
- setRange(Date, Date) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the axis range and sends an
AxisChangeEvent to all
registered listeners.
- setRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the axis range and sends an
AxisChangeEvent to all
registered listeners.
- setRange(Range) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Overridden version that calls original and then sets up flag for
log axis processing.
- setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the range for the axis, if requested, sends an
AxisChangeEvent to all registered listeners.
- setRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis and sends a change event to all registered
listeners.
- setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis and, if requested, sends a change event to
all registered listeners.
- setRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis and sends a change event to all registered
listeners.
- setRange(double, double) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the lower and upper bounds for the thermometer.
- setRange(Range) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the range for the dial and sends a
PlotChangeEvent to all
registered listeners.
- setRange(double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the lower and upper bounds for the thermometer.
- setRangeAboutValue(double, double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the axis range, where the new range is 'size' in length, and
centered on 'value'.
- setRangeAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the range axes for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the range axes for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the range axis for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
- setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a range axis and, if requested, sends a
PlotChangeEvent to
all registered listeners.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the range axis for the plot.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the range axis and sends a
PlotChangeEvent to all
registered listeners.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the range axis for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the range axis for the plot and sends a
PlotChangeEvent to
all registered listeners.
- setRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
- setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a range axis and, if requested, sends a
PlotChangeEvent to
all registered listeners.
- setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the range axis and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the range axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the primary range axis and sends a
PlotChangeEvent to all registered listeners.
- setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the primary range axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners.
- setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the axis location for a domain axis and, if requested, sends a
PlotChangeEvent to all registered listeners.
- setRangeBase(double) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets the value on the range axis which defines the default border of the
area, and sends a
RendererChangeEvent to all registered
listeners.
- setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag indicating whether or not the range crosshair should
"lock-on" to actual data values, and sends a
PlotChangeEvent
to all registered listeners.
- setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the flag indicating whether or not the range crosshair should
"lock-on" to actual data values.
- setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag indicating whether or not the range crosshair should
"lock-on" to actual data values.
- setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint used to draw the range crosshair (if visible) and
sends a
PlotChangeEvent to all registered listeners.
- setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the Paint used to color the crosshairs (if visible) and notifies
registered listeners that the axis has been modified.
- setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint used to color the crosshairs (if visible) and sends a
PlotChangeEvent to all registered listeners.
- setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the pen-style (
Stroke) used to draw the range
crosshair (if visible), and sends a
PlotChangeEvent to all
registered listeners.
- setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the Stroke used to draw the crosshairs (if visible) and notifies
registered listeners that the axis has been modified.
- setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke used to draw the crosshairs (if visible) and sends a
PlotChangeEvent to all registered listeners.
- setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the range crosshair value and, if the crosshair is visible, sends
a
PlotChangeEvent to all registered listeners.
- setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the range crosshair value and, if requested, sends a
PlotChangeEvent to all registered listeners (but only if the
crosshair is visible).
- setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the domain crosshair value.
- setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the range crosshair value.
- setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the range crosshair value.
- setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the range crosshair value and sends a
PlotChangeEvent to
all registered listeners, but only if the crosshair is visible.
- setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag indicating whether or not the range crosshair is visible.
- setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the flag indicating whether or not the range crosshair is visible.
- setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag indicating whether or not the range crosshair is visible.
- setRangeDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
-
Sets the range description and fires a property change event with the
name Range.
- setRangeDescription(String) - Method in class org.jfree.data.time.TimeSeries
-
Sets the range description and sends a PropertyChangeEvent
(with the property name Range) to all registered listeners.
- setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint used to draw the grid lines against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the paint for the grid lines plotted against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the grid lines plotted against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the range grid line paint.
- setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke used to draw the grid-lines against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the stroke for the grid lines plotted against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the grid lines plotted against the range axis,
and sends a
PlotChangeEvent to all registered listeners.
- setRangeGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not grid-lines are drawn against
the range axis.
- setRangeGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that controls whether or not the range axis grid lines are
visible.
- setRangeGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the range axis grid lines
are visible.
- setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint for the minor grid lines plotted against the range axis
and sends a
PlotChangeEvent to all registered listeners.
- setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the minor grid lines plotted against the range axis
and sends a
PlotChangeEvent to all registered listeners.
- setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke for the minor grid lines plotted against the range axis,
and sends a
PlotChangeEvent to all registered listeners.
- setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the minor grid lines plotted against the range axis,
and sends a
PlotChangeEvent to all registered listeners.
- setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not the range axis minor grid
lines are visible.
- setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the range axis minor grid
lines are visible.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that enables or disables panning of the plot along
the range axes.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the flag, on each of the subplots, that controls whether or not the
range is pannable.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that enables or disables panning of the plot along
the range axes.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that enables or disables panning of the plot along
the range axis/axes.
- setRangeTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the range tick bands.
- setRangeType(RangeType) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the axis range type.
- setRangeWithMargins(Range) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis (after first adding the current margins to
the specified range) and sends an
AxisChangeEvent to all
registered listeners.
- setRangeWithMargins(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis after first adding the current margins to
the range and, if requested, sends an
AxisChangeEvent to all
registered listeners.
- setRangeWithMargins(double, double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the axis range (after first adding the current margins to the
range) and sends an
AxisChangeEvent to all registered listeners.
- setRangeZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint for the zero baseline plotted against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the zero baseline plotted against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- setRangeZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke for the zero baseline for the range axis,
and sends a
PlotChangeEvent to all registered listeners.
- setRangeZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the zero baseline for the range axis,
and sends a
PlotChangeEvent to all registered listeners.
- setRangeZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not the zero baseline is
displayed for the range axis, and sends a
PlotChangeEvent to
all registered listeners.
- setRangeZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the zero baseline is
displayed for the range axis, and sends a
PlotChangeEvent to
all registered listeners.
- setRangeZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
-
A flag that controls mouse-based zooming on the vertical axis.
- setRect(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
- setRefreshBuffer(boolean) - Method in class org.jfree.chart.ChartPanel
-
Sets the refresh buffer flag.
- setRegularFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the regular font for this theme.
- setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Sets the flag that controls whether the renderer displays each item
value as a percentage (so that the stacked areas add to 100%), and sends
a
RendererChangeEvent to all registered listeners.
- setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
-
Sets the flag that controls whether the renderer displays each item
value as a percentage (so that the stacked bars add to 100%), and sends
a
RendererChangeEvent to all registered listeners.
- setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Sets the flag that controls whether the renderer displays each item
value as a percentage (so that the stacked bars add to 100%), and sends
a
RendererChangeEvent to all registered listeners.
- setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Sets the flag that controls whether the renderer displays each item
value as a percentage (so that the stacked bars add to 100%), and sends
a
RendererChangeEvent to all registered listeners.
- setRenderAsPoints(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the renderAsPoints.
- setRenderer(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer at index 0 (sometimes referred to as the "primary"
renderer) and sends a change event to all registered listeners.
- setRenderer(CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer at index 0 (sometimes referred to as the "primary"
renderer) and, if requested, sends a change event to all registered
listeners.
- setRenderer(int, CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer to use for the dataset with the specified index and
sends a change event to all registered listeners.
- setRenderer(int, CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer to use for the dataset with the specified index and,
if requested, sends a change event to all registered listeners.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the item renderer FOR ALL SUBPLOTS.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the item renderer FOR ALL SUBPLOTS.
- setRenderer(PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the primary renderer, and notifies all listeners of a change to the
plot.
- setRenderer(int, PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
-
- setRenderer(int, PolarItemRenderer, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets a renderer and, if requested, sends a
PlotChangeEvent to
all registered listeners.
- setRenderer(WaferMapRenderer) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Sets the item renderer, and notifies all listeners of a change to the
plot.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the primary dataset and sends a change event to
all registered listeners.
- setRenderer(int, XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the dataset with the specified index and sends a
change event to all registered listeners.
- setRenderer(int, XYItemRenderer, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the dataset with the specified index and, if
requested, sends a change event to all registered listeners.
- setRendererIndex(int) - Method in class org.jfree.chart.entity.XYAnnotationEntity
-
Sets the renderer index.
- setRenderers(CategoryItemRenderer[]) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderers for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setRenderers(XYItemRenderer[]) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderers for this plot and sends a
PlotChangeEvent
to all registered listeners.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the value for a hint.
- setRenderingHints(Map<?, ?>) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the rendering hints to the specified collection.
- setRenderingHints(RenderingHints) - Method in class org.jfree.chart.JFreeChart
-
Sets the rendering hints for the chart.
- setReshowDelay(int) - Method in class org.jfree.chart.ChartPanel
-
Specifies the amount of time before the user has to wait initialDelay
milliseconds before a tooltip will be shown.
- setRevolutionDistance(double) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the count to complete one revolution.
- setRight(double) - Method in class org.jfree.chart.axis.AxisSpace
-
Sets the space reserved for axes at the right of the plot area.
- setRightArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the shape that can be displayed as an arrow pointing rightwards at
the end of an axis line and sends an
AxisChangeEvent to all
registered listeners.
- setRoseCenterPaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the paint used to fill the inner background area of the compass,
and sends a
PlotChangeEvent to all registered listeners.
- setRoseHighlightPaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the paint used to draw the circles, symbols and labels of the
compass, and sends a
PlotChangeEvent to all registered listeners.
- setRosePaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the paint used to fill the outer circle of the compass,
and sends a
PlotChangeEvent to all registered listeners.
- setRotateX(double) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the rotateX value.
- setRotateY(double) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the rotateY value.
- setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.TextAnnotation
-
- setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
- setRotationAngle(double) - Method in class org.jfree.chart.annotations.TextAnnotation
-
- setRotationAngle(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
- setRoundRect(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the attributes of the reusable
RoundRectangle2D object that
is used by the
FXGraphics2D.drawRoundRect(int, int, int, int, int, int) and
FXGraphics2D.fillRoundRect(int, int, int, int, int, int) methods.
- setRoundXCoordinates(boolean) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Sets the flag that controls whether or not the x-coordinates (in
Java2D space) are rounded to integer values, and sends a
RendererChangeEvent to all registered listeners.
- setRoundXCoordinates(boolean) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Sets the flag that controls whether or not the x-coordinates (in
Java2D space) are rounded to integer values, and sends a
RendererChangeEvent to all registered listeners.
- setRowKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the row key.
- setRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Sets the row key.
- setRowRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the row order in which the items in each dataset should be
rendered and sends a
PlotChangeEvent to all registered
listeners.
- setScale(PaintScale) - Method in class org.jfree.chart.title.PaintScaleLegend
-
- setScaleFactor(double) - Method in class org.jfree.data.xy.NormalizedMatrixSeries
-
Sets the factor that multiplies each item in this series when observed
using getItem mehtod.
- setScaleIndex(int) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
- setSecondFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the seconds and milliseconds.
- setSecondSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is appended to the second count.
- setSectionDepth(double) - Method in class org.jfree.chart.plot.RingPlot
-
The section depth is given as percentage of the plot radius.
- setSectionIndex(int) - Method in class org.jfree.chart.entity.PieSectionEntity
-
Sets the section index.
- setSectionKey(Comparable) - Method in class org.jfree.chart.entity.PieSectionEntity
-
Sets the section key.
- setSectionOutlinePaint(Comparable, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the outline paint associated with the specified key, and sends a
PlotChangeEvent to all registered listeners.
- setSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
- setSectionOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
- setSectionOutlineStroke(Comparable, Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the outline stroke associated with the specified key, and sends a
PlotChangeEvent to all registered listeners.
- setSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
- setSectionOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
- setSectionOutlinesVisible(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the flag that controls whether or not the outline is drawn for
each pie section, and sends a
PlotChangeEvent to all registered
listeners.
- setSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
- setSectionPaint(Comparable, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the paint associated with the specified key, and sends a
PlotChangeEvent to all registered listeners.
- setSectionPaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
- setSeparatorPaint(Paint) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the paint used to draw the separator between sections and sends a
change event to all registered listeners.
- setSeparatorStroke(Stroke) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the stroke used to draw the separator between sections and sends
a change event to all registered listeners.
- setSeparatorsVisible(boolean) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the flag that controls whether or not separators are drawn between
the sections in the chart, and sends a change event to all registered
listeners.
- setSeries(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
- setSeriesArea(Polygon) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Sets the series area.
- setSeriesBarWidth(int, double) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
-
Sets the width of the bars of a series.
- setSeriesCreateEntities(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether entities are created for a series,
and sends a
RendererChangeEvent to all registered listeners.
- setSeriesCreateEntities(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether entities are created for a series
and, if requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesFilled(int, boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets a flag that controls whether or not a series is filled.
- setSeriesFillPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used for a series fill and sends a
RendererChangeEvent to all registered listeners.
- setSeriesFillPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used to fill a series and, if requested,
sends a
RendererChangeEvent to all registered listeners.
- setSeriesIndex(int) - Method in class org.jfree.chart.entity.LegendItemEntity
-
- setSeriesIndex(int) - Method in class org.jfree.chart.entity.XYItemEntity
-
Sets the series index.
- setSeriesIndex(int) - Method in class org.jfree.chart.LegendItem
-
Sets the series index for this legend item.
- setSeriesIndex(int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
Sets the series index for the current path.
- setSeriesItemLabelFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label font for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelFont(int, Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label font for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelFont(int, Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label font for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelFont(int, Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label font for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label paint for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label paint for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelPaint(int, Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label paint for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelPaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label paint for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelsVisible(int, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets a flag that controls the visibility of the item labels for a series,
and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelsVisible(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the visibility of the item labels for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the visibility of item labels for a series and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelsVisible(int, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets a flag that controls the visibility of the item labels for a series.
- setSeriesItemLabelsVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets a flag that controls the visibility of the item labels for a series.
- setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the visibility of item labels for a series and, if requested, sends
a
RendererChangeEvent to all registered listeners.
- setSeriesItemLabelsVisible(int, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets a flag that controls the visibility of the item labels for a
series and sends a
RendererChangeEvent to all registered
listeners.
- setSeriesItemLabelsVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets a flag that controls the visibility of the item labels for a series.
- setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the visibility of item labels for a series and, if requested,
sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the URL generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item URL generator for a series.
- setSeriesKey(Comparable) - Method in class org.jfree.chart.entity.LegendItemEntity
-
Sets the key for the series.
- setSeriesKey(Comparable) - Method in class org.jfree.chart.LegendItem
-
Sets the series key.
- setSeriesKey(int, Comparable) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Sets the name of a series.
- setSeriesKey(Comparable) - Method in class org.jfree.data.xml.CategorySeriesHandler
-
Sets the series key.
- setSeriesKeys(Comparable[]) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the names of the series in the dataset.
- setSeriesKeys(Comparable[]) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Sets the names of the series in the data source.
- setSeriesLinesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesLinesVisible(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesLinesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesLinesVisible(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesNeedle(int) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the needle type.
- setSeriesNeedle(int, int) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the needle for a series.
- setSeriesNeedle(int, MeterNeedle) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the needle for a series and sends a
PlotChangeEvent to all
registered listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for negative values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for negative values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for negative values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the series outline paint.
- setSeriesOutlinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the outline paint for ALL series in the plot.
- setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the paint used to fill a series of the radar and sends a
PlotChangeEvent to all registered listeners.
- setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used for a series outline and sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlinePaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used to draw the outline for a series and, if requested,
sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlinePaint(int, Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the paint used for a series outline and sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlinePaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the paint used for a series outline and sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the series outline stroke.
- setSeriesOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the outline stroke for ALL series in the plot.
- setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the stroke used to fill a series of the radar and sends a
PlotChangeEvent to all registered listeners.
- setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the outline stroke used for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlineStroke(int, Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the outline stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlineStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the outline stroke used for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesOutlineStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the outline stroke used for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the series paint.
- setSeriesPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the paint for ALL series in the plot.
- setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the paint used to fill a series of the radar and sends a
PlotChangeEvent to all registered listeners.
- setSeriesPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for all positive values in a series and
sends a
RendererChangeEvent to all registered listeners.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for all positive values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for all positive values in a series and
sends a
RendererChangeEvent to all registered listeners.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for all positive values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for all positive values in a series and
sends a
RendererChangeEvent to all registered listeners.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for all positive values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners.
- setSeriesRenderingOrder(SeriesRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the series order and sends a
PlotChangeEvent to all
registered listeners.
- setSeriesRunningTotal(double) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets the series running total (this method is intended for the use of
the renderer only).
- setSeriesShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesShape(int, Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the shape for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesShape(int, Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesShape(int, Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesVisible(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'shapes visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'shapes visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesVisible(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'shapes visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesShapesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the 'shapes visible' flag for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesStroke(int, Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners.
- setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesToGroupMap(KeyToGroupMap) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Updates the map used to assign each series to a group, and sends a
RendererChangeEvent to all registered listeners.
- setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered
listeners.
- setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the tooltip generator for the specified series.
- setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisible(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether a series is visible and, if
requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the flag that controls whether a series is visible and, if
requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the flag that controls whether a series is visible and, if
requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesVisibleInLegend(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether a series is visible in the legend
and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisibleInLegend(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether a series is visible in the legend
and, if requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisibleInLegend(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesVisibleInLegend(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setSeriesVisibleInLegend(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesVisibleInLegend(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setSeriesVisibleInLegend(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the flag that controls whether a series is visible in the legend
and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisibleInLegend(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the flag that controls whether a series is visible in the legend
and, if requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisibleInLegend(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the flag that controls whether a series is visible in the legend
and sends a
RendererChangeEvent to all registered listeners.
- setSeriesVisibleInLegend(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the flag that controls whether a series is visible in the legend
and, if requested, sends a
RendererChangeEvent to all registered
listeners.
- setSeriesVisibleInLegend(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesVisibleInLegend(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSeriesWidth(double) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Sets the series interval width and sends a
DatasetChangeEvent to
all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the shadow generator for the plot (and all subplots) and sends
a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the shadow generator for the plot (and all subplots) and sends
a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the shadow generator for the plot (and all subplots) and sends
a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the shadow generator for the plot (and all subplots) and sends
a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent to all registered listeners.
- setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent to all registered listeners.
- setShadowPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the shadow paint and sends a
PlotChangeEvent to all
registered listeners.
- setShadowPaint(Paint) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
- setShadowPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the shadow paint.
- setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the flag that controls whether or not shadows are
drawn by the renderer.
- setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the flag that controls whether or not the renderer
draws shadows for the bars, and sends a
RendererChangeEvent to all registered listeners.
- setShadowVisible(boolean) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the shadow visibility flag.
- setShadowXOffset(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the x-offset for the shadow effect and sends a
PlotChangeEvent to all registered listeners.
- setShadowXOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the x-offset for the bar shadow and sends a
RendererChangeEvent to all registered listeners.
- setShadowXOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the x-offset for the bar shadow and sends a
RendererChangeEvent to all registered listeners.
- setShadowYOffset(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the y-offset for the shadow effect and sends a
PlotChangeEvent to all registered listeners.
- setShadowYOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the y-offset for the bar shadow and sends a
RendererChangeEvent to all registered listeners.
- setShadowYOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the y-offset for the bar shadow and sends a
RendererChangeEvent to all registered listeners.
- setShape(Shape) - Method in class org.jfree.chart.LegendItem
-
Sets the shape for the legend item.
- setShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setShape(Shape) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the shape.
- setShapeAnchor(RectangleAnchor) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the shape anchor.
- setShapeFilled(boolean) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets a flag that controls whether or not the shape is
filled.
- setShapeLocation(RectangleAnchor) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the shape location.
- setShapeOutlineVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets a flag that controls whether or not the shape outline
is visible.
- setShapePaint(Paint) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Sets the paint for rendering shapes and sends a
RendererChangeEvent to all registered listeners.
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
- setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets the 'shapes filled' for ALL series and sends a
RendererChangeEvent to all registered listeners.
- setShapeStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Sets the stroke for rendering shapes and sends a
RendererChangeEvent to all registered listeners.
- setShapesVisible(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether a shape will be drawn for every
item, or not and sends a
RendererChangeEvent to all registered
listeners.
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Sets a flag that controls whether or not shapes are drawn for each
data value, and sends a
RendererChangeEvent to all registered
listeners.
- setShapesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets the flag that controls whether or not shapes are displayed for each
data item, and sends a
RendererChangeEvent to all registered
listeners.
- setShapeVisible(boolean) - Method in class org.jfree.chart.LegendItem
-
Sets the flag that controls whether or not the shape is visible.
- setShapeVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets a flag that controls whether or not the shape is
visible.
- setShowAxisLocation(int) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the location for the axis.
- setShowValueLines(boolean) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the flag that controls whether or not value lines are displayed.
- setShowValueLines(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
-
- setShowZeroDays(boolean) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the flag that controls whether or not zero day counts are shown
in the formatted output.
- setShowZeroHours(boolean) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the flag that controls whether or not zero hour counts are shown
in the formatted output.
- setSimpleLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the offset for the simple labels and sends a
PlotChangeEvent to all registered listeners.
- setSimpleLabels(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the flag that controls whether simple or extended labels are
displayed on the plot, and sends a
PlotChangeEvent to all
registered listeners.
- setSize(int) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the size.
- setSmallestValue(double) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the smallest value represented by the axis and sends a change event
to all registered listeners.
- setSmallFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the small font for this theme.
- setSortOrder(SortOrder) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the order used to display legend items.
- setSources(LegendItemSource[]) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the legend item sources and sends a
TitleChangeEvent to
all registered listeners.
- setStagger(boolean) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
Sets the flag that controls whether or not the series steps are
staggered and sends a
RendererChangeEvent to all registered
listeners.
- setStandardTickUnits(TickUnitSource) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the source for obtaining standard tick units for the axis and sends
an
AxisChangeEvent to all registered listeners.
- setStartAngle(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setStartAngle(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setStartAngle(double) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the starting angle and sends a
PlotChangeEvent to all
registered listeners.
- setStartAngle(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the starting angle and sends a
PlotChangeEvent to all
registered listeners.
- setStartPercent(double) - Method in class org.jfree.chart.renderer.category.GanttRenderer
-
Sets the position of the start of the progress indicator, as a
percentage of the bar width, and sends a
RendererChangeEvent to
all registered listeners.
- setStartTime(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Sets the start time for the timeline.
- setStartValue(double) - Method in class org.jfree.chart.plot.IntervalMarker
-
Sets the start value for the marker and sends a
MarkerChangeEvent to all registered listeners.
- setStartValue(int, Comparable, Number) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the start data value for one category in a series.
- setStepped(boolean) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the stepped flag.
- setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
- setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
- setStrictValuesFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'strictValuesFlag' flag; if true and 'allowNegativesFlag'
is false then this axis will throw a runtime exception if any of its
values are less than or equal to zero; if false then the axis will
adjust for values less than or equal to zero as needed.
- setStripOutlinePaint(Paint) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the paint used to draw the outline of the paint strip, and sends
a
TitleChangeEvent to all registered listeners.
- setStripOutlineStroke(Stroke) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the stroke used to draw the outline around the paint strip and
sends a
TitleChangeEvent to all registered listeners.
- setStripOutlineVisible(boolean) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the flag that controls whether or not an outline is drawn around
the paint strip, and sends a
TitleChangeEvent to all registered
listeners.
- setStripWidth(double) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the width of the paint strip and sends a
TitleChangeEvent
to all registered listeners.
- setStroke(Stroke) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the stroke used to draw the connecting line and sends an
AnnotationChangeEvent to all registered listeners.
- setStroke(Stroke) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the stroke that will be used to draw shapes.
- setStroke(Stroke) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the stroke for the crosshair line and sends a property change event
with the name "stroke" to all registered listeners.
- setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
- setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
- setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
- setStroke(Stroke) - Method in class org.jfree.chart.plot.Marker
-
- setStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
- setStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setSubdivisionCount(int) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the subdivision count and sends a
TitleChangeEvent to
all registered listeners.
- setSubLabelFont(Font) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Sets the font for the sublabels and sends an
AxisChangeEvent to
all registered listeners.
- setSubLabelFont(Font) - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Sets the font used to display the sub-category labels and sends an
AxisChangeEvent to all registered listeners.
- setSubLabelPaint(Paint) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Sets the paint for the sublabels and sends an
AxisChangeEvent
to all registered listeners.
- setSubLabelPaint(Paint) - Method in class org.jfree.chart.axis.SubCategoryAxis
-
Sets the paint used to display the sub-category labels and sends an
AxisChangeEvent to all registered listeners.
- setSubrange(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the bounds for a subrange.
- setSubrangeInfo(int, double, double) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the range.
- setSubrangeInfo(int, double, double, double, double) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the range.
- setSubrangeInfo(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets information for a particular range.
- setSubrangeInfo(int, double, double, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the subrangeInfo attribute of the ThermometerPlot object
- setSubrangePaint(int, Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the paint to be used for a subrange and sends a
PlotChangeEvent to all registered listeners.
- setSubtitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the subtitle paint.
- setSubtitles(List) - Method in class org.jfree.chart.JFreeChart
-
Sets the title list for the chart (completely replaces any existing
titles) and sends a
ChartChangeEvent to all registered
listeners.
- setTempFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Sets the prefix for the temporary file names generated by this class.
- setTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setTempOneTimeFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Sets the prefix for the "one time" temporary file names generated by
this class.
- setText(String) - Method in class org.jfree.chart.annotations.TextAnnotation
-
- setText(String) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the text for the annotation.
- setText(String) - Method in class org.jfree.chart.title.TextTitle
-
Sets the title to the specified text and sends a
TitleChangeEvent to all registered listeners.
- setTextAlignment(HorizontalAlignment) - Method in class org.jfree.chart.title.TextTitle
-
Sets the text alignment and sends a
TitleChangeEvent to
all registered listeners.
- setTextAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.TextAnnotation
-
Sets the text anchor (the point on the text bounding rectangle that is
aligned to the (x, y) coordinate of the annotation) and sends an
AnnotationChangeEvent to all registered listeners.
- setTextAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the text anchor (the point on the text bounding rectangle that is
aligned to the (x, y) coordinate of the annotation) and sends an
AnnotationChangeEvent to all registered listeners.
- setTextAnchor(RectangleAnchor) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the text anchor.
- setTextAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setTextAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
-
Sets the value in the rendering hints table for
RenderingHints.KEY_TEXT_ANTIALIASING to either
RenderingHints.VALUE_TEXT_ANTIALIAS_ON or
RenderingHints.VALUE_TEXT_ANTIALIAS_OFF, then sends a
ChartChangeEvent to all registered listeners.
- setTextAntiAlias(Object) - Method in class org.jfree.chart.JFreeChart
-
Sets the value in the rendering hints table for
RenderingHints.KEY_TEXT_ANTIALIASING and sends a
ChartChangeEvent to all registered listeners.
- setThermometerPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the paint used to draw the thermometer outline and sends a
PlotChangeEvent to all registered listeners.
- setThermometerPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the thermometer paint.
- setThermometerStroke(Stroke) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the stroke used to draw the thermometer outline and sends a
PlotChangeEvent to all registered listeners.
- setTickFontStyle(int) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the tick font style.
- setTickLabelFont(Font) - Method in class org.jfree.chart.axis.Axis
-
Sets the font for the tick labels and sends an
AxisChangeEvent
to all registered listeners.
- setTickLabelFont(Comparable, Font) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the font for the tick label for the specified category and sends
an
AxisChangeEvent to all registered listeners.
- setTickLabelFont(Font) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the font used to display the tick labels and sends a
DialLayerChangeEvent to all registered listeners.
- setTickLabelFont(Font) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the tick label font.
- setTickLabelFont(Font) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the tick label font and sends a
PlotChangeEvent to all
registered listeners.
- setTickLabelFormat(NumberFormat) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the format for the tick labels and sends a
PlotChangeEvent
to all registered listeners.
- setTickLabelFormatter(NumberFormat) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the number formatter used to convert the tick label values to
strings, and sends a
DialLayerChangeEvent to all registered
listeners.
- setTickLabelInsets(RectangleInsets) - Method in class org.jfree.chart.axis.Axis
-
Sets the insets for the tick labels and sends an
AxisChangeEvent
to all registered listeners.
- setTickLabelOffset(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setTickLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
-
Sets the paint used to draw tick labels (if they are showing) and
sends an
AxisChangeEvent to all registered listeners.
- setTickLabelPaint(Comparable, Paint) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the paint for the tick label for the specified category and sends
an
AxisChangeEvent to all registered listeners.
- setTickLabelPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the paint used to draw the tick labels and sends a
DialLayerChangeEvent to all registered listeners.
- setTickLabelPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the tick label paint and sends a
PlotChangeEvent to all
registered listeners.
- setTickLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the tick label paint.
- setTickLabelsVisible(boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets the flag that determines whether or not the tick labels are
visible and sends an
AxisChangeEvent to all registered
listeners.
- setTickLabelsVisible(boolean) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the flag that controls whether or not the tick labels are
displayed, and sends a
DialLayerChangeEvent to all registered
listeners.
- setTickLabelsVisible(boolean) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the flag that controls whether or not the tick labels are visible
and sends a
PlotChangeEvent to all registered listeners.
- setTickLength(double) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the tick length (in Java2D units) and sends a
RendererChangeEvent to all registered listeners.
- setTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
-
Sets the inside length of the tick marks and sends
an
AxisChangeEvent to all registered listeners.
- setTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.Axis
-
Sets the outside length of the tick marks and sends
an
AxisChangeEvent to all registered listeners.
- setTickMarkPaint(Paint) - Method in class org.jfree.chart.axis.Axis
-
Sets the paint used to draw tick marks and sends an
AxisChangeEvent to all registered listeners.
- setTickMarkPosition(DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the tick mark position (start, middle or end of the time period)
and sends an
AxisChangeEvent to all registered listeners.
- setTickMarkStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
-
Sets the stroke used to draw tick marks and sends
an
AxisChangeEvent to all registered listeners.
- setTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets the flag that indicates whether or not the tick marks are showing
and sends an
AxisChangeEvent to all registered listeners.
- setTickPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the paint used to draw the tick labels around the dial and sends
a
PlotChangeEvent to all registered listeners.
- setTickRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setTicks(List) - Method in class org.jfree.chart.axis.AxisState
-
Sets the list of ticks.
- setTickSize(double) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the tick size and sends a
PlotChangeEvent to all
registered listeners.
- setTickUnit(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the tick unit for the axis.
- setTickUnit(DateTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the tick unit attribute and, if requested, sends an
AxisChangeEvent to all registered listeners.
- setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the tick unit for the axis and sends an
AxisChangeEvent to
all registered listeners.
- setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the tick unit for the axis and, if requested, sends an
AxisChangeEvent to all registered listeners.
- setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the tick unit for the axis and sends an
AxisChangeEvent to
all registered listeners.
- setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the tick unit for the axis and, if requested, sends an
AxisChangeEvent to all registered listeners.
- setTickValues(double[]) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Sets the tick values.
- setTickValues(List) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Store ticks.
- setTimeBase(RegularTimePeriod) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Fill the pointsInTime with times using TimePeriod.next():
Will silently return if the time array was already populated.
- setTimeline(Timeline) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the underlying timeline to use for this axis.
- setTimeSeries(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
-
Sets a flag that indicates whether or not the data represents a time
series.
- setTimeZone(TimeZone) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the time zone for the axis and sends an
AxisChangeEvent to
all registered listeners.
- setTimeZone(TimeZone) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the time zone that is used to convert the time periods into
absolute milliseconds.
- setTipRadius(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
- setTipRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
- setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
-
Sets the main title for the chart and sends a
ChartChangeEvent
to all registered listeners.
- setTitle(String) - Method in class org.jfree.chart.JFreeChart
-
- setTitleContainer(BlockContainer) - Method in class org.jfree.chart.title.CompositeTitle
-
Sets the title container.
- setTitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the title paint.
- setTitleProperties(JFreeChart) - Method in class org.jfree.chart.editor.DefaultTitleEditor
-
Sets the properties of the specified title to match the properties
defined on this panel.
- setTooltip(String, double, double) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the tooltip text, with the (x, y) location being used for the
anchor.
- setTooltipEnabled(boolean) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the flag that controls whether or not tooltips are enabled.
- setTooltipEnabled(boolean) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the flag that controls whether or not the chart tooltips are shown
by this viewer.
- setTooltipEnabled(boolean) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
- setToolTipGenerator(ContourToolTipGenerator) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the tool tip generator.
- setToolTipGenerator(PieToolTipGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the tool tip generator and sends a
PlotChangeEvent to all
registered listeners.
- setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the tool tip generator for the plot and sends a
PlotChangeEvent to all registered listeners.
- setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
- setToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
- setToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- setToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- setToolTipText(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
Sets the tool tip text for the annotation.
- setToolTipText(String) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the tool tip text.
- setToolTipText(String) - Method in class org.jfree.chart.entity.ChartEntity
-
Sets the tool tip text.
- setToolTipText(String) - Method in class org.jfree.chart.LegendItem
-
Sets the tool tip text for this legend item.
- setToolTipText(String) - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Sets the tool tip text.
- setToolTipText(String) - Method in class org.jfree.chart.title.TextTitle
-
Sets the tool tip text to the specified text and sends a
TitleChangeEvent to all registered listeners.
- setTop(double) - Method in class org.jfree.chart.axis.AxisSpace
-
Sets the space reserved for axes at the top of the plot area.
- setTotal(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the total.
- setTransform(AffineTransform) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the transform.
- setTranslateX(double) - Method in class org.jfree.chart.block.BlockParams
-
Sets the translation required to convert local x-coordinates into the
coordinate space of the container.
- setTranslateY(double) - Method in class org.jfree.chart.block.BlockParams
-
Sets the translation required to convert local y-coordinates into the
coordinate space of the container.
- setTranspose(boolean) - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
-
Sets a flag that controls whether or not the table values are transposed
when added to the dataset.
- setTransposed(boolean) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Sets the flag that controls whether or not the dataset is transposed
and sends a
DatasetChangeEvent to all registered listeners.
- setTreatLegendShapeAsLine(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether or not the legend shape is
treated as a line when creating legend items.
- setType(ChartChangeEventType) - Method in class org.jfree.chart.event.ChartChangeEvent
-
Sets the event type.
- setType(int) - Method in class org.jfree.chart.event.ChartProgressEvent
-
Sets the event type.
- setType(HistogramType) - Method in class org.jfree.data.statistics.HistogramDataset
-
- setUnits(int) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the unit type.
- setUnits(String) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the units for the dial and sends a
PlotChangeEvent to all
registered listeners.
- setUnits(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the units to be displayed in the thermometer.
- setUnits(String) - Method in class org.jfree.chart.plot.ThermometerPlot
-
- setUpArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the shape that can be displayed as an arrow pointing upwards at
the end of an axis line and sends an
AxisChangeEvent to all
registered listeners.
- setupNumberFmtObj() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets up the number formatter object according to the
'expTickLabelsFlag' flag.
- setUpPaint(Paint) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the paint used to fill candles when the price moves up from open
to close and sends a
RendererChangeEvent to all registered
listeners.
- setUpperBound(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the upper bound for the axis range, and sends an
AxisChangeEvent to all registered listeners.
- setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the upper bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners.
- setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
- setUpperBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the upper bound for the thermometer.
- setUpperMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
-
Sets the upper margin for the axis and sends an
AxisChangeEvent
to all registered listeners.
- setUpperMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the upper margin for the axis (as a percentage of the axis range)
and sends an
AxisChangeEvent to all registered listeners.
- setupSmallLogFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets up flag for log axis processing.
- setURL(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
Sets the URL for the annotation.
- setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Sets the URL generator for HTML image maps.
- setURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the URL generator and sends a
PlotChangeEvent to all
registered listeners.
- setURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the URL generator for the plot and sends a
PlotChangeEvent to all registered listeners.
- setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the URL generator.
- setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the URL generator for HTML image maps.
- setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the URL generator for HTML image maps and sends a
RendererChangeEvent to all registered listeners.
- setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the URL generator for HTML image maps.
- setURLText(String) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.entity.ChartEntity
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.LegendItem
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.title.LegendItemBlockContainer
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.title.TextTitle
-
Sets the URL text to the specified text and sends a
TitleChangeEvent to all registered listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the flag that controls whether the fill paint is used to fill
shapes, and sends a
RendererChangeEvent to all
registered listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether the fill paint is used to fill
shapes, and sends a
RendererChangeEvent to all
registered listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the flag that controls whether the fill paint is used to fill
shapes, and sends a
RendererChangeEvent to all
registered listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Sets the flag that controls whether or not the series fill paint is
used to fill the area under the line and sends a
RendererChangeEvent to all listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the flag that controls whether the fill paint is used to fill
shapes, and sends a
RendererChangeEvent to all
registered listeners.
- setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether the fill paint is used to fill
shapes, and sends a
RendererChangeEvent to all
registered listeners.
- setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the flag that controls whether the outline paint is used for shape
outlines, and sends a
RendererChangeEvent to all registered
listeners.
- setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether the outline paint is used for shape
outlines, and sends a
RendererChangeEvent to all registered
listeners.
- setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the flag that controls whether or not the renderer's outline
paint is used to draw the candlestick outline, and sends a
RendererChangeEvent to all registered listeners.
- setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Sets the flag that controls whether the outline paint is used to draw
shape outlines, and sends a
RendererChangeEvent to all
registered listeners.
- setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether the outline paint is used for shape
outlines, and sends a
RendererChangeEvent to all registered
listeners.
- setUseOutlinePaintForWhiskers(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that, if
true, causes the whiskers to
be drawn using the series outline paint, and sends a
RendererChangeEvent to all registered listeners.
- setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the flag that controls whether or not the x-position for each
data item is offset within its category according to the series, and
sends a
RendererChangeEvent to all registered listeners.
- setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether or not the x-position for each
data item is offset within its category according to the series, and
sends a
RendererChangeEvent to all registered listeners.
- setUseSubrangePaint(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the range colour change option.
- setUseYInterval(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the flag that determines whether the y-interval from the dataset is
used to calculate the length of each bar, and sends a
RendererChangeEvent to all registered listeners.
- setValue(double) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
- setValue(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the crosshair value and sends a property change event with the name
'value' to all registered listeners.
- setValue(double) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value of the thermometer.
- setValue(Number) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value of the thermometer.
- setValue(double) - Method in class org.jfree.chart.plot.ValueMarker
-
Sets the value for the marker and sends a
MarkerChangeEvent to
all registered listeners.
- setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Adds or updates a value in the table and sends a
DatasetChangeEvent to all registered listeners.
- setValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
-
Adds or updates a value in the table and sends a
DatasetChangeEvent to all registered listeners.
- setValue(Number) - Method in class org.jfree.data.DefaultKeyedValue
-
Sets the value.
- setValue(Comparable, double) - Method in class org.jfree.data.DefaultKeyedValues
-
Updates an existing value, or adds a new value to the collection.
- setValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
-
Updates an existing value, or adds a new value to the collection.
- setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Adds or updates a value.
- setValue(Comparable, Number) - Method in class org.jfree.data.general.DefaultKeyedValueDataset
-
Sets the value for the dataset and sends a
DatasetChangeEvent to
all registered listeners.
- setValue(Comparable, Number) - Method in class org.jfree.data.general.DefaultPieDataset
-
- setValue(Comparable, double) - Method in class org.jfree.data.general.DefaultPieDataset
-
- setValue(Number) - Method in class org.jfree.data.general.DefaultValueDataset
-
- setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.general.WaferMapDataset
-
Sets a value in the dataset and updates min and max value entries.
- setValue(Number) - Method in class org.jfree.data.time.TimePeriodValue
-
Sets the value for this data item.
- setValue(Number) - Method in class org.jfree.data.time.TimeSeriesDataItem
-
Sets the value for this data item.
- setValue(Number) - Method in class org.jfree.data.xml.ItemHandler
-
Sets the value.
- setValue1(double) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the y-value for the start of the line and sends an
AnnotationChangeEvent to all registered listeners.
- setValue2(double) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
- setValueAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
- setValueAt(Object, int, int) - Method in class org.jfree.data.time.TimeSeriesTableModel
-
Updates the time series.
- setValueAt(Object, int, int) - Method in class org.jfree.data.xy.XYDatasetTableModel
-
- setValueFont(Font) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value font.
- setValueFont(Font) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the font used to display the value label and sends a
PlotChangeEvent to all registered listeners.
- setValueFont(Font) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the font used to display the current value.
- setValueFormat(DecimalFormat) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value format for the thermometer.
- setValueFormat(NumberFormat) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the formatter for the value label and sends a
PlotChangeEvent to all registered listeners.
- setValueLocation(int) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the location at which the temperature value is displayed.
- setValueLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the location at which the current value is displayed and sends a
PlotChangeEvent to all registered listeners.
- setValuePaint(Paint) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value paint.
- setValuePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the paint used to display the value label and sends a
PlotChangeEvent to all registered listeners.
- setValuePaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the paint used to display the current value and sends a
PlotChangeEvent to all registered listeners.
- setVerticalAlignment(VerticalAlignment) - Method in class org.jfree.chart.title.Title
-
Sets the vertical alignment for the title, and notifies any registered
listeners of the change.
- setVerticalAxisTrace(boolean) - Method in class org.jfree.chart.ChartPanel
-
A flag that controls trace lines on the vertical axis.
- setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the flag that controls whether the tick labels are displayed
vertically (that is, rotated 90 degrees from horizontal).
- setVerticalTraceLine(Line2D) - Method in class org.jfree.chart.ChartPanel
-
Sets the vertical trace line.
- setView(double, double, double, double) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the viewing rectangle, relative to the dial's framing rectangle,
and sends a
PlotChangeEvent to all registered listeners.
- setVisible(boolean) - Method in class org.jfree.chart.axis.Axis
-
Sets a flag that controls whether or not the axis is visible and sends
an
AxisChangeEvent to all registered listeners.
- setVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls the visibility of the crosshair and sends
a proerty change event (with the name 'visible') to all registered
listeners.
- setVisible(boolean) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
-
Sets the flag that determines whether or not this layer is drawn by
the plot, and sends a
DialLayerChangeEvent to all registered
listeners.
- setVisible(boolean) - Method in class org.jfree.chart.title.Title
-
Sets a flag that controls whether or not the title should be drawn, and
sends a
TitleChangeEvent to all registered listeners.
- setVisibleSeriesArray(int[]) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets an array with the indices of the visible rows.
- setVolumePaint(Paint) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the paint used to fill the volume bars, and sends a
RendererChangeEvent to all registered listeners.
- setWallPaint(Paint) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
-
Sets the paint used to hightlight the left and bottom walls in the plot
background, and sends a
RendererChangeEvent to all registered
listeners.
- setWallPaint(Paint) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
Sets the paint used to highlight the left and bottom walls in the plot
background, and sends a
RendererChangeEvent to all
registered listeners.
- setWallPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Sets the paint used to hightlight the left and bottom walls in the plot
background and sends a
RendererChangeEvent to all registered
listeners.
- setWallPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the wall paint for charts with a 3D effect.
- setWebFilled(boolean) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the webFilled flag and sends a
PlotChangeEvent to all
registered listeners.
- setWeight(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the weight for the plot and sends a
PlotChangeEvent to all
registered listeners.
- setWeight(int) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the weight for the plot and sends a
PlotChangeEvent to all
registered listeners.
- setWhiskerWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the width of the whiskers as a fraction of the bar width and sends
a
RendererChangeEvent to all registered listeners.
- setWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the natural width of the block, if this is known in advance.
- setWidthRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
- setWrapper(BlockContainer) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the wrapper container for the legend.
- setX(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the x coordinate for the text anchor point (measured against the
domain axis) and sends an
AnnotationChangeEvent to all
registered listeners.
- setX(double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Set the x-coordinate for the item's location.
- setXOffset(double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
- setXOffset(double) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
- setXORMode(Color) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Not implemented - the method does nothing.
- setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Sets the position within each time period that is used for the X values
when the collection is used as an
XYDataset, then sends a
DatasetChangeEvent is sent to all registered listeners.
- setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Sets the position of the x axis within each time period.
- setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Sets the position within each time period that is used for the X values
when the collection is used as an
XYDataset, then sends a
DatasetChangeEvent is sent to all registered listeners.
- setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Sets the position within each time period that is used for the X values,
then sends a
DatasetChangeEvent to all registered listeners.
- setXValue(double[]) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the xValue.
- setXYBarPainter(XYBarPainter) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the XY bar painter.
- setY(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the y coordinate for the text anchor point (measured against the
range axis) and sends an
AnnotationChangeEvent to all registered
listeners.
- setY(double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.
Set the y-coordinate for the item's location.
- setY(double) - Method in class org.jfree.data.xy.XYDataItem
-
Sets the y-value for this data item.
- setY(Number) - Method in class org.jfree.data.xy.XYDataItem
-
Sets the y-value for this data item.
- setYOffset(double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
-
- setYOffset(double) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
- setYValue(double[]) - Method in class org.jfree.chart.ClipPath
-
Deprecated.
Sets the yValue.
- setZeroStrokeWidth(double) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Sets the width to use for the stroke when the current AWT stroke
has a width of 0.0.
- setZoomAroundAnchor(boolean) - Method in class org.jfree.chart.ChartPanel
-
Sets the flag that controls whether or not zoom operations are
centered around the current anchor point.
- setZoomFactor(double) - Method in class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Sets the zoom factor (a percentage amount by which the mouse wheel
movement will change the chart size).
- setZoomFactor(double) - Method in class org.jfree.chart.MouseWheelHandler
-
Sets the zoom factor.
- setZoomFillPaint(Paint) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom rectangle fill paint.
- setZoomFillPaint(Paint) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Sets the fill paint for the zoom rectangle.
- setZoomInFactor(double) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom in factor.
- setZoomOutFactor(double) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom out factor.
- setZoomOutlinePaint(Paint) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom rectangle outline paint.
- setZoomRectangleVisible(boolean) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Sets the visibility of the zoom rectangle.
- setZoomTriggerDistance(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom trigger distance.
- setZValue(int, int, double) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Updates a z-value in the dataset and sends a
DatasetChangeEvent
to all registered listeners.
- setZValue(int, int, double, boolean) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Updates a z-value in the dataset and, if requested, sends a
DatasetChangeEvent to all registered listeners.
- shadowColor - Variable in class org.jfree.chart.util.DefaultShadowGenerator
-
The shadow color.
- shadowGenerator - Variable in class org.jfree.chart.plot.CategoryPlot
-
The shadow generator for the plot (null permitted).
- shadowGenerator - Variable in class org.jfree.chart.plot.PiePlot
-
The shadow generator for the plot (null permitted).
- shadowGenerator - Variable in class org.jfree.chart.plot.XYPlot
-
The shadow generator (null permitted).
- shadowGenerator - Variable in class org.jfree.chart.StandardChartTheme
-
The shadow generator (can be null).
- ShadowGenerator - Interface in org.jfree.chart.util
-
An interface that defines the API for a shadow generator.
- shadowOpacity - Variable in class org.jfree.chart.util.DefaultShadowGenerator
-
The shadow opacity.
- shadowPaint - Variable in class org.jfree.chart.plot.PiePlot
-
The shadow paint.
- shadowPaint - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
The shadow paint.
- shadowPaint - Variable in class org.jfree.chart.StandardChartTheme
-
The shadow paint.
- shadowSize - Variable in class org.jfree.chart.util.DefaultShadowGenerator
-
The shadow size.
- shadowsVisible - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
The flag that controls whether or not shadows are drawn for the bars.
- shadowsVisible - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
The flag that controls whether or not shadows are drawn for the bars.
- shadowVisible - Variable in class org.jfree.chart.StandardChartTheme
-
A flag that controls whether or not shadows are visible (for example,
in a bar renderer).
- shadowXOffset - Variable in class org.jfree.chart.plot.PiePlot
-
The x-offset for the shadow effect.
- shadowXOffset - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
The x-offset for the shadow effect.
- shadowXOffset - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
The x-offset for the shadow effect.
- shadowYOffset - Variable in class org.jfree.chart.plot.PiePlot
-
The y-offset for the shadow effect.
- shadowYOffset - Variable in class org.jfree.chart.renderer.category.BarRenderer
-
The y-offset for the shadow effect.
- shadowYOffset - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
-
The y-offset for the shadow effect.
- shape - Variable in class org.jfree.chart.annotations.XYShapeAnnotation
-
The shape.
- shape - Variable in class org.jfree.chart.LegendItem
-
The shape.
- shape - Variable in class org.jfree.chart.plot.MeterPlot
-
The dial shape (background shape).
- shape - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
- shape - Variable in class org.jfree.chart.title.LegendGraphic
-
The shape to display.
- shapeAnchor - Variable in class org.jfree.chart.title.LegendGraphic
-
Defines the point on the shape's bounding rectangle that will be
aligned to the drawing location when the shape is rendered.
- shapeFilled - Variable in class org.jfree.chart.LegendItem
-
A flag that controls whether or not the shape is filled.
- shapeFilled - Variable in class org.jfree.chart.title.LegendGraphic
-
A flag that controls whether or not the shape is filled.
- shapeIndex - Variable in class org.jfree.chart.plot.DefaultDrawingSupplier
-
The current shape index.
- shapeList - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
A shape list.
- shapeLocation - Variable in class org.jfree.chart.title.LegendGraphic
-
Defines the location within the block to which the shape will be aligned.
- shapeOutlineVisible - Variable in class org.jfree.chart.LegendItem
-
A flag that controls whether or not the shape outline is visible.
- shapeOutlineVisible - Variable in class org.jfree.chart.title.LegendGraphic
-
A flag that controls whether or not the shape outline is visible.
- shapePaint - Variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Custom Paint for drawing all shapes, if null defaults to series shapes
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constant for the type of rendering (shapes only).
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Useful constant for specifying the type of rendering (shapes only).
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Useful constant for specifying the type of rendering (shapes only).
- SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constant for the type of rendering (shapes and lines).
- SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Useful constant for specifying the type of rendering (shapes and lines).
- shapeSequence - Variable in class org.jfree.chart.plot.DefaultDrawingSupplier
-
The shape sequence.
- shapesFilled - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- shapesFilled - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
- shapesFilled - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- shapesFilled - Variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
A flag that controls whether or not shapes are filled for ALL series.
- shapeStroke - Variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Custom Stroke for drawing all shapes, if null defaults to series
strokes.
- shapesVisible - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
- shapesVisible - Variable in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Flag that controls whether item shapes are visible or not.
- shapesVisible - Variable in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Display shapes at each point?
- shapesVisible - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
- shapesVisible - Variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
A flag indicating whether or not shapes are drawn at each XY point.
- shapeToPath(Shape) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Maps a shape to a path in the graphics context.
- shapeVisible - Variable in class org.jfree.chart.LegendItem
-
A flag that controls whether or not the shape is visible.
- shapeVisible - Variable in class org.jfree.chart.title.LegendGraphic
-
A flag that controls whether or not the shape is visible - see also
lineVisible.
- sharedAxisStates - Variable in class org.jfree.chart.plot.PlotState
-
The shared axis states.
- shear(double, double) - Method in class org.jfree.chart.fx.FXGraphics2D
-
Applies a shear transformation.
- shift(Range, double) - Static method in class org.jfree.data.Range
-
Shifts the range by the specified amount.
- shift(Range, double, boolean) - Static method in class org.jfree.data.Range
-
Shifts the range by the specified amount.
- shiftKey - Variable in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Requires SHIFT key modifier?
- shiftWithNoZeroCrossing(double, double) - Static method in class org.jfree.data.Range
-
Returns the given value adjusted by delta but
with a check to prevent the result from crossing 0.0.
- ShipNeedle - Class in org.jfree.chart.needle
-
A needle in the shape of a ship, for use with the
CompassPlot class.
- ShipNeedle() - Constructor for class org.jfree.chart.needle.ShipNeedle
-
- ShortTextTitle - Class in org.jfree.chart.title
-
A text title that is only displayed if the entire text will be visible
without line wrapping.
- ShortTextTitle(String) - Constructor for class org.jfree.chart.title.ShortTextTitle
-
Creates a new title.
- showBase - Variable in class org.jfree.chart.util.LogFormat
-
A flag that controls whether or not the base is shown.
- showOutline - Variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
A flag that controls whether or not the outline is shown.
- showOutline - Variable in class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
A flag that controls whether or not the outline is shown.
- showOutline - Variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
A flag that controls whether or not the outline is shown.
- showTickLabelsCheckBox - Variable in class org.jfree.chart.editor.DefaultAxisEditor
-
A flag that indicates whether or not the tick labels are visible.
- showTickMarksCheckBox - Variable in class org.jfree.chart.editor.DefaultAxisEditor
-
A flag that indicates whether or not the tick marks are visible.
- showTitle - Variable in class org.jfree.chart.editor.DefaultTitleEditor
-
Whether or not to display the title on the chart.
- showTitleCheckBox - Variable in class org.jfree.chart.editor.DefaultTitleEditor
-
The checkbox to indicate whether or not to display the title.
- showValueLines - Variable in class org.jfree.chart.plot.ThermometerPlot
-
A flag that controls whether value lines are drawn.
- showYear - Variable in class org.jfree.chart.axis.MonthDateFormat
-
Flags that control which months will have the year appended.
- showZeroDays - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A flag that controls whether or not a zero day count is displayed.
- showZeroHours - Variable in class org.jfree.chart.util.RelativeDateFormat
-
A flag that controls whether or not a zero hour count is displayed.
- showZoomRectangle(double, double, double, double) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the size and location of the zoom rectangle and makes it visible
if it wasn't already visible.
- showZoomRectangle(double, double, double, double) - Method in class org.jfree.chart.fx.ChartViewerSkin
-
Sets the location and size of the zoom rectangle and makes it visible
if it is not already visible.
- shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
-
Shrinks an area by the space attributes.
- SimpleHistogramBin - Class in org.jfree.data.statistics
-
- SimpleHistogramBin(double, double) - Constructor for class org.jfree.data.statistics.SimpleHistogramBin
-
Creates a new bin.
- SimpleHistogramBin(double, double, boolean, boolean) - Constructor for class org.jfree.data.statistics.SimpleHistogramBin
-
Creates a new bin.
- SimpleHistogramDataset - Class in org.jfree.data.statistics
-
A dataset used for creating simple histograms with custom defined bins.
- SimpleHistogramDataset(Comparable) - Constructor for class org.jfree.data.statistics.SimpleHistogramDataset
-
Creates a new histogram dataset.
- simpleLabelOffset - Variable in class org.jfree.chart.plot.PiePlot
-
The simple label offset.
- simpleLabels - Variable in class org.jfree.chart.plot.PiePlot
-
A flag that controls whether simple or extended labels are used.
- SimpleTimePeriod - Class in org.jfree.data.time
-
An arbitrary period of time, measured to millisecond precision using
java.util.Date.
- SimpleTimePeriod(long, long) - Constructor for class org.jfree.data.time.SimpleTimePeriod
-
Creates a new time allocation.
- SimpleTimePeriod(Date, Date) - Constructor for class org.jfree.data.time.SimpleTimePeriod
-
Creates a new time allocation.
- size - Variable in class org.jfree.chart.axis.TickUnit
-
The size of the tick unit.
- size() - Method in class org.jfree.chart.axis.TickUnits
-
Returns the number of tick units in this collection.
- size - Variable in class org.jfree.chart.needle.MeterNeedle
-
The size.
- SlidingCategoryDataset - Class in org.jfree.data.category
-
A
CategoryDataset implementation that presents a subset of the
categories in an underlying dataset.
- SlidingCategoryDataset(CategoryDataset, int, int) - Constructor for class org.jfree.data.category.SlidingCategoryDataset
-
Creates a new instance.
- SlidingGanttCategoryDataset - Class in org.jfree.data.gantt
-
A
GanttCategoryDataset implementation that presents a subset of the
categories in an underlying dataset.
- SlidingGanttCategoryDataset(GanttCategoryDataset, int, int) - Constructor for class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Creates a new instance.
- slot1 - Variable in class org.jfree.chart.editor.DefaultAxisEditor
-
An empty sub-panel for extending the user interface to handle more
complex axes.
- slot2 - Variable in class org.jfree.chart.editor.DefaultAxisEditor
-
An empty sub-panel for extending the user interface to handle more
complex axes.
- SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
-
Smallest arbitrarily-close-to-zero value allowed.
- smallestValue - Variable in class org.jfree.chart.axis.LogAxis
-
The smallest value permitted on the axis.
- smallFont - Variable in class org.jfree.chart.StandardChartTheme
-
The small font size.
- smallLogFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
-
Helper flag for log axis processing.
- solveTridiag(float[], float[], float[], float[], int) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
- sort() - Method in class org.jfree.chart.plot.PieLabelDistributor
-
Sorts the label records into ascending order by y-value.
- sortByKeys(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
-
Sorts the items in the list by key.
- sortByKeys(SortOrder) - Method in class org.jfree.data.general.DefaultPieDataset
-
Sorts the dataset's items by key and sends a
DatasetChangeEvent
to all registered listeners.
- sortByValues(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
-
Sorts the items in the list by value.
- sortByValues(SortOrder) - Method in class org.jfree.data.general.DefaultPieDataset
-
Sorts the dataset's items by value and sends a
DatasetChangeEvent
to all registered listeners.
- sortDataByDate() - Method in class org.jfree.data.xy.DefaultOHLCDataset
-
Sorts the data into ascending order by date.
- sortOrder - Variable in class org.jfree.chart.title.LegendTitle
-
Whether to render legend items in ascending or descending order.
- sortRowKeys - Variable in class org.jfree.data.DefaultKeyedValues2D
-
If the row keys should be sorted by their comparable order.
- source - Variable in class org.jfree.data.category.CategoryToPieDataset
-
The source.
- sources - Variable in class org.jfree.chart.title.LegendTitle
-
The sources for legend items.
- SOUTH_LEFT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis left of south.
- SOUTH_RIGHT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis right of south.
- SpiderWebPlot - Class in org.jfree.chart.plot
-
A plot that displays data from a
CategoryDataset in the form of a
"spider web".
- SpiderWebPlot() - Constructor for class org.jfree.chart.plot.SpiderWebPlot
-
Creates a default plot with no dataset.
- SpiderWebPlot(CategoryDataset) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
-
Creates a new spider web plot with the given dataset, with each row
representing a series.
- SpiderWebPlot(CategoryDataset, TableOrder) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
-
Creates a new spider web plot with the given dataset.
- splitHorizontalBar(RectangularShape, double, double, double) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
-
Splits a bar into subregions (elsewhere, these subregions will have
different gradients applied to them).
- splitHorizontalBar(RectangularShape, double, double, double) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
Splits a bar into subregions (elsewhere, these subregions will have
different gradients applied to them).
- splitVerticalBar(RectangularShape, double, double, double) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
-
Splits a bar into subregions (elsewhere, these subregions will have
different gradients applied to them).
- splitVerticalBar(RectangularShape, double, double, double) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
-
Splits a bar into subregions (elsewhere, these subregions will have
different gradients applied to them).
- spreadEvenly(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
-
Labels are spaced evenly in the available space in an attempt to
eliminate the overlaps.
- StackedAreaRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that draws stacked area charts for a
CategoryPlot.
- StackedAreaRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Creates a new renderer.
- StackedAreaRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
-
Creates a new renderer.
- StackedBarRenderer - Class in org.jfree.chart.renderer.category
-
- StackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
-
Creates a new renderer.
- StackedBarRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
-
Creates a new renderer.
- StackedBarRenderer3D - Class in org.jfree.chart.renderer.category
-
Renders stacked bars with 3D-effect, for use with the
CategoryPlot
class.
- StackedBarRenderer3D() - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Creates a new renderer with no tool tip generator and no URL generator.
- StackedBarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Constructs a new renderer with the specified '3D effect'.
- StackedBarRenderer3D(boolean) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Creates a new renderer.
- StackedBarRenderer3D(double, double, boolean) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Constructs a new renderer with the specified '3D effect'.
- StackedXYAreaRenderer - Class in org.jfree.chart.renderer.xy
-
A stacked area renderer for the
XYPlot class.
- StackedXYAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Creates a new renderer.
- StackedXYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Constructs a new renderer.
- StackedXYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Constructs a new renderer.
- StackedXYAreaRenderer.StackedXYAreaRendererState - Class in org.jfree.chart.renderer.xy
-
A state object for use by this renderer.
- StackedXYAreaRenderer2 - Class in org.jfree.chart.renderer.xy
-
A stacked area renderer for the
XYPlot class.
- StackedXYAreaRenderer2() - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Creates a new renderer.
- StackedXYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Constructs a new renderer.
- StackedXYAreaRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
-
Creates a new state for the renderer.
- StackedXYBarRenderer - Class in org.jfree.chart.renderer.xy
-
A bar renderer that displays the series items stacked.
- StackedXYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Creates a new renderer.
- StackedXYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
-
Creates a new renderer.
- stagger - Variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
A flag that controls whether or not the steps for multiple series are
staggered.
- STAGGER_WIDTH - Static variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
The stagger width.
- STANDARD - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
-
STANDARD category label positions.
- STANDARD - Static variable in class org.jfree.chart.LegendRenderingOrder
-
In order.
- STANDARD - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
-
STANDARD.
- StandardBarPainter - Class in org.jfree.chart.renderer.category
-
An implementation of the
BarPainter interface that preserves the
behaviour of bar painting that existed prior to the introduction of the
BarPainter interface.
- StandardBarPainter() - Constructor for class org.jfree.chart.renderer.category.StandardBarPainter
-
Creates a new instance.
- StandardCategoryItemLabelGenerator - Class in org.jfree.chart.labels
-
- StandardCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with a default number formatter.
- StandardCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategoryItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified date formatter.
- StandardCategorySeriesLabelGenerator - Class in org.jfree.chart.labels
-
A standard series label generator for plots that use data from
a
CategoryDataset.
- StandardCategorySeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
- StandardCategorySeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Creates a new series label generator.
- StandardCategoryToolTipGenerator - Class in org.jfree.chart.labels
-
- StandardCategoryToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Creates a new generator with a default number formatter.
- StandardCategoryToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategoryToolTipGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Creates a new generator with the specified date formatter.
- StandardCategoryURLGenerator - Class in org.jfree.chart.urls
-
- StandardCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Creates a new generator with default settings.
- StandardCategoryURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Constructor that overrides default prefix to the URL.
- StandardCategoryURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Constructor that overrides all the defaults.
- StandardChartTheme - Class in org.jfree.chart
-
A default implementation of the
ChartTheme interface.
- StandardChartTheme(String) - Constructor for class org.jfree.chart.StandardChartTheme
-
Creates a new default instance.
- StandardChartTheme(String, boolean) - Constructor for class org.jfree.chart.StandardChartTheme
-
Creates a new default instance.
- StandardContourToolTipGenerator - Class in org.jfree.chart.labels
-
- StandardContourToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardContourToolTipGenerator
-
Deprecated.
- StandardCrosshairLabelGenerator - Class in org.jfree.chart.labels
-
A default label generator.
- StandardCrosshairLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Creates a new instance with default attributes.
- StandardCrosshairLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Creates a new instance with the specified attributes.
- standardDeviation - Variable in class org.jfree.data.statistics.MeanAndStandardDeviation
-
The standard deviation.
- StandardDialFrame - Class in org.jfree.chart.plot.dial
-
A simple circular frame for the
DialPlot class.
- StandardDialFrame() - Constructor for class org.jfree.chart.plot.dial.StandardDialFrame
-
Creates a new instance of StandardDialFrame.
- StandardDialRange - Class in org.jfree.chart.plot.dial
-
A layer that draws a range highlight on a dial plot.
- StandardDialRange() - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
-
Creates a new instance of StandardDialRange.
- StandardDialRange(double, double, Paint) - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
-
Creates a new instance of StandardDialRange.
- StandardDialScale - Class in org.jfree.chart.plot.dial
-
- StandardDialScale() - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
-
Creates a new instance of DialScale.
- StandardDialScale(double, double, double, double, double, int) - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
-
Creates a new instance.
- StandardEntityCollection - Class in org.jfree.chart.entity
-
- StandardEntityCollection() - Constructor for class org.jfree.chart.entity.StandardEntityCollection
-
Constructs a new entity collection (initially empty).
- StandardPieSectionLabelGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for plots that use data from a
PieDataset.
- StandardPieSectionLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
- StandardPieSectionLabelGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates a new instance for the specified locale.
- StandardPieSectionLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates a new section label generator using the specified label format
string, and platform default number and percentage formatters.
- StandardPieSectionLabelGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates a new instance for the specified locale.
- StandardPieSectionLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardPieToolTipGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for plots that use data from a
PieDataset.
- StandardPieToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates an item label generator using default number formatters.
- StandardPieToolTipGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates a pie tool tip generator for the specified locale, using the
default format string.
- StandardPieToolTipGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates a pie tool tip generator for the default locale.
- StandardPieToolTipGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates a pie tool tip generator for the specified locale.
- StandardPieToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates an item label generator using the specified number formatters.
- StandardPieURLGenerator - Class in org.jfree.chart.urls
-
A URL generator for pie charts.
- StandardPieURLGenerator() - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
-
Default constructor.
- StandardPieURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
-
Creates a new generator.
- StandardPieURLGenerator(String, String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
-
Creates a new generator.
- StandardPieURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
-
Creates a new generator.
- standardTickUnits - Variable in class org.jfree.chart.axis.ValueAxis
-
The standard tick units for the axis.
- StandardTickUnitSource - Class in org.jfree.chart.axis
-
- StandardTickUnitSource() - Constructor for class org.jfree.chart.axis.StandardTickUnitSource
-
Default constructor.
- StandardToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates tooltips using the HTML title attribute for image map area tags.
- StandardToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
-
Creates a new instance.
- StandardURLTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates URLs using the HTML href attribute for image map area tags.
- StandardURLTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
-
Creates a new instance.
- StandardXYBarPainter - Class in org.jfree.chart.renderer.xy
-
An implementation of the
XYBarPainter interface that preserves the
behaviour of bar painting that existed prior to the introduction of the
XYBarPainter interface.
- StandardXYBarPainter() - Constructor for class org.jfree.chart.renderer.xy.StandardXYBarPainter
-
Creates a new instance.
- StandardXYItemLabelGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for plots that use data from an
XYDataset.
- StandardXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using default number formatters.
- StandardXYItemLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified formatters.
- StandardXYItemLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified formatters (a
number formatter for the x-values and a date formatter for the
y-values).
- StandardXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates a label generator using the specified date formatters.
- StandardXYItemRenderer - Class in org.jfree.chart.renderer.xy
-
Standard item renderer for an
XYPlot.
- StandardXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer.State - Class in org.jfree.chart.renderer.xy
-
Records the state for the renderer.
- StandardXYSeriesLabelGenerator - Class in org.jfree.chart.labels
-
A standard series label generator for plots that use data from
an
XYDataset.
- StandardXYSeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
- StandardXYSeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
Creates a new series label generator.
- StandardXYToolTipGenerator - Class in org.jfree.chart.labels
-
- StandardXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using default number formatters.
- StandardXYToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified number formatters.
- StandardXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified number formatters.
- StandardXYToolTipGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified formatters (a
number formatter for the x-values and a date formatter for the
y-values).
- StandardXYToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified date formatters.
- StandardXYURLGenerator - Class in org.jfree.chart.urls
-
A URL generator.
- StandardXYURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
-
Creates a new default generator.
- StandardXYURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
-
Creates a new generator with the specified prefix.
- StandardXYURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
-
Constructor that overrides all the defaults
- StandardXYZToolTipGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for use with
XYZDataset data.
- StandardXYZToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Creates a new tool tip generator using default number formatters for the
x, y and z-values.
- StandardXYZToolTipGenerator(String, NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Constructs a new tool tip generator using the specified number
formatters.
- StandardXYZToolTipGenerator(String, DateFormat, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Constructs a new tool tip generator using the specified date formatters.
- StandardXYZURLGenerator - Class in org.jfree.chart.urls
-
A URL generator.
- StandardXYZURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYZURLGenerator
-
- START - Static variable in class org.jfree.chart.axis.CategoryAnchor
-
Start of period.
- START - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
-
Start of period.
- start(Stage) - Method in class org.jfree.chart.fx.demo.BarChartFXDemo1
-
Adds a chart viewer to the stage and displays it.
- start(Stage) - Method in class org.jfree.chart.fx.demo.PieChartFXDemo1
-
- start(Stage) - Method in class org.jfree.chart.fx.demo.TimeSeriesChartFXDemo1
-
- START - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Useful constant for controlling the x-value returned for a time
period.
- start - Variable in class org.jfree.data.time.SimpleTimePeriod
-
The start date/time.
- START - Static variable in class org.jfree.data.time.TimePeriodAnchor
-
Start of period.
- startAngle - Variable in class org.jfree.chart.plot.dial.ArcDialFrame
-
The start angle.
- startAngle - Variable in class org.jfree.chart.plot.dial.StandardDialScale
-
The start angle for the scale display, in degrees (using the same
encoding as Arc2D).
- startAngle - Variable in class org.jfree.chart.plot.PiePlot
-
The starting angle.
- startAngle - Variable in class org.jfree.chart.plot.SpiderWebPlot
-
The starting angle.
- startBoundary - Variable in class org.jfree.data.statistics.HistogramBin
-
The start boundary.
- startData - Variable in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Storage for the start value data.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategoryDatasetHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategorySeriesHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.ItemHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.KeyHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.PieDatasetHandler
-
Starts an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.ValueHandler
-
The start of an element.
- startPercent - Variable in class org.jfree.chart.renderer.category.GanttRenderer
-
Controls the starting edge of the progress indicator (expressed as a
percentage of the overall bar width).
- startPoint - Variable in class org.jfree.chart.fx.interaction.ZoomHandlerFX
-
The starting point for the zoom.
- startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
This method is called by the
XYPlot at the start of each
series pass.
- startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
This method is called by the
XYPlot when it starts a pass
through the (visible) items in a series.
- startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
This method is called by the
XYPlot at the start of each
series pass.
- startTime - Variable in class org.jfree.chart.axis.SegmentedTimeline
-
Start of time reference from time zero (1/1/1970).
- startValue - Variable in class org.jfree.chart.plot.IntervalMarker
-
The start value.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
Creates a new state instance.
- StatisticalBarRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that handles the drawing a bar plot where
each bar has a mean value and a standard deviation line.
- StatisticalBarRenderer() - Constructor for class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Default constructor.
- StatisticalCategoryDataset - Interface in org.jfree.data.statistics
-
A category dataset that defines a mean and standard deviation value for
each item.
- StatisticalLineAndShapeRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that draws shapes for each data item, and lines between data
items.
- StatisticalLineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Constructs a default renderer (draws shapes and lines).
- StatisticalLineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Constructs a new renderer.
- Statistics - Class in org.jfree.data.statistics
-
A utility class that provides some common statistical functions.
- Statistics() - Constructor for class org.jfree.data.statistics.Statistics
-
- std - Variable in class org.jfree.data.function.NormalDistributionFunction2D
-
The standard deviation.
- stepPalette - Variable in class org.jfree.chart.editor.DefaultColorBarEditor
-
Flag set by stepPaletteCheckBox.
- stepPaletteCheckBox - Variable in class org.jfree.chart.editor.DefaultColorBarEditor
-
A checkbox that indicates whether the palette is stepped.
- stepped - Variable in class org.jfree.chart.plot.ColorPalette
-
Deprecated.
Controls whether palette colors are stepped (not continuous).
- stepPoint - Variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
The factor (from 0.0 to 1.0) that determines the position of the
step.
- stepPoint - Variable in class org.jfree.chart.renderer.xy.XYStepRenderer
-
The factor (from 0.0 to 1.0) that determines the position of the
step.
- store - Variable in class org.jfree.chart.PaintMap
-
Storage for the keys and values.
- store - Variable in class org.jfree.chart.StrokeMap
-
Storage for the keys and values.
- strictValuesFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
-
Flag set true make axis throw exception if any values are <= 0 and
'allowNegativesFlag' is false.
- STRING_ARGS_2 - Static variable in class org.jfree.chart.urls.URLUtilities
-
- stringToWeek(String) - Static method in class org.jfree.data.time.Week
-
Converts a string to a week.
- stripOutlinePaint - Variable in class org.jfree.chart.title.PaintScaleLegend
-
The paint used to draw an outline around the paint strip.
- stripOutlineStroke - Variable in class org.jfree.chart.title.PaintScaleLegend
-
The stroke used to draw an outline around the paint strip.
- stripOutlineVisible - Variable in class org.jfree.chart.title.PaintScaleLegend
-
A flag that controls whether or not an outline is drawn around the
paint strip.
- stripWidth - Variable in class org.jfree.chart.title.PaintScaleLegend
-
The thickness of the paint strip (in Java2D units).
- stroke - Variable in class org.jfree.chart.annotations.CategoryLineAnnotation
-
The line stroke.
- stroke - Variable in class org.jfree.chart.annotations.XYBoxAnnotation
-
The stroke used to draw the box outline.
- stroke - Variable in class org.jfree.chart.annotations.XYLineAnnotation
-
The line stroke.
- stroke - Variable in class org.jfree.chart.annotations.XYPolygonAnnotation
-
The stroke used to draw the box outline.
- stroke - Variable in class org.jfree.chart.annotations.XYShapeAnnotation
-
The stroke used to draw the shape's outline.
- stroke - Variable in class org.jfree.chart.block.LineBorder
-
The line stroke.
- stroke - Variable in class org.jfree.chart.fx.FXGraphics2D
-
- stroke - Variable in class org.jfree.chart.plot.Crosshair
-
The stroke for the crosshair line.
- stroke - Variable in class org.jfree.chart.plot.dial.ArcDialFrame
-
The stroke for drawing the frame outline.
- stroke - Variable in class org.jfree.chart.plot.dial.DialPointer.Pin
-
The stroke.
- stroke - Variable in class org.jfree.chart.plot.dial.StandardDialFrame
-
The stroke for drawing the frame outline.
- stroke - Variable in class org.jfree.chart.plot.Marker
-
The stroke (null is not allowed).
- stroke - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
- strokeIndex - Variable in class org.jfree.chart.plot.DefaultDrawingSupplier
-
The current stroke index.
- strokeList - Variable in class org.jfree.chart.renderer.AbstractRenderer
-
The stroke list.
- StrokeMap - Class in org.jfree.chart
-
A storage structure that maps Comparable instances with
Stroke instances.
- StrokeMap() - Constructor for class org.jfree.chart.StrokeMap
-
Creates a new (empty) map.
- strokeSequence - Variable in class org.jfree.chart.plot.DefaultDrawingSupplier
-
The stroke sequence.
- style - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
-
The style number
- subCategories - Variable in class org.jfree.chart.axis.SubCategoryAxis
-
Storage for the sub-categories (these need to be set manually).
- SubCategoryAxis - Class in org.jfree.chart.axis
-
A specialised category axis that can display sub-categories.
- SubCategoryAxis(String) - Constructor for class org.jfree.chart.axis.SubCategoryAxis
-
Creates a new axis.
- subdivisions - Variable in class org.jfree.chart.title.PaintScaleLegend
-
The number of subdivisions for the scale when rendering.
- subHandlers - Variable in class org.jfree.data.xml.RootHandler
-
The sub-handlers.
- sublabelFont - Variable in class org.jfree.chart.axis.ExtendedCategoryAxis
-
The sublabel font.
- subLabelFont - Variable in class org.jfree.chart.axis.SubCategoryAxis
-
The font for the sub-category labels.
- sublabelPaint - Variable in class org.jfree.chart.axis.ExtendedCategoryAxis
-
The sublabel paint.
- subLabelPaint - Variable in class org.jfree.chart.axis.SubCategoryAxis
-
The paint for the sub-category labels.
- sublabels - Variable in class org.jfree.chart.axis.ExtendedCategoryAxis
-
Storage for the sublabels.
- subplotArea - Variable in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Temporary storage for the subplot areas.
- subplotAreas - Variable in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Temporary storage for the subplot areas.
- subplotAreas - Variable in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Temporary storage for the subplot areas.
- subplotAreas - Variable in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Temporary storage for the subplot areas.
- subplotInfo - Variable in class org.jfree.chart.plot.PlotRenderingInfo
-
Storage for the plot rendering info objects belonging to the subplots.
- subplots - Variable in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Storage for the subplot references.
- subplots - Variable in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Storage for the subplot references.
- subplots - Variable in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Storage for the subplot references.
- subplots - Variable in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Storage for the subplot references.
- subrange - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The display sub-range.
- subrangeIndicatorStroke - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The stroke for the sub-range indicators.
- subrangeIndicatorsVisible - Variable in class org.jfree.chart.plot.ThermometerPlot
-
A flag that controls whether the sub-range indicators are visible.
- subrangeInfo - Variable in class org.jfree.chart.plot.ThermometerPlot
-
The start and end values for the subranges.
- subrangePaint - Variable in class org.jfree.chart.plot.ThermometerPlot
-
Paint for each range
- SubSeriesDataset - Class in org.jfree.data.general
-
- SubSeriesDataset(SeriesDataset, int[]) - Constructor for class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Creates a SubSeriesDataset using one or more series from
parent.
- SubSeriesDataset(SeriesDataset, int) - Constructor for class org.jfree.data.general.SubSeriesDataset
-
Deprecated.
Creates a SubSeriesDataset using one series from parent.
- subtasks - Variable in class org.jfree.data.gantt.Task
-
Storage for the sub-tasks (if any).
- subtitlePaint - Variable in class org.jfree.chart.StandardChartTheme
-
The paint used to display subtitles.
- subtitles - Variable in class org.jfree.chart.JFreeChart
-
The chart subtitles (zero, one or many).
- SunJPEGEncoderAdapter - Class in org.jfree.chart.encoders
-
Adapter class for the Sun JPEG Encoder.
- SunJPEGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunJPEGEncoderAdapter
-
Creates a new SunJPEGEncoderAdapter instance.
- SunPNGEncoderAdapter - Class in org.jfree.chart.encoders
-
Adapter class for the Sun PNG Encoder.
- SunPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunPNGEncoderAdapter
-
- switchedLog10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns the log10 value, depending on if values between 0 and
1 are being plotted.
- switchedPow10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Returns a power of 10, depending on if values between 0 and
1 are being plotted.
- SymbolAxis - Class in org.jfree.chart.axis
-
A standard linear value axis that replaces integer values with symbols.
- SymbolAxis(String, String[]) - Constructor for class org.jfree.chart.axis.SymbolAxis
-
Constructs a symbol axis, using default attribute values where
necessary.
- SymbolicXYItemLabelGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for plots that use data from an
XYDataset.
- SymbolicXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
-
- symbols - Variable in class org.jfree.chart.axis.SymbolAxis
-
The list of symbols to display instead of the numeric values.