Documentation of 'jyplot.XYErrorBar.XYErrorBarRenderer' Java class
XYErrorBarRenderer
jyplot.XYErrorBar

Class XYErrorBarRenderer

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.EventListener, AnnotationChangeListener, LegendItemSource, XYItemRenderer, org.jfree.util.PublicCloneable


    public class XYErrorBarRenderer
    extends StandardXYItemRenderer
    An error bar renderer for an XYPlot. This class can draw (a) shapes at each point, or (b) lines between points, or (c) both shapes and lines. By default, shapes are drawn and lines are not.
    See Also:
    Serialized Form
    • Constructor Detail

      • XYErrorBarRenderer

        public XYErrorBarRenderer()
        Creates a new XYErrorBarRenderer
    • Method Detail

      • drawItem

        public void drawItem(java.awt.Graphics2D g2,
                             XYItemRendererState state,
                             java.awt.geom.Rectangle2D dataArea,
                             PlotRenderingInfo info,
                             XYPlot plot,
                             ValueAxis domainAxis,
                             ValueAxis rangeAxis,
                             XYDataset dataset,
                             int series,
                             int item,
                             CrosshairState crosshairState,
                             int pass)
        Description copied from class: StandardXYItemRenderer
        Draws the visual representation of a single data item.
        Specified by:
        drawItem in interface XYItemRenderer
        Overrides:
        drawItem in class StandardXYItemRenderer
        Parameters:
        g2 - the graphics device.
        state - the renderer state.
        dataArea - the area within which the data is being drawn.
        info - collects information about the drawing.
        plot - the plot (can be used to obtain standard color information etc).
        domainAxis - the domain axis.
        rangeAxis - the range axis.
        dataset - the dataset.
        series - the series index (zero-based).
        item - the item index (zero-based).
        crosshairState - crosshair information for the plot (null permitted).
        pass - the pass index.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.