|
|||||||||
| Home >> All >> org >> jfree >> chart >> renderer >> [ xy overview ] | PREV NEXT | ||||||||
A
- AREA - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
- Useful constant for specifying the type of rendering (area only).
- AREA - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
- Useful constant for specifying the type of rendering (area only).
- AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
- Useful constant for specifying the type of rendering (area and shapes).
- AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
- Useful constant for specifying the type of rendering (area and shapes).
- AbstractXYItemRenderer - class org.jfree.chart.renderer.xy.AbstractXYItemRenderer.
- A base class that can be used to create new XYItemRenderer implementations.
- AbstractXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Creates a renderer where the tooltip generator and the URL generator are
both
null. - addAnnotation(XYAnnotation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Adds an annotation and sends a org.jfree.chart.event.RendererChangeEvent to all registered listeners.
- addAnnotation(XYAnnotation, Layer) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Adds an annotation to the specified layer.
- addAnnotation(XYAnnotation) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Adds an annotation and sends a org.jfree.chart.event.RendererChangeEvent to all registered listeners.
- addAnnotation(XYAnnotation, Layer) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Adds an annotation to the specified layer.
- addChangeListener(DatasetChangeListener) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Does nothing.
- addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Add a renderer change listener.
- addEntity(EntityCollection, Shape, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Adds an entity to the collection.
- adjustedStackValues(double[], double[]) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
- Returns a pair of "stack" values calculated from the two specified pairs.
- area - Variable in class org.jfree.chart.renderer.xy.XYAreaRenderer.XYAreaRendererState
- Working storage for the area under one series.
- artifactPaint - Variable in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- The paint used to draw various artifacts such as outliers, farout symbol, average ellipse and median line.
- autoWidthFactor - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
- The number (generally between 0.0 and 1.0) by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.
- autoWidthGap - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
- The minimum gap between one candle and the next
- autoWidthMethod - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
- The method of automatically calculating the candle width.
- averageStackValues(double[], double[]) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
- Returns a pair of "stack" values calculated from the two specified pairs.
B
- backgroundAnnotations - Variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Annotations to be drawn in the background layer ('underneath' the data items).
- base - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
- The default base value for the bars.
- baseItemLabelGenerator - Variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- The base item label generator.
- baseToolTipGenerator - Variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- The base tool tip generator.
- bounds - Variable in class org.jfree.chart.renderer.xy.HighLow
- The bounds.
- boxPaint - Variable in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- The paint used to fill the box.
- boxWidth - Variable in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- The box width.
C
- CLOSE - Static variable in class org.jfree.chart.renderer.xy.HighLow
- Useful constant for open/close value types.
- CandlestickRenderer - class org.jfree.chart.renderer.xy.CandlestickRenderer.
- A renderer that draws candlesticks on an org.jfree.chart.plot.XYPlot (requires a org.jfree.data.xy.OHLCDataset).
- 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.
- ClusteredXYBarRenderer - class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer.
- 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.
- CyclicXYItemRenderer - class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.
- 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 org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet.
- A dataset to hold the interpolated points when drawing new lines.
- CyclicXYItemRenderer.OverwriteDataSet(double[], double[], XYDataset) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Creates a new dataset.
- 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.
- 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.
- candleWidth - Variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
- The candle width.
- centerBarAtStartValue - Variable in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
- Determines whether bar center should be interval start.
- 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.SignalRenderer
- 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.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.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.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.
- close - Variable in class org.jfree.chart.renderer.xy.HighLow
- The close value.
- currentSeriesPoints - Variable in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
- The points for the current series.
D
- DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
- The default wall paint.
- 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.xy.XYLine3DRenderer
- The default y-offset for the 3D effect.
- 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).
- DefaultXYItemRenderer - class org.jfree.chart.renderer.xy.DefaultXYItemRenderer.
- A default renderer for the org.jfree.chart.plot.XYPlot class.
- DefaultXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.DefaultXYItemRenderer
- defaultEntityRadius - Variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- defaultLinesVisible - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- The default value returned by the getLinesVisible() method.
- defaultShapesFilled - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- The default value returned by the getShapeFilled() method.
- defaultShapesFilled - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- The default value returned by the getShapeFilled() method.
- defaultShapesVisible - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- The default value returned by the getShapeVisible() method.
- delegateSet - Variable in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- The delegate dataset.
- 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.
- 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.
- drawBarOutline - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer
- A flag that controls whether or not bar outlines are drawn.
- drawCloseTicks - Variable in class org.jfree.chart.renderer.xy.HighLowRenderer
- A flag that controls whether the close ticks are drawn.
- 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.
- 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
markeragainst the domain axis. - 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.
- 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.
- 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.
- 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.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.SignalRenderer
- 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.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.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 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.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, XYDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- 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.
- 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.xy.XYBoxAndWhiskerRenderer
- Draws two ellipses to represent overlapping outliers.
- drawOpenTicks - Variable in class org.jfree.chart.renderer.xy.HighLowRenderer
- A flag that controls whether the open ticks are drawn.
- drawOutlines - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- A flag that controls whether outlines are drawn for shapes.
- 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).
- 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 grid line against the range axis.
- 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'.
- 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).
- 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.
- 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.
- 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
- Returns a flag indicating whether or not volume bars are drawn on the chart.
E
- equals(Object) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Tests this renderer for equality with another object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
- Tests this renderer for equality with another object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
- Tests this renderer for equality with an arbitrary object, returning
trueifobjis aClusteredXYBarRendererwith the same settings as this renderer, andfalseotherwise. - equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
- Tests the renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Tests this renderer for equality with another object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
- Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
- Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- Tests this renderer for equality with another object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- Tests this renderer for equality with another object.
F
- fillBox - Variable in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- A flag that controls whether or not the box is filled.
- fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Fills a band between two values on the axis.
- fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Fills a band between two values on the axis.
- fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Fills a band between two values on the range axis.
- fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Fills a band between two values on the range axis.
- findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the lower and upper bounds (range) of the x-values in the specified dataset.
- findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
- Returns the lower and upper bounds (range) of the x-values in the specified dataset.
- findDomainBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the lower and upper bounds (range) of the x-values in the specified dataset.
- findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the range of values the renderer requires to display all the items from the specified dataset.
- findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
- Returns the range of values the renderer requires to display all the items from the specified dataset.
- findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
- Returns the range of values the renderer requires to display all the items from the specified dataset.
- findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
- Returns the range of values the renderer requires to display all the items from the specified dataset.
- findRangeBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the lower and upper bounds (range) of the y-values in the specified dataset.
- foregroundAnnotations - Variable in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Annotations to be drawn in the foreground layer ('on top' of the data items).
G
- g2Base - Variable in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
- Base for bars against the range axis, in Java 2D space.
- 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.
- 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.
- 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.
- getBase() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
- Returns the base value for the bars.
- 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.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 interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base item label paint.
- getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base setting for item label visibility.
- getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base item label position for negative values.
- getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base outline paint.
- getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base outline stroke.
- getBasePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base paint.
- getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base positive item label position.
- getBaseSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base visibility 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 interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base shape.
- getBaseStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the base stroke.
- 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.
- getBounds() - Method in class org.jfree.chart.renderer.xy.HighLow
- Returns the bounds.
- 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.
- getCandleWidth() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
- Returns the width of each candle.
- getCloseTickLine() - Method in class org.jfree.chart.renderer.xy.HighLow
- Returns the line for close tick
- getCurrentSeriesPoints() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
- Returns the current series points.
- getDefaultEntityRadius() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the radius of the circle used for the default entity area when no area is specified.
- getDefaultLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- Returns the default 'lines visible' attribute.
- getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Returns the default 'shape filled' attribute.
- getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- Returns the default 'shape filled' attribute.
- getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Returns true if shapes are being plotted by the renderer.
- getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- Returns the default 'shape visible' attribute.
- getDomainOrder() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Returns the order of the domain (X) values.
- 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.
- getDrawCloseTicks() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
- Returns the flag that controls whether close ticks are drawn.
- 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.xy.XYLineAndShapeRenderer
- Returns
trueif outlines should be drawn for shapes, andfalseotherwise. - 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.
- getDrawingSupplier() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the drawing supplier from the plot.
- getFillBox() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
- Returns the flag that controls whether or not the box is filled.
- getG2Base() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
- Returns the base (range) value in Java 2D space.
- 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).
- 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.
- getGroup() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Returns the dataset group.
- 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.
- 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.
- getIntersection(float, float, float, float, float, float, float, float) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Returns the intersection point of two lines.
- getItemCount(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Returns the number of items for the given series.
- 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
- Returns the font used for all item labels.
- getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the label generator for a data item.
- getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the item label generator for a data item.
- 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
- Returns the paint used for all item labels.
- 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.
- 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 interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the stroke used to outline data items.
- getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the paint used to fill data items as they are drawn.
- 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.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.xy.XYLineAndShapeRenderer
- Returns the flag used to control whether or not the shape for an item is visible.
- getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
- Returns the stroke used to draw data items.
- 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).
- getLastSeriesPoints() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
- Returns the last series points.
- 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.
- getLegendBar() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
- Returns the shape used to represent bars in each legend item.
- 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 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.
- getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
- Returns the legend item label 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.xy.AbstractXYItemRenderer
- Returns the legend item URL generator.
- 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.
- 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.
- getLine() - Method in class org.jfree.chart.renderer.xy.HighLow
- Returns the line.
- getLine() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.StackedXYAreaRendererState
- Returns the working line.
- getLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
- Returns a flag that controls whether or not lines are drawn for ALL series.
- getMargin() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
- Returns the margin which is a percentage amount by which the bars are trimmed.
- getMarkOffset() - Method in class org.jfree.chart.renderer.xy.SignalRenderer
- Returns the mark offset.
- getMaxCandleWidthInMilliseconds() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
- Returns the maximum width (in milliseconds) of each candle.
- getNegativeArea(float, float, float, float, float, float, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Returns the negative area for a cross-over section.
- 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
- Returns the item label position for negative values in ALL series.
- getNegativePaint() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Returns the paint used to highlight negative differences.
- getOpenTickLine() - Method in class org.jfree.chart.renderer.xy.HighLow
- Returns the line for open tick.
- getPaint() - Method in class org.jfree.chart.renderer.xy.HighLow
- Returns the Paint object used to color the line.
- 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.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.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.
- 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.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.
- getPlotDiscontinuous() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Returns true if lines should be discontinuous.
- getPlotImages() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Returns true if images are being plotted by the renderer.
- 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
- Returns true if lines are being plotted by the renderer.
- getPlotShapes() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
- Returns true if shapes are being plotted by the renderer.
- getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
- Returns true if shapes are being plotted by the renderer.
- getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
- Returns true if shapes are being plotted by the renderer.
- getPositiveArea(float, float, float, float, float, float, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Returns the positive area for a crossover point.
- 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
- Returns the item label position for positive values in ALL series.
- getPositivePaint() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
- Returns the paint used to highlight positive differences.
- 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
seriesfor the specified item. - 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.