| java.lang.Object org.jfree.chart.renderer.AbstractRenderer org.jfree.chart.renderer.xy.AbstractXYItemRenderer
All known Subclasses: org.jfree.chart.renderer.xy.XYBarRenderer, org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer, org.jfree.chart.renderer.xy.XYDotRenderer, org.jfree.chart.renderer.xy.StandardXYItemRenderer, org.jfree.chart.renderer.xy.YIntervalRenderer, org.jfree.chart.renderer.xy.XYLineAndShapeRenderer, org.jfree.chart.renderer.xy.XYBubbleRenderer, org.jfree.chart.renderer.xy.XYBlockRenderer, org.jfree.chart.renderer.xy.HighLowRenderer, org.jfree.chart.renderer.xy.VectorRenderer, org.jfree.chart.renderer.xy.XYDifferenceRenderer, org.jfree.chart.renderer.xy.XYStepAreaRenderer, org.jfree.chart.renderer.xy.XYAreaRenderer, org.jfree.chart.renderer.xy.XYAreaRenderer2, org.jfree.chart.renderer.xy.CandlestickRenderer, org.jfree.chart.renderer.xy.WindItemRenderer,
Constructor Summary | |
protected | AbstractXYItemRenderer() Creates a renderer where the tooltip generator and the URL generator are
both null . |
Method Summary | |
public void | addAnnotation(XYAnnotation annotation) Adds an annotation and sends a
RendererChangeEvent to all
registered listeners. | public void | addAnnotation(XYAnnotation annotation, Layer layer) Adds an annotation to the specified layer. | protected void | addEntity(EntityCollection entities, Shape area, XYDataset dataset, int series, int item, double entityX, double entityY) Adds an entity to the collection. | protected Point2D | calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor) Calculates the (x, y) coordinates for drawing a marker label.
Parameters: g2 - the graphics device. Parameters: orientation - the plot orientation. Parameters: dataArea - the data area. Parameters: markerArea - the rectangle surrounding the marker area. Parameters: markerOffset - the marker label offset. Parameters: labelOffsetType - the label offset type. Parameters: anchor - the label anchor. | protected Object | clone() Returns a clone of the renderer. | public void | drawAnnotations(Graphics2D g2, Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, Layer layer, PlotRenderingInfo info) Draws all the annotations for the specified layer. | public void | drawDomainGridLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value) Draws a grid line against the range axis. | public void | drawDomainLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke) Draws a line perpendicular to the domain axis. | public void | drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea) Draws a vertical line on the chart to represent a 'range marker'. | protected void | drawItemLabel(Graphics2D g2, PlotOrientation orientation, XYDataset dataset, int series, int item, double x, double y, boolean negative) Draws an item label. | public void | drawRangeLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke) Draws a line perpendicular to the range axis. | public void | drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea) Draws a horizontal line across the chart to represent a 'range marker'. | public boolean | equals(Object obj) Tests this renderer for equality with another object.
Parameters: obj - the object (null permitted). | public void | fillDomainGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end) Fills a band between two values on the axis. | public void | fillRangeGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end) Fills a band between two values on the range axis. | public Range | findDomainBounds(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
Parameters: dataset - the dataset (null permitted). | public Range | findRangeBounds(XYDataset dataset) Returns the range of values the renderer requires to display all the
items from the specified dataset.
Parameters: dataset - the dataset (null permitted). | public XYItemLabelGenerator | getBaseItemLabelGenerator() Returns the base item label generator. | public XYToolTipGenerator | getBaseToolTipGenerator() Returns the base tool tip generator. | public int | getDefaultEntityRadius() Returns the radius of the circle used for the default entity area
when no area is specified. | public DrawingSupplier | getDrawingSupplier() Returns the drawing supplier from the plot. | public XYItemLabelGenerator | getItemLabelGenerator(int series, int item) Returns the label generator for a data item. | public XYItemLabelGenerator | getItemLabelGenerator() Returns the item label generator override. | public LegendItem | getLegendItem(int datasetIndex, int series) Returns a default legend item for the specified series. | public XYSeriesLabelGenerator | getLegendItemLabelGenerator() Returns the legend item label generator. | public XYSeriesLabelGenerator | getLegendItemToolTipGenerator() Returns the legend item tool tip generator. | public XYSeriesLabelGenerator | getLegendItemURLGenerator() Returns the legend item URL generator. | public LegendItemCollection | getLegendItems() Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing. | public int | getPassCount() Returns the number of passes through the data that the renderer requires
in order to draw the chart. | public XYPlot | getPlot() Returns the plot that the renderer is assigned to. | public XYItemLabelGenerator | getSeriesItemLabelGenerator(int series) Returns the item label generator for a series.
Parameters: series - the series index (zero based). | public XYToolTipGenerator | getSeriesToolTipGenerator(int series) Returns the tool tip generator for a series.
Parameters: series - the series index (zero based). | public XYToolTipGenerator | getToolTipGenerator(int series, int item) Returns the tool tip generator for a data item. | public XYToolTipGenerator | getToolTipGenerator() Returns the override tool tip generator. | public XYURLGenerator | getURLGenerator() Returns the URL generator for HTML image maps. | public XYItemRendererState | initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info) Initialises the renderer and returns a state object that should be
passed to all subsequent calls to the drawItem() method.
This method will be called before the first item is rendered, giving the
renderer an opportunity to initialise any state information it wants to
maintain. | public boolean | removeAnnotation(XYAnnotation annotation) Removes the specified annotation and sends a
RendererChangeEvent to all registered listeners.
Parameters: annotation - the annotation to remove (null notpermitted). | public void | removeAnnotations() Removes all annotations and sends a
RendererChangeEvent to all registered listeners. | public void | setBaseItemLabelGenerator(XYItemLabelGenerator generator) Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners. | public void | setBaseToolTipGenerator(XYToolTipGenerator generator) Sets the base tool tip generator and sends a
RendererChangeEvent to all registered listeners. | public void | setDefaultEntityRadius(int radius) Sets the radius of the circle used for the default entity area
when no area is specified. | public void | setItemLabelGenerator(XYItemLabelGenerator generator) Sets the item label generator for ALL series and sends a
RendererChangeEvent to all registered listeners. | public void | setLegendItemLabelGenerator(XYSeriesLabelGenerator generator) Sets the legend item label generator and sends a
RendererChangeEvent to all registered listeners. | public void | setLegendItemToolTipGenerator(XYSeriesLabelGenerator generator) Sets the legend item tool tip generator and sends a
RendererChangeEvent to all registered listeners. | public void | setLegendItemURLGenerator(XYSeriesLabelGenerator generator) Sets the legend item URL generator and sends a
RendererChangeEvent to all registered listeners. | public void | setPlot(XYPlot plot) Sets the plot that the renderer is assigned to. | public void | setSeriesItemLabelGenerator(int series, XYItemLabelGenerator generator) Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners. | public void | setSeriesToolTipGenerator(int series, XYToolTipGenerator generator) Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners. | public void | setToolTipGenerator(XYToolTipGenerator generator) Sets the tool tip generator for ALL series and sends a
RendererChangeEvent to all registered listeners. | public void | setURLGenerator(XYURLGenerator urlGenerator) Sets the URL generator for HTML image maps. | protected void | updateCrosshairValues(CrosshairState crosshairState, double x, double y, double transX, double transY, PlotOrientation orientation) Considers the current (x, y) coordinate and updates the crosshair point
if it meets the criteria (usually means the (x, y) coordinate is the
closest to the anchor point so far). | protected void | updateCrosshairValues(CrosshairState crosshairState, double x, double y, int domainAxisIndex, int rangeAxisIndex, double transX, double transY, PlotOrientation orientation) Considers the current (x, y) coordinate and updates the crosshair point
if it meets the criteria (usually means the (x, y) coordinate is the
closest to the anchor point so far). |
AbstractXYItemRenderer | protected AbstractXYItemRenderer()(Code) | | Creates a renderer where the tooltip generator and the URL generator are
both null .
|
addAnnotation | public void addAnnotation(XYAnnotation annotation)(Code) | | Adds an annotation and sends a
RendererChangeEvent to all
registered listeners. The annotation is added to the foreground
layer.
Parameters: annotation - the annotation (null not permitted). |
addAnnotation | public void addAnnotation(XYAnnotation annotation, Layer layer)(Code) | | Adds an annotation to the specified layer.
Parameters: annotation - the annotation (null not permitted). Parameters: layer - the layer (null not permitted). |
addEntity | protected void addEntity(EntityCollection entities, Shape area, XYDataset dataset, int series, int item, double entityX, double entityY)(Code) | | Adds an entity to the collection.
Parameters: entities - the entity collection being populated. Parameters: area - the entity area (if null a default will beused). Parameters: dataset - the dataset. Parameters: series - the series. Parameters: item - the item. Parameters: entityX - the entity's center x-coordinate in user space. Parameters: entityY - the entity's center y-coordinate in user space. |
calculateDomainMarkerTextAnchorPoint | protected Point2D calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code) | | Calculates the (x, y) coordinates for drawing a marker label.
Parameters: g2 - the graphics device. Parameters: orientation - the plot orientation. Parameters: dataArea - the data area. Parameters: markerArea - the rectangle surrounding the marker area. Parameters: markerOffset - the marker label offset. Parameters: labelOffsetType - the label offset type. Parameters: anchor - the label anchor. The coordinates for drawing the marker label. |
drawAnnotations | public void drawAnnotations(Graphics2D g2, Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, Layer layer, PlotRenderingInfo info)(Code) | | Draws all the annotations for the specified layer.
Parameters: g2 - the graphics device. Parameters: dataArea - the data area. Parameters: domainAxis - the domain axis. Parameters: rangeAxis - the range axis. Parameters: layer - the layer. Parameters: info - the plot rendering info. |
drawDomainGridLine | public void drawDomainGridLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)(Code) | | Draws a grid line against the range axis.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: axis - the value axis. Parameters: dataArea - the area for plotting data (not yet adjusted for any3D effect). Parameters: value - the value at which the grid line should be drawn. |
drawDomainLine | public void drawDomainLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke)(Code) | | Draws a line perpendicular to the domain axis.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: axis - the value axis. Parameters: dataArea - the area for plotting data (not yet adjusted for any 3Deffect). Parameters: value - the value at which the grid line should be drawn. Parameters: paint - the paint. Parameters: stroke - the stroke. since: 1.0.5 |
drawDomainMarker | public void drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)(Code) | | Draws a vertical line on the chart to represent a 'range marker'.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: domainAxis - the domain axis. Parameters: marker - the marker line. Parameters: dataArea - the axis data area. |
drawItemLabel | protected void drawItemLabel(Graphics2D g2, PlotOrientation orientation, XYDataset dataset, int series, int item, double x, double y, boolean negative)(Code) | | Draws an item label.
Parameters: g2 - the graphics device. Parameters: orientation - the orientation. Parameters: dataset - the dataset. Parameters: series - the series index (zero-based). Parameters: item - the item index (zero-based). Parameters: x - the x coordinate (in Java2D space). Parameters: y - the y coordinate (in Java2D space). Parameters: negative - indicates a negative value (which affects the itemlabel position). |
drawRangeLine | public void drawRangeLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke)(Code) | | Draws a line perpendicular to the range axis.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: axis - the value axis. Parameters: dataArea - the area for plotting data (not yet adjusted for any 3Deffect). Parameters: value - the value at which the grid line should be drawn. Parameters: paint - the paint. Parameters: stroke - the stroke. |
drawRangeMarker | public void drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)(Code) | | Draws a horizontal line across the chart to represent a 'range marker'.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: rangeAxis - the range axis. Parameters: marker - the marker line. Parameters: dataArea - the axis data area. |
equals | public boolean equals(Object obj)(Code) | | Tests this renderer for equality with another object.
Parameters: obj - the object (null permitted). true or false . |
fillDomainGridBand | public void fillDomainGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end)(Code) | | Fills a band between two values on the axis. This can be used to color
bands between the grid lines.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: axis - the domain axis. Parameters: dataArea - the data area. Parameters: start - the start value. Parameters: end - the end value. |
fillRangeGridBand | public void fillRangeGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end)(Code) | | Fills a band between two values on the range axis. This can be used to
color bands between the grid lines.
Parameters: g2 - the graphics device. Parameters: plot - the plot. Parameters: axis - the range axis. Parameters: dataArea - the data area. Parameters: start - the start value. Parameters: end - the end value. |
findDomainBounds | public Range findDomainBounds(XYDataset dataset)(Code) | | Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
Parameters: dataset - the dataset (null permitted). The range (null if the dataset is null or empty). |
findRangeBounds | public Range findRangeBounds(XYDataset dataset)(Code) | | Returns the range of values the renderer requires to display all the
items from the specified dataset.
Parameters: dataset - the dataset (null permitted). The range (null if the dataset is null or empty). |
getBaseItemLabelGenerator | public XYItemLabelGenerator getBaseItemLabelGenerator()(Code) | | Returns the base item label generator.
The generator (possibly null ). |
getDefaultEntityRadius | public int getDefaultEntityRadius()(Code) | | Returns the radius of the circle used for the default entity area
when no area is specified.
A radius. |
getDrawingSupplier | public DrawingSupplier getDrawingSupplier()(Code) | | Returns the drawing supplier from the plot.
The drawing supplier (possibly null ). |
getItemLabelGenerator | public XYItemLabelGenerator getItemLabelGenerator(int series, int item)(Code) | | Returns the label generator for a data item. This implementation simply
passes control to the
AbstractXYItemRenderer.getSeriesItemLabelGenerator(int) method.
If, for some reason, you want a different generator for individual
items, you can override this method.
Parameters: series - the series index (zero based). Parameters: item - the item index (zero based). The generator (possibly null ). |
getLegendItem | public LegendItem getLegendItem(int datasetIndex, int series)(Code) | | Returns a default legend item for the specified series. Subclasses
should override this method to generate customised items.
Parameters: datasetIndex - the dataset index (zero-based). Parameters: series - the series index (zero-based). A legend item for the series. |
getLegendItems | public LegendItemCollection getLegendItems()(Code) | | Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing.
The legend item collection (never null ). |
getPassCount | public int getPassCount()(Code) | | Returns the number of passes through the data that the renderer requires
in order to draw the chart. Most charts will require a single pass, but
some require two passes.
The pass count. |
getPlot | public XYPlot getPlot()(Code) | | Returns the plot that the renderer is assigned to.
The plot (possibly null ). |
getSeriesItemLabelGenerator | public XYItemLabelGenerator getSeriesItemLabelGenerator(int series)(Code) | | Returns the item label generator for a series.
Parameters: series - the series index (zero based). The generator (possibly null ). |
getSeriesToolTipGenerator | public XYToolTipGenerator getSeriesToolTipGenerator(int series)(Code) | | Returns the tool tip generator for a series.
Parameters: series - the series index (zero based). The generator (possibly null ). |
getToolTipGenerator | public XYToolTipGenerator getToolTipGenerator(int series, int item)(Code) | | Returns the tool tip generator for a data item. If, for some reason,
you want a different generator for individual items, you can override
this method.
Parameters: series - the series index (zero based). Parameters: item - the item index (zero based). The generator (possibly null ). |
getURLGenerator | public XYURLGenerator getURLGenerator()(Code) | | Returns the URL generator for HTML image maps.
The URL generator (possibly null ). |
initialise | public XYItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)(Code) | | Initialises the renderer and returns a state object that should be
passed to all subsequent calls to the drawItem() method.
This method will be called before the first item is rendered, giving the
renderer an opportunity to initialise any state information it wants to
maintain. The renderer can do nothing if it chooses.
Parameters: g2 - the graphics device. Parameters: dataArea - the area inside the axes. Parameters: plot - the plot. Parameters: data - the data. Parameters: info - an optional info collection object to return data back tothe caller. The renderer state (never null ). |
removeAnnotation | public boolean removeAnnotation(XYAnnotation annotation)(Code) | | Removes the specified annotation and sends a
RendererChangeEvent to all registered listeners.
Parameters: annotation - the annotation to remove (null notpermitted). A boolean to indicate whether or not the annotation wassuccessfully removed. |
removeAnnotations | public void removeAnnotations()(Code) | | Removes all annotations and sends a
RendererChangeEvent to all registered listeners.
|
setBaseItemLabelGenerator | public void setBaseItemLabelGenerator(XYItemLabelGenerator generator)(Code) | | Sets the base item label generator and sends a
RendererChangeEvent to all registered listeners.
Parameters: generator - the generator (null permitted). |
setDefaultEntityRadius | public void setDefaultEntityRadius(int radius)(Code) | | Sets the radius of the circle used for the default entity area
when no area is specified.
Parameters: radius - the radius. |
setPlot | public void setPlot(XYPlot plot)(Code) | | Sets the plot that the renderer is assigned to.
Parameters: plot - the plot (null permitted). |
setSeriesItemLabelGenerator | public void setSeriesItemLabelGenerator(int series, XYItemLabelGenerator generator)(Code) | | Sets the item label generator for a series and sends a
RendererChangeEvent to all registered listeners.
Parameters: series - the series index (zero based). Parameters: generator - the generator (null permitted). |
setSeriesToolTipGenerator | public void setSeriesToolTipGenerator(int series, XYToolTipGenerator generator)(Code) | | Sets the tool tip generator for a series and sends a
RendererChangeEvent to all registered listeners.
Parameters: series - the series index (zero based). Parameters: generator - the generator (null permitted). |
setURLGenerator | public void setURLGenerator(XYURLGenerator urlGenerator)(Code) | | Sets the URL generator for HTML image maps.
Parameters: urlGenerator - the URL generator (null permitted). |
updateCrosshairValues | protected void updateCrosshairValues(CrosshairState crosshairState, double x, double y, double transX, double transY, PlotOrientation orientation)(Code) | | Considers the current (x, y) coordinate and updates the crosshair point
if it meets the criteria (usually means the (x, y) coordinate is the
closest to the anchor point so far).
Parameters: crosshairState - the crosshair state (null permitted,but the method does nothing in that case). Parameters: x - the x-value (in data space). Parameters: y - the y-value (in data space). Parameters: transX - the x-value translated to Java2D space. Parameters: transY - the y-value translated to Java2D space. Parameters: orientation - the plot orientation (null notpermitted).AbstractXYItemRenderer.updateCrosshairValues(CrosshairState,double,double,int,int,double,double,PlotOrientation) |
updateCrosshairValues | protected void updateCrosshairValues(CrosshairState crosshairState, double x, double y, int domainAxisIndex, int rangeAxisIndex, double transX, double transY, PlotOrientation orientation)(Code) | | Considers the current (x, y) coordinate and updates the crosshair point
if it meets the criteria (usually means the (x, y) coordinate is the
closest to the anchor point so far).
Parameters: crosshairState - the crosshair state (null permitted,but the method does nothing in that case). Parameters: x - the x-value (in data space). Parameters: y - the y-value (in data space). Parameters: domainAxisIndex - the index of the domain axis for the point. Parameters: rangeAxisIndex - the index of the range axis for the point. Parameters: transX - the x-value translated to Java2D space. Parameters: transY - the y-value translated to Java2D space. Parameters: orientation - the plot orientation (null notpermitted). since: 1.0.4 |
Methods inherited from org.jfree.chart.renderer.AbstractRenderer | public void addChangeListener(RendererChangeListener listener)(Code)(Java Doc) protected Point2D calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)(Code)(Java Doc) protected Object clone() throws CloneNotSupportedException(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) protected void fireChangeEvent()(Code)(Java Doc) public boolean getAutoPopulateSeriesFillPaint()(Code)(Java Doc) public boolean getAutoPopulateSeriesOutlinePaint()(Code)(Java Doc) public boolean getAutoPopulateSeriesOutlineStroke()(Code)(Java Doc) public boolean getAutoPopulateSeriesPaint()(Code)(Java Doc) public boolean getAutoPopulateSeriesShape()(Code)(Java Doc) public boolean getAutoPopulateSeriesStroke()(Code)(Java Doc) public boolean getBaseCreateEntities()(Code)(Java Doc) public Paint getBaseFillPaint()(Code)(Java Doc) public Font getBaseItemLabelFont()(Code)(Java Doc) public Paint getBaseItemLabelPaint()(Code)(Java Doc) public Boolean getBaseItemLabelsVisible()(Code)(Java Doc) public ItemLabelPosition getBaseNegativeItemLabelPosition()(Code)(Java Doc) public Paint getBaseOutlinePaint()(Code)(Java Doc) public Stroke getBaseOutlineStroke()(Code)(Java Doc) public Paint getBasePaint()(Code)(Java Doc) public ItemLabelPosition getBasePositiveItemLabelPosition()(Code)(Java Doc) public boolean getBaseSeriesVisible()(Code)(Java Doc) public boolean getBaseSeriesVisibleInLegend()(Code)(Java Doc) public Shape getBaseShape()(Code)(Java Doc) public Stroke getBaseStroke()(Code)(Java Doc) public Boolean getCreateEntities()(Code)(Java Doc) abstract public DrawingSupplier getDrawingSupplier()(Code)(Java Doc) public boolean getItemCreateEntity(int series, int item)(Code)(Java Doc) public Paint getItemFillPaint(int row, int column)(Code)(Java Doc) public double getItemLabelAnchorOffset()(Code)(Java Doc) public Font getItemLabelFont(int row, int column)(Code)(Java Doc) public Font getItemLabelFont()(Code)(Java Doc) public Paint getItemLabelPaint(int row, int column)(Code)(Java Doc) public Paint getItemLabelPaint()(Code)(Java Doc) public Paint getItemOutlinePaint(int row, int column)(Code)(Java Doc) public Stroke getItemOutlineStroke(int row, int column)(Code)(Java Doc) public Paint getItemPaint(int row, int column)(Code)(Java Doc) public Shape getItemShape(int row, int column)(Code)(Java Doc) public Stroke getItemStroke(int row, int column)(Code)(Java Doc) public boolean getItemVisible(int series, int item)(Code)(Java Doc) public ItemLabelPosition getNegativeItemLabelPosition(int row, int column)(Code)(Java Doc) public ItemLabelPosition getNegativeItemLabelPosition()(Code)(Java Doc) public ItemLabelPosition getPositiveItemLabelPosition(int row, int column)(Code)(Java Doc) public ItemLabelPosition getPositiveItemLabelPosition()(Code)(Java Doc) public Boolean getSeriesCreateEntities(int series)(Code)(Java Doc) public Paint getSeriesFillPaint(int series)(Code)(Java Doc) public Font getSeriesItemLabelFont(int series)(Code)(Java Doc) public Paint getSeriesItemLabelPaint(int series)(Code)(Java Doc) public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series)(Code)(Java Doc) public Paint getSeriesOutlinePaint(int series)(Code)(Java Doc) public Stroke getSeriesOutlineStroke(int series)(Code)(Java Doc) public Paint getSeriesPaint(int series)(Code)(Java Doc) public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series)(Code)(Java Doc) public Shape getSeriesShape(int series)(Code)(Java Doc) public Stroke getSeriesStroke(int series)(Code)(Java Doc) public Boolean getSeriesVisible()(Code)(Java Doc) public Boolean getSeriesVisible(int series)(Code)(Java Doc) public Boolean getSeriesVisibleInLegend()(Code)(Java Doc) public Boolean getSeriesVisibleInLegend(int series)(Code)(Java Doc) public boolean hasListener(EventListener listener)(Code)(Java Doc) public int hashCode()(Code)(Java Doc) public boolean isItemLabelVisible(int row, int column)(Code)(Java Doc) public boolean isSeriesItemLabelsVisible(int series)(Code)(Java Doc) public boolean isSeriesVisible(int series)(Code)(Java Doc) public boolean isSeriesVisibleInLegend(int series)(Code)(Java Doc) public Paint lookupSeriesFillPaint(int series)(Code)(Java Doc) public Paint lookupSeriesOutlinePaint(int series)(Code)(Java Doc) public Stroke lookupSeriesOutlineStroke(int series)(Code)(Java Doc) public Paint lookupSeriesPaint(int series)(Code)(Java Doc) public Shape lookupSeriesShape(int series)(Code)(Java Doc) public Stroke lookupSeriesStroke(int series)(Code)(Java Doc) public void notifyListeners(RendererChangeEvent event)(Code)(Java Doc) public void removeChangeListener(RendererChangeListener listener)(Code)(Java Doc) public void setAutoPopulateSeriesFillPaint(boolean auto)(Code)(Java Doc) public void setAutoPopulateSeriesOutlinePaint(boolean auto)(Code)(Java Doc) public void setAutoPopulateSeriesOutlineStroke(boolean auto)(Code)(Java Doc) public void setAutoPopulateSeriesPaint(boolean auto)(Code)(Java Doc) public void setAutoPopulateSeriesShape(boolean auto)(Code)(Java Doc) public void setAutoPopulateSeriesStroke(boolean auto)(Code)(Java Doc) public void setBaseCreateEntities(boolean create)(Code)(Java Doc) public void setBaseCreateEntities(boolean create, boolean notify)(Code)(Java Doc) public void setBaseFillPaint(Paint paint)(Code)(Java Doc) public void setBaseFillPaint(Paint paint, boolean notify)(Code)(Java Doc) public void setBaseItemLabelFont(Font font)(Code)(Java Doc) public void setBaseItemLabelFont(Font font, boolean notify)(Code)(Java Doc) public void setBaseItemLabelPaint(Paint paint)(Code)(Java Doc) public void setBaseItemLabelPaint(Paint paint, boolean notify)(Code)(Java Doc) public void setBaseItemLabelsVisible(boolean visible)(Code)(Java Doc) public void setBaseItemLabelsVisible(Boolean visible)(Code)(Java Doc) public void setBaseItemLabelsVisible(Boolean visible, boolean notify)(Code)(Java Doc) public void setBaseNegativeItemLabelPosition(ItemLabelPosition position)(Code)(Java Doc) public void setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setBaseOutlinePaint(Paint paint)(Code)(Java Doc) public void setBaseOutlinePaint(Paint paint, boolean notify)(Code)(Java Doc) public void setBaseOutlineStroke(Stroke stroke)(Code)(Java Doc) public void setBaseOutlineStroke(Stroke stroke, boolean notify)(Code)(Java Doc) public void setBasePaint(Paint paint)(Code)(Java Doc) public void setBasePaint(Paint paint, boolean notify)(Code)(Java Doc) public void setBasePositiveItemLabelPosition(ItemLabelPosition position)(Code)(Java Doc) public void setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setBaseSeriesVisible(boolean visible)(Code)(Java Doc) public void setBaseSeriesVisible(boolean visible, boolean notify)(Code)(Java Doc) public void setBaseSeriesVisibleInLegend(boolean visible)(Code)(Java Doc) public void setBaseSeriesVisibleInLegend(boolean visible, boolean notify)(Code)(Java Doc) public void setBaseShape(Shape shape)(Code)(Java Doc) public void setBaseShape(Shape shape, boolean notify)(Code)(Java Doc) public void setBaseStroke(Stroke stroke)(Code)(Java Doc) public void setBaseStroke(Stroke stroke, boolean notify)(Code)(Java Doc) public void setCreateEntities(Boolean create)(Code)(Java Doc) public void setCreateEntities(Boolean create, boolean notify)(Code)(Java Doc) public void setFillPaint(Paint paint)(Code)(Java Doc) public void setFillPaint(Paint paint, boolean notify)(Code)(Java Doc) public void setItemLabelAnchorOffset(double offset)(Code)(Java Doc) public void setItemLabelFont(Font font)(Code)(Java Doc) public void setItemLabelFont(Font font, boolean notify)(Code)(Java Doc) public void setItemLabelPaint(Paint paint)(Code)(Java Doc) public void setItemLabelPaint(Paint paint, boolean notify)(Code)(Java Doc) public void setItemLabelsVisible(boolean visible)(Code)(Java Doc) public void setItemLabelsVisible(Boolean visible)(Code)(Java Doc) public void setItemLabelsVisible(Boolean visible, boolean notify)(Code)(Java Doc) public void setNegativeItemLabelPosition(ItemLabelPosition position)(Code)(Java Doc) public void setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setOutlinePaint(Paint paint)(Code)(Java Doc) public void setOutlinePaint(Paint paint, boolean notify)(Code)(Java Doc) public void setOutlineStroke(Stroke stroke)(Code)(Java Doc) public void setOutlineStroke(Stroke stroke, boolean notify)(Code)(Java Doc) public void setPaint(Paint paint)(Code)(Java Doc) public void setPaint(Paint paint, boolean notify)(Code)(Java Doc) public void setPositiveItemLabelPosition(ItemLabelPosition position)(Code)(Java Doc) public void setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setSeriesCreateEntities(int series, Boolean create)(Code)(Java Doc) public void setSeriesCreateEntities(int series, Boolean create, boolean notify)(Code)(Java Doc) public void setSeriesFillPaint(int series, Paint paint)(Code)(Java Doc) public void setSeriesFillPaint(int series, Paint paint, boolean notify)(Code)(Java Doc) public void setSeriesItemLabelFont(int series, Font font)(Code)(Java Doc) public void setSeriesItemLabelFont(int series, Font font, boolean notify)(Code)(Java Doc) public void setSeriesItemLabelPaint(int series, Paint paint)(Code)(Java Doc) public void setSeriesItemLabelPaint(int series, Paint paint, boolean notify)(Code)(Java Doc) public void setSeriesItemLabelsVisible(int series, boolean visible)(Code)(Java Doc) public void setSeriesItemLabelsVisible(int series, Boolean visible)(Code)(Java Doc) public void setSeriesItemLabelsVisible(int series, Boolean visible, boolean notify)(Code)(Java Doc) public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position)(Code)(Java Doc) public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setSeriesOutlinePaint(int series, Paint paint)(Code)(Java Doc) public void setSeriesOutlinePaint(int series, Paint paint, boolean notify)(Code)(Java Doc) public void setSeriesOutlineStroke(int series, Stroke stroke)(Code)(Java Doc) public void setSeriesOutlineStroke(int series, Stroke stroke, boolean notify)(Code)(Java Doc) public void setSeriesPaint(int series, Paint paint)(Code)(Java Doc) public void setSeriesPaint(int series, Paint paint, boolean notify)(Code)(Java Doc) public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position)(Code)(Java Doc) public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify)(Code)(Java Doc) public void setSeriesShape(int series, Shape shape)(Code)(Java Doc) public void setSeriesShape(int series, Shape shape, boolean notify)(Code)(Java Doc) public void setSeriesStroke(int series, Stroke stroke)(Code)(Java Doc) public void setSeriesStroke(int series, Stroke stroke, boolean notify)(Code)(Java Doc) public void setSeriesVisible(Boolean visible)(Code)(Java Doc) public void setSeriesVisible(Boolean visible, boolean notify)(Code)(Java Doc) public void setSeriesVisible(int series, Boolean visible)(Code)(Java Doc) public void setSeriesVisible(int series, Boolean visible, boolean notify)(Code)(Java Doc) public void setSeriesVisibleInLegend(Boolean visible)(Code)(Java Doc) public void setSeriesVisibleInLegend(Boolean visible, boolean notify)(Code)(Java Doc) public void setSeriesVisibleInLegend(int series, Boolean visible)(Code)(Java Doc) public void setSeriesVisibleInLegend(int series, Boolean visible, boolean notify)(Code)(Java Doc) public void setShape(Shape shape)(Code)(Java Doc) public void setShape(Shape shape, boolean notify)(Code)(Java Doc) public void setStroke(Stroke stroke)(Code)(Java Doc) public void setStroke(Stroke stroke, boolean notify)(Code)(Java Doc)
|
|
|