java.lang.Object | |
↳ | org.jfree.chart.renderer.AbstractRenderer |
![]() |
Base class providing common services for renderers. Most methods that update
attributes of the renderer will fire a RendererChangeEvent
, which
normally means the plot that owns the renderer will receive notification that
the renderer has been changed (the plot will, in turn, notify the chart).
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DEFAULT_OUTLINE_PAINT | The default outline paint. | ||||||||||
DEFAULT_OUTLINE_STROKE | The default outline stroke. | ||||||||||
DEFAULT_PAINT | The default paint. | ||||||||||
DEFAULT_SHAPE | The default shape. | ||||||||||
DEFAULT_STROKE | The default stroke. | ||||||||||
DEFAULT_VALUE_LABEL_FONT | The default value label font. | ||||||||||
DEFAULT_VALUE_LABEL_PAINT | The default value label paint. | ||||||||||
ZERO | Zero represented as a Double . |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Registers an object to receive notification of changes to the renderer.
| |||||||||||
Clears the series paint settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Clears the series stroke settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Tests this renderer for equality with another object.
| |||||||||||
Returns the flag that controls whether or not the series fill paint list
is automatically populated when
lookupSeriesFillPaint(int) is
called. | |||||||||||
Returns the flag that controls whether or not the series outline paint
list is automatically populated when
lookupSeriesOutlinePaint(int) is called. | |||||||||||
Returns the flag that controls whether or not the series outline stroke
list is automatically populated when
lookupSeriesOutlineStroke(int) is called. | |||||||||||
Returns the flag that controls whether or not the series paint list is
automatically populated when
lookupSeriesPaint(int) is called. | |||||||||||
Returns the flag that controls whether or not the series shape list is
automatically populated when
lookupSeriesShape(int) is called. | |||||||||||
Returns the flag that controls whether or not the series stroke list is
automatically populated when
lookupSeriesStroke(int) is called. | |||||||||||
Returns the base visibility for all series.
| |||||||||||
Returns the base fill paint.
| |||||||||||
Returns the base item label font (this is used when no other font
setting is available).
| |||||||||||
Returns the base item label paint.
| |||||||||||
Returns the base setting for item label visibility.
| |||||||||||
Returns the default legend shape, which may be
null . | |||||||||||
Returns the default legend text font, which may be
null . | |||||||||||
Returns the default legend text paint, which may be
null . | |||||||||||
Returns the base item label position for negative values.
| |||||||||||
Returns the base outline paint.
| |||||||||||
Returns the base outline stroke.
| |||||||||||
Returns the base paint.
| |||||||||||
Returns the base positive item label position.
| |||||||||||
Returns the base visibility for all series.
| |||||||||||
Returns the base visibility in the legend for all series.
| |||||||||||
Returns the base shape.
| |||||||||||
Returns the base stroke.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesCreateEntities(int)
and getBaseCreateEntities() .
| |||||||||||
Returns the flag that controls whether or not the data bounds reported
by this renderer will exclude non-visible series.
| |||||||||||
Returns the radius of the circle used for the default entity area
when no area is specified.
| |||||||||||
Returns the drawing supplier from the plot.
| |||||||||||
Returns a boolean that indicates whether or not the specified item
should have a chart entity created for it.
| |||||||||||
Returns the paint used to fill data items as they are drawn.
| |||||||||||
Returns the item label anchor offset.
| |||||||||||
Returns the font for an item label.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesItemLabelFont(int) and
getBaseItemLabelFont() .
| |||||||||||
Returns the paint used to draw an item label.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesItemLabelPaint(int)
and getBaseItemLabelPaint() .
| |||||||||||
Returns the paint used to outline data items as they are drawn.
| |||||||||||
Returns the stroke used to outline data items.
| |||||||||||
Returns the paint used to fill data items as they are drawn.
| |||||||||||
Returns a shape used to represent a data item.
| |||||||||||
Returns the stroke used to draw data items.
| |||||||||||
Returns a boolean that indicates whether or not the specified item
should be drawn (this is typically used to hide an entire series).
| |||||||||||
Returns the legend shape defined for the specified series (possibly
null ). | |||||||||||
Returns the legend text font defined for the specified series (possibly
null ). | |||||||||||
Returns the legend text paint defined for the specified series (possibly
null ). | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesNegativeItemLabelPosition(int)
and getBaseNegativeItemLabelPosition() .
| |||||||||||
Returns the item label position for negative values.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesPositiveItemLabelPosition(int)
and getBasePositiveItemLabelPosition() .
| |||||||||||
Returns the item label position for positive values.
| |||||||||||
Returns the flag that controls whether entities are created for a
series.
| |||||||||||
Returns the paint used to fill an item drawn by the renderer.
| |||||||||||
Returns the font for all the item labels in a series.
| |||||||||||
Returns the paint used to draw the item labels for a series.
| |||||||||||
Returns the item label position for all negative values in a series.
| |||||||||||
Returns the paint used to outline an item drawn by the renderer.
| |||||||||||
Returns the stroke used to outline the items in a series.
| |||||||||||
Returns the paint used to fill an item drawn by the renderer.
| |||||||||||
Returns the item label position for all positive values in a series.
| |||||||||||
Returns a shape used to represent the items in a series.
| |||||||||||
Returns the stroke used to draw the items in a series.
| |||||||||||
Returns the flag that controls whether a series is visible.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesVisible(int) and
getBaseSeriesVisible() .
| |||||||||||
Returns the flag that controls whether a series is visible in the
legend.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesVisibleInLegend(int)
and getBaseSeriesVisibleInLegend() .
| |||||||||||
Returns
true if the specified object is registered with
the dataset as a listener. | |||||||||||
Returns a hashcode for the renderer.
| |||||||||||
Returns
true if an item label is visible, and
false otherwise. | |||||||||||
Returns
true if the item labels for a series are visible,
and false otherwise. | |||||||||||
Returns a boolean that indicates whether or not the specified series
should be drawn.
| |||||||||||
Returns
true if the series should be shown in the legend,
and false otherwise. | |||||||||||
Performs a lookup for the legend shape.
| |||||||||||
Performs a lookup for the legend text font.
| |||||||||||
Performs a lookup for the legend text paint.
| |||||||||||
Returns the paint used to fill an item drawn by the renderer.
| |||||||||||
Returns the paint used to outline an item drawn by the renderer.
| |||||||||||
Returns the stroke used to outline the items in a series.
| |||||||||||
Returns the paint used to fill an item drawn by the renderer.
| |||||||||||
Returns a shape used to represent the items in a series.
| |||||||||||
Returns the stroke used to draw the items in a series.
| |||||||||||
Notifies all registered listeners that the renderer has been modified.
| |||||||||||
Deregisters an object so that it no longer receives
notification of changes to the renderer.
| |||||||||||
Sets the flag that controls whether or not the series fill paint list is
automatically populated when
lookupSeriesFillPaint(int) is
called. | |||||||||||
Sets the flag that controls whether or not the series outline paint list
is automatically populated when
lookupSeriesOutlinePaint(int)
is called. | |||||||||||
Sets the flag that controls whether or not the series outline stroke list
is automatically populated when
lookupSeriesOutlineStroke(int)
is called. | |||||||||||
Sets the flag that controls whether or not the series paint list is
automatically populated when
lookupSeriesPaint(int) is called. | |||||||||||
Sets the flag that controls whether or not the series shape list is
automatically populated when
lookupSeriesShape(int) is called. | |||||||||||
Sets the flag that controls whether or not the series stroke list is
automatically populated when
lookupSeriesStroke(int) is called. | |||||||||||
Sets the base flag that controls whether entities are created
for a series, and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the base flag that controls whether entities are created and,
if requested, sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
Sets the base fill paint and sends a
RendererChangeEvent to
all registered listeners. | |||||||||||
Sets the base fill paint and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base item label font and sends a
RendererChangeEvent to
all registered listeners. | |||||||||||
Sets the base item label font and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base item label paint and, if requested, sends a
RendererChangeEvent to all registered listeners.. | |||||||||||
Sets the base item label paint and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the base flag that controls whether or not item labels are visible,
and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base setting for item label visibility and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the default legend shape and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the default legend text font and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the default legend text paint and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base item label position for negative values and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base negative item label position and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base outline paint and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base outline paint and sends a
RendererChangeEvent to
all registered listeners. | |||||||||||
Sets the base outline stroke and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base outline stroke and sends a
RendererChangeEvent to
all registered listeners. | |||||||||||
Sets the base paint and sends a
RendererChangeEvent to all
registered listeners. | |||||||||||
Sets the base paint and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base positive item label position and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base positive item label position.
| |||||||||||
Sets the base visibility and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the base visibility and, if requested, sends
a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base visibility in the legend and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base visibility in the legend and, if requested, sends
a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base shape and sends a
RendererChangeEvent to all
registered listeners. | |||||||||||
Sets the base shape and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base stroke and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the base stroke and sends a
RendererChangeEvent to all
registered listeners. | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesCreateEntities(int, Boolean) and setBaseCreateEntities(boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelFont(int, Font, boolean) and setBaseItemLabelFont(Font, boolean) .
| |||||||||||
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. | |||||||||||
Sets the radius of the circle used for the default entity area
when no area is specified.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesFillPaint(int, Paint, boolean) and setBaseFillPaint(Paint, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesFillPaint(int, Paint)
and setBaseFillPaint(Paint) .
| |||||||||||
Sets the item label anchor offset.
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelFont(int, Font) and setBaseItemLabelFont(Font) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelFont(int, Font, boolean) and setBaseItemLabelFont(Font, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelPaint(int, Paint, boolean) and setBaseItemLabelPaint(Paint, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelPaint(int, Paint) and setBaseItemLabelPaint(Paint) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelsVisible(int, Boolean) and setBaseItemLabelsVisible(boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelsVisible(int, Boolean) and setBaseItemLabelsVisible(boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesItemLabelsVisible(int, Boolean, boolean) and setBaseItemLabelsVisible(Boolean, boolean) .
| |||||||||||
Sets the shape used for the legend item for the specified series, and
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the font used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the paint used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
and setBaseNegativeItemLabelPosition(ItemLabelPosition) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) and setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesOutlinePaint(int, Paint) and setBaseOutlinePaint(Paint) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesOutlinePaint(int, Paint, boolean) and setBaseOutlinePaint(Paint, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesOutlineStroke(int, Stroke, boolean) and setBaseOutlineStroke(Stroke, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesOutlineStroke(int, Stroke) and setBaseOutlineStroke(Stroke) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPaint(int, Paint, boolean) and setBasePaint(Paint, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPaint(int, Paint) and
setBasePaint(Paint) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) and setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
and setBasePositiveItemLabelPosition(ItemLabelPosition) .
| |||||||||||
Sets the flag that controls whether entities are created for a series,
and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the flag that controls whether entities are created for a series
and, if requested, sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
Sets the paint used to fill a series and, if requested,
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the paint used for a series fill and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label font for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label font for a series and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label paint for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label paint for a series and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets a flag that controls the visibility of the item labels for a series,
and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the visibility of the item labels for a series and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the visibility of item labels for a series and, if requested, sends
a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label position for negative values in a series and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label position for negative values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
Sets the paint used to draw the outline for a series and, if requested,
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the paint used for a series outline and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the outline stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the outline stroke used for a series and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the paint used for a series and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the paint used for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the item label position for all positive values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
Sets the item label position for all positive values in a series and
sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the shape for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the shape used for a series and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. | |||||||||||
Sets the stroke used for a series and sends a
RendererChangeEvent
to all registered listeners. | |||||||||||
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesVisible(int, Boolean)
and setBaseSeriesVisible(boolean) .
| |||||||||||
Sets the flag that controls whether a series is visible and, if
requested, sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesVisible(int, Boolean)
and setBaseSeriesVisible(boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesVisibleInLegend(int, Boolean) and setBaseSeriesVisibleInLegend(boolean) .
| |||||||||||
Sets the flag that controls whether a series is visible in the legend
and, if requested, sends a
RendererChangeEvent to all registered
listeners. | |||||||||||
Sets the flag that controls whether a series is visible in the legend
and sends a
RendererChangeEvent to all registered listeners. | |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesVisibleInLegend(int, Boolean, boolean) and setBaseSeriesVisibleInLegend(boolean, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesShape(int, Shape, boolean) and setBaseShape(Shape, boolean) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesShape(int, Shape)
and setBaseShape(Shape) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesStroke(int, Stroke)
and setBaseStroke(Stroke) .
| |||||||||||
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesStroke(int, Stroke, boolean) and setBaseStroke(Stroke, boolean) .
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Calculates the item label anchor point.
| |||||||||||
Returns an independent copy of the renderer.
| |||||||||||
Sends a
RendererChangeEvent to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor.
Registers an object to receive notification of changes to the renderer.
listener | the listener (null not permitted). |
---|
Clears the series paint settings for this renderer and, if requested,
sends a RendererChangeEvent
to all registered listeners.
notify | notify listeners? |
---|
Clears the series stroke settings for this renderer and, if requested,
sends a RendererChangeEvent
to all registered listeners.
notify | notify listeners? |
---|
Tests this renderer for equality with another object.
obj | the object (null permitted). |
---|
true
or false
.
Returns the flag that controls whether or not the series fill paint list
is automatically populated when lookupSeriesFillPaint(int)
is
called.
Returns the flag that controls whether or not the series outline paint
list is automatically populated when
lookupSeriesOutlinePaint(int)
is called.
Returns the flag that controls whether or not the series outline stroke
list is automatically populated when
lookupSeriesOutlineStroke(int)
is called.
Returns the flag that controls whether or not the series paint list is
automatically populated when lookupSeriesPaint(int)
is called.
Returns the flag that controls whether or not the series shape list is
automatically populated when lookupSeriesShape(int)
is called.
Returns the flag that controls whether or not the series stroke list is
automatically populated when lookupSeriesStroke(int)
is called.
Returns the base visibility for all series.
Returns the base item label font (this is used when no other font setting is available).
never
null).Returns the base item label paint.
null).
Returns the base setting for item label visibility. A null
result should be interpreted as equivalent to Boolean.FALSE
.
null
).Returns the default legend shape, which may be null
.
Returns the default legend text font, which may be null
.
Returns the default legend text paint, which may be null
.
Returns the base item label position for negative values.
null
).Returns the base outline stroke.
null
).Returns the base positive item label position.
null
).Returns the base visibility for all series.
Returns the base visibility in the legend for all series.
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on getSeriesCreateEntities(int)
and getBaseCreateEntities()
.
Returns the flag that controls whether or not chart entities are created
for the items in ALL series. This flag overrides the per series and
default settings - you must set it to null
if you want the
other settings to apply.
null
).Returns the flag that controls whether or not the data bounds reported by this renderer will exclude non-visible series.
Returns the radius of the circle used for the default entity area when no area is specified.
Returns the drawing supplier from the plot.
Returns a boolean that indicates whether or not the specified item should have a chart entity created for it.
series | the series index. |
---|---|
item | the item index. |
Returns the paint used to fill data items as they are drawn. The
default implementation passes control to the
lookupSeriesFillPaint(int)
method - you can override this
method if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns the font for an item label.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on getSeriesItemLabelFont(int)
and
getBaseItemLabelFont()
.
Returns the font used for all item labels. This may be
null
, in which case the per series font settings will apply.
null
).Returns the paint used to draw an item label.
row | the row index (zero based). |
---|---|
column | the column index (zero based). |
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on getSeriesItemLabelPaint(int)
and getBaseItemLabelPaint()
.
Returns the paint used for all item labels. This may be
null
, in which case the per series paint settings will
apply.
null
).Returns the paint used to outline data items as they are drawn.
The default implementation passes control to the
lookupSeriesOutlinePaint(int)
method. You can override this method
if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns the stroke used to outline data items. The default
implementation passes control to the
lookupSeriesOutlineStroke(int)
method. You can override this
method if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns the paint used to fill data items as they are drawn.
The default implementation passes control to the
lookupSeriesPaint()
method. You can override this method
if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns a shape used to represent a data item.
The default implementation passes control to the getSeriesShape method. You can override this method if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns the stroke used to draw data items.
The default implementation passes control to the getSeriesStroke method. You can override this method if you require different behaviour.
row | the row (or series) index (zero-based). |
---|---|
column | the column (or category) index (zero-based). |
null
).
Returns a boolean that indicates whether or not the specified item should be drawn (this is typically used to hide an entire series).
series | the series index. |
---|---|
item | the item index. |
Returns the legend shape defined for the specified series (possibly
null
).
series | the series index. |
---|
null
).Returns the legend text font defined for the specified series (possibly
null
).
series | the series index. |
---|
null
).Returns the legend text paint defined for the specified series (possibly
null
).
series | the series index. |
---|
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesNegativeItemLabelPosition(int)
and getBaseNegativeItemLabelPosition()
.
Returns the item label position for negative values in ALL series.
null
).Returns the item label position for negative values. This method can be overridden to provide customisation of the item label position for individual data items.
row | the row index (zero-based). |
---|---|
column | the column (zero-based). |
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
getSeriesPositiveItemLabelPosition(int)
and getBasePositiveItemLabelPosition()
.
Returns the item label position for positive values in ALL series.
null
).Returns the item label position for positive values.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
null
).Returns the flag that controls whether entities are created for a series.
series | the series index (zero-based). |
---|
null
).Returns the paint used to fill an item drawn by the renderer.
series | the series (zero-based index). |
---|
null
).Returns the font for all the item labels in a series.
series | the series index (zero-based). |
---|
null
).Returns the paint used to draw the item labels for a series.
series | the series index (zero based). |
---|
null).
Returns the item label position for all negative values in a series.
series | the series index (zero-based). |
---|
null
).Returns the paint used to outline an item drawn by the renderer.
series | the series (zero-based index). |
---|
null
).Returns the stroke used to outline the items in a series.
series | the series (zero-based index). |
---|
null
).Returns the paint used to fill an item drawn by the renderer.
series | the series index (zero-based). |
---|
null
).Returns the item label position for all positive values in a series.
series | the series index (zero-based). |
---|
null
).Returns a shape used to represent the items in a series.
series | the series (zero-based index). |
---|
null
).Returns the stroke used to draw the items in a series.
series | the series (zero-based index). |
---|
null
).Returns the flag that controls whether a series is visible.
series | the series index (zero-based). |
---|
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on getSeriesVisible(int)
and
getBaseSeriesVisible()
.
Returns the flag that controls the visibility of ALL series. This flag
overrides the per series and default settings - you must set it to
null
if you want the other settings to apply.
null
).Returns the flag that controls whether a series is visible in the
legend. This method returns only the "per series" settings - to
incorporate the override and base settings as well, you need to use the
isSeriesVisibleInLegend(int)
method.
series | the series index (zero-based). |
---|
null
).
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on getSeriesVisibleInLegend(int)
and getBaseSeriesVisibleInLegend()
.
Returns the flag that controls the visibility of ALL series in the
legend. This flag overrides the per series and default settings - you
must set it to null
if you want the other settings to
apply.
null
).Returns true
if the specified object is registered with
the dataset as a listener. Most applications won't need to call this
method, it exists mainly for use by unit testing code.
listener | the listener. |
---|
Returns a hashcode for the renderer.
Returns true
if an item label is visible, and
false
otherwise.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
Returns true
if the item labels for a series are visible,
and false
otherwise.
series | the series index (zero-based). |
---|
Returns a boolean that indicates whether or not the specified series should be drawn.
series | the series index. |
---|
Returns true
if the series should be shown in the legend,
and false
otherwise.
series | the series index. |
---|
Performs a lookup for the legend shape.
series | the series index. |
---|
null
).Performs a lookup for the legend text font.
series | the series index. |
---|
null
).Performs a lookup for the legend text paint.
series | the series index. |
---|
null
).Returns the paint used to fill an item drawn by the renderer.
series | the series (zero-based index). |
---|
null
).Returns the paint used to outline an item drawn by the renderer.
series | the series (zero-based index). |
---|
null
).Returns the stroke used to outline the items in a series.
series | the series (zero-based index). |
---|
null
).Returns the paint used to fill an item drawn by the renderer.
series | the series index (zero-based). |
---|
null
).Returns a shape used to represent the items in a series.
series | the series (zero-based index). |
---|
null
).Returns the stroke used to draw the items in a series.
series | the series (zero-based index). |
---|
null
).Notifies all registered listeners that the renderer has been modified.
event | information about the change event. |
---|
Deregisters an object so that it no longer receives notification of changes to the renderer.
listener | the object (null not permitted). |
---|
Sets the flag that controls whether or not the series fill paint list is
automatically populated when lookupSeriesFillPaint(int)
is
called.
auto | the new flag value. |
---|
Sets the flag that controls whether or not the series outline paint list
is automatically populated when lookupSeriesOutlinePaint(int)
is called.
auto | the new flag value. |
---|
Sets the flag that controls whether or not the series outline stroke list
is automatically populated when lookupSeriesOutlineStroke(int)
is called.
auto | the new flag value. |
---|
Sets the flag that controls whether or not the series paint list is
automatically populated when lookupSeriesPaint(int)
is called.
auto | the new flag value. |
---|
Sets the flag that controls whether or not the series shape list is
automatically populated when lookupSeriesShape(int)
is called.
auto | the new flag value. |
---|
Sets the flag that controls whether or not the series stroke list is
automatically populated when lookupSeriesStroke(int)
is called.
auto | the new flag value. |
---|
Sets the base flag that controls whether entities are created
for a series, and sends a RendererChangeEvent
to all registered listeners.
create | the flag. |
---|
Sets the base flag that controls whether entities are created and,
if requested, sends a RendererChangeEvent
to all registered
listeners.
create | the visibility. |
---|---|
notify | notify listeners? |
Sets the base fill paint and sends a RendererChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the base fill paint and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null not permitted). |
---|---|
notify | notify listeners? |
Sets the base item label font and sends a RendererChangeEvent
to
all registered listeners.
font | the font (null not permitted). |
---|
Sets the base item label font and, if requested, sends a
RendererChangeEvent
to all registered listeners.
font | the font (null not permitted). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
Sets the base item label paint and, if requested, sends a
RendererChangeEvent
to all registered listeners..
paint | the paint (null not permitted). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
Sets the base item label paint and sends a RendererChangeEvent
to all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the base flag that controls whether or not item labels are visible,
and sends a RendererChangeEvent
to all registered listeners.
visible | the flag. |
---|
Sets the base setting for item label visibility and sends a
RendererChangeEvent
to all registered listeners.
visible | the flag (null is permitted, and viewed
as equivalent to Boolean.FALSE ).
|
---|
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent
to all registered listeners.
visible | the flag (null is permitted, and viewed
as equivalent to Boolean.FALSE ). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
Sets the default legend shape and sends a
RendererChangeEvent
to all registered listeners.
shape | the shape (null permitted). |
---|
Sets the default legend text font and sends a
RendererChangeEvent
to all registered listeners.
font | the font (null permitted). |
---|
Sets the default legend text paint and sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|
Sets the base item label position for negative values and sends a
RendererChangeEvent
to all registered listeners.
position | the position (null not permitted). |
---|
Sets the base negative item label position and, if requested, sends a
RendererChangeEvent
to all registered listeners.
position | the position (null not permitted). |
---|---|
notify | notify registered listeners? |
Sets the base outline paint and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null not permitted). |
---|---|
notify | notify listeners? |
Sets the base outline paint and sends a RendererChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the base outline stroke and, if requested, sends a
RendererChangeEvent
to all registered listeners.
stroke | the stroke (null not permitted). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
Sets the base outline stroke and sends a RendererChangeEvent
to
all registered listeners.
stroke | the stroke (null not permitted). |
---|
Sets the base paint and sends a RendererChangeEvent
to all
registered listeners.
paint | the paint (null not permitted). |
---|
Sets the base paint and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null not permitted). |
---|---|
notify | notify listeners? |
Sets the base positive item label position and, if requested, sends a
RendererChangeEvent
to all registered listeners.
position | the position (null not permitted). |
---|---|
notify | notify registered listeners? |
Sets the base positive item label position.
position | the position (null not permitted). |
---|
Sets the base visibility and sends a RendererChangeEvent
to all registered listeners.
visible | the flag. |
---|
Sets the base visibility and, if requested, sends
a RendererChangeEvent
to all registered listeners.
visible | the visibility. |
---|---|
notify | notify listeners? |
Sets the base visibility in the legend and sends a
RendererChangeEvent
to all registered listeners.
visible | the flag. |
---|
Sets the base visibility in the legend and, if requested, sends
a RendererChangeEvent
to all registered listeners.
visible | the visibility. |
---|---|
notify | notify listeners? |
Sets the base shape and sends a RendererChangeEvent
to all
registered listeners.
shape | the shape (null not permitted). |
---|
Sets the base shape and, if requested, sends a
RendererChangeEvent
to all registered listeners.
shape | the shape (null not permitted). |
---|---|
notify | notify listeners? |
Sets the base stroke and, if requested, sends a
RendererChangeEvent
to all registered listeners.
stroke | the stroke (null not permitted). |
---|---|
notify | notify listeners? |
Sets the base stroke and sends a RendererChangeEvent
to all
registered listeners.
stroke | the stroke (null not permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesCreateEntities(int, Boolean)
and setBaseCreateEntities(boolean)
.
Sets the flag that controls whether or not chart entities are created
for the items in ALL series, and sends a RendererChangeEvent
to
all registered listeners. This flag overrides the per series and
default settings - you must set it to null
if you want the
other settings to apply.
create | the flag (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelFont(int, Font, boolean)
and setBaseItemLabelFont(Font, boolean)
.
Sets the flag that controls whether or not chart entities are created
for the items in ALL series, and sends a RendererChangeEvent
to
all registered listeners. This flag overrides the per series and
default settings - you must set it to null
if you want the
other settings to apply.
create | the flag (null permitted). |
---|---|
notify | notify listeners? |
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.
visibleOnly | include only visible series. |
---|
Sets the radius of the circle used for the default entity area when no area is specified.
radius | the radius. |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesFillPaint(int, Paint, boolean)
and setBaseFillPaint(Paint, boolean)
.
Sets the fill paint for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesFillPaint(int, Paint)
and setBaseFillPaint(Paint)
.
Sets the fill paint for ALL series (optional).
paint | the paint (null permitted). |
---|
Sets the item label anchor offset.
offset | the offset. |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelFont(int, Font)
and setBaseItemLabelFont(Font)
.
Sets the item label font for ALL series and sends a
RendererChangeEvent
to all registered listeners. You can set
this to null
if you prefer to set the font on a per series
basis.
font | the font (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelFont(int, Font, boolean)
and setBaseItemLabelFont(Font, boolean)
.
Sets the item label font for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
font | the font (null permitted). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelPaint(int, Paint, boolean)
and setBaseItemLabelPaint(Paint, boolean)
.
Sets the item label paint for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint. |
---|---|
notify | a flag that controls whether or not listeners are notified. |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelPaint(int, Paint)
and setBaseItemLabelPaint(Paint)
.
Sets the item label paint for ALL series and sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelsVisible(int, Boolean)
and setBaseItemLabelsVisible(boolean)
.
Sets the visibility of the item labels for ALL series (optional).
visible | the flag (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelsVisible(int, Boolean)
and setBaseItemLabelsVisible(boolean)
.
Sets the visibility of the item labels for ALL series.
visible | the flag. |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesItemLabelsVisible(int, Boolean, boolean)
and setBaseItemLabelsVisible(Boolean, boolean)
.
Sets the visibility of item labels for ALL series and, if requested,
sends a RendererChangeEvent
to all registered listeners.
visible | a flag that controls whether or not the item labels are
visible (null permitted). |
---|---|
notify | a flag that controls whether or not listeners are notified. |
Sets the shape used for the legend item for the specified series, and
sends a RendererChangeEvent
to all registered listeners.
series | the series index. |
---|---|
shape | the shape (null permitted). |
Sets the font used for the legend text for the specified series, and
sends a RendererChangeEvent
to all registered listeners.
series | the series index. |
---|---|
font | the font (null permitted). |
Sets the paint used for the legend text for the specified series, and
sends a RendererChangeEvent
to all registered listeners.
series | the series index. |
---|---|
paint | the paint (null permitted). |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
and setBaseNegativeItemLabelPosition(ItemLabelPosition)
.
Sets the item label position for negative values in ALL series, and
sends a RendererChangeEvent
to all registered listeners. You
need to set this to null
to expose the settings for
individual series.
position | the position (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean)
and setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean)
.
Sets the item label position for negative values in ALL series and (if
requested) sends a RendererChangeEvent
to all registered
listeners.
position | the position (null permitted). |
---|---|
notify | notify registered listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesOutlinePaint(int, Paint)
and setBaseOutlinePaint(Paint)
.
Sets the outline paint for ALL series (optional) and sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesOutlinePaint(int, Paint, boolean)
and setBaseOutlinePaint(Paint, boolean)
.
Sets the outline paint for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesOutlineStroke(int, Stroke, boolean)
and setBaseOutlineStroke(Stroke, boolean)
.
Sets the outline stroke for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
stroke | the stroke (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesOutlineStroke(int, Stroke)
and setBaseOutlineStroke(Stroke)
.
Sets the outline stroke for ALL series and sends a
RendererChangeEvent
to all registered listeners.
stroke | the stroke (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesPaint(int, Paint, boolean)
and setBasePaint(Paint, boolean)
.
Sets the paint to be used for all series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
paint | the paint (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesPaint(int, Paint)
and
setBasePaint(Paint)
.
Sets the paint to be used for ALL series, and sends a
RendererChangeEvent
to all registered listeners. If this is
null
, the renderer will use the paint for the series.
paint | the paint (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean)
and setBasePositiveItemLabelPosition(ItemLabelPosition, boolean)
.
Sets the positive item label position for ALL series and (if requested)
sends a RendererChangeEvent
to all registered listeners.
position | the position (null permitted). |
---|---|
notify | notify registered listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
and setBasePositiveItemLabelPosition(ItemLabelPosition)
.
Sets the item label position for positive values in ALL series, and
sends a RendererChangeEvent
to all registered listeners. You
need to set this to null
to expose the settings for
individual series.
position | the position (null permitted). |
---|
Sets the flag that controls whether entities are created for a series,
and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
create | the flag (null permitted). |
Sets the flag that controls whether entities are created for a series
and, if requested, sends a RendererChangeEvent
to all registered
listeners.
series | the series index. |
---|---|
create | the flag (null permitted). |
notify | notify listeners? |
Sets the paint used to fill a series and, if requested,
sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
paint | the paint (null permitted). |
notify | notify listeners? |
Sets the paint used for a series fill and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
paint | the paint (null permitted). |
Sets the item label font for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero based). |
---|---|
font | the font (null permitted). |
notify | a flag that controls whether or not listeners are notified. |
Sets the item label font for a series and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
font | the font (null permitted). |
Sets the item label paint for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero based). |
---|---|
paint | the paint (null permitted). |
notify | a flag that controls whether or not listeners are notified. |
Sets the item label paint for a series and sends a
RendererChangeEvent
to all registered listeners.
series | the series (zero based index). |
---|---|
paint | the paint (null permitted). |
Sets a flag that controls the visibility of the item labels for a series,
and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
visible | the flag. |
Sets the visibility of the item labels for a series and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
visible | the flag (null permitted).
|
Sets the visibility of item labels for a series and, if requested, sends
a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
visible | the visible flag. |
notify | a flag that controls whether or not listeners are notified. |
Sets the item label position for negative values in a series and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
position | the position (null permitted). |
Sets the item label position for negative values in a series and (if
requested) sends a RendererChangeEvent
to all registered
listeners.
series | the series index (zero-based). |
---|---|
position | the position (null permitted). |
notify | notify registered listeners? |
Sets the paint used to draw the outline for a series and, if requested,
sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
paint | the paint (null permitted). |
notify | notify listeners? |
Sets the paint used for a series outline and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
paint | the paint (null permitted). |
Sets the outline stroke for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index. |
---|---|
stroke | the stroke (null permitted). |
notify | notify listeners? |
Sets the outline stroke used for a series and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
stroke | the stroke (null permitted). |
Sets the paint used for a series and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
paint | the paint (null permitted). |
Sets the paint used for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index. |
---|---|
paint | the paint (null permitted). |
notify | notify listeners? |
Sets the item label position for all positive values in a series and (if
requested) sends a RendererChangeEvent
to all registered
listeners.
series | the series index (zero-based). |
---|---|
position | the position (null permitted). |
notify | notify registered listeners? |
Sets the item label position for all positive values in a series and
sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
position | the position (null permitted). |
Sets the shape for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero based). |
---|---|
shape | the shape (null permitted). |
notify | notify listeners? |
Sets the shape used for a series and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
shape | the shape (null permitted). |
Sets the stroke for a series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
stroke | the stroke (null permitted). |
notify | notify listeners? |
Sets the stroke used for a series and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
stroke | the stroke (null permitted). |
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
visible | the flag (null permitted). |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesVisible(int, Boolean)
and setBaseSeriesVisible(boolean)
.
Sets the flag that controls the visibility of ALL series and sends a
RendererChangeEvent
to all registered listeners. This flag
overrides the per series and default settings - you must set it to
null
if you want the other settings to apply.
visible | the flag (null permitted). |
---|---|
notify | notify listeners? |
Sets the flag that controls whether a series is visible and, if
requested, sends a RendererChangeEvent
to all registered
listeners.
series | the series index. |
---|---|
visible | the flag (null permitted). |
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesVisible(int, Boolean)
and setBaseSeriesVisible(boolean)
.
Sets the flag that controls the visibility of ALL series and sends a
RendererChangeEvent
to all registered listeners. This flag
overrides the per series and default settings - you must set it to
null
if you want the other settings to apply.
visible | the flag (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesVisibleInLegend(int, Boolean)
and setBaseSeriesVisibleInLegend(boolean)
.
Sets the flag that controls the visibility of ALL series in the legend
and sends a RendererChangeEvent
to all registered listeners.
This flag overrides the per series and default settings - you must set
it to null
if you want the other settings to apply.
visible | the flag (null permitted). |
---|
Sets the flag that controls whether a series is visible in the legend
and, if requested, sends a RendererChangeEvent
to all registered
listeners.
series | the series index. |
---|---|
visible | the flag (null permitted). |
notify | notify listeners? |
Sets the flag that controls whether a series is visible in the legend
and sends a RendererChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|---|
visible | the flag (null permitted). |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesVisibleInLegend(int, Boolean, boolean)
and setBaseSeriesVisibleInLegend(boolean, boolean)
.
Sets the flag that controls the visibility of ALL series in the legend
and sends a RendererChangeEvent
to all registered listeners.
This flag overrides the per series and default settings - you must set
it to null
if you want the other settings to apply.
visible | the flag (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesShape(int, Shape, boolean)
and setBaseShape(Shape, boolean)
.
Sets the shape for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
shape | the shape (null permitted). |
---|---|
notify | notify listeners? |
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesShape(int, Shape)
and setBaseShape(Shape)
.
Sets the shape for ALL series (optional) and sends a
RendererChangeEvent
to all registered listeners.
shape | the shape (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesStroke(int, Stroke)
and setBaseStroke(Stroke)
.
Sets the stroke for ALL series and sends a RendererChangeEvent
to all registered listeners.
stroke | the stroke (null permitted). |
---|
This method is deprecated.
This method should no longer be used (as of version 1.0.6).
It is sufficient to rely on setSeriesStroke(int, Stroke, boolean)
and setBaseStroke(Stroke, boolean)
.
Sets the stroke for ALL series and, if requested, sends a
RendererChangeEvent
to all registered listeners.
stroke | the stroke (null permitted). |
---|---|
notify | notify listeners? |
Calculates the item label anchor point.
anchor | the anchor. |
---|---|
x | the x coordinate. |
y | the y coordinate. |
orientation | the plot orientation. |
null
).
Returns an independent copy of the renderer.
CloneNotSupportedException | if some component of the renderer does not support cloning. |
---|