Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.chart.renderer.AbstractRenderer
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).
Field Summary | |
static Paint |
|
static Stroke |
|
static Paint |
|
static Shape |
|
static Stroke |
|
static Font |
|
static Paint |
|
static Double |
|
Constructor Summary | |
|
Method Summary | |
void |
|
protected Point2D |
|
protected Object |
|
boolean |
|
protected void |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
Paint |
|
Font |
|
Paint |
|
Boolean |
|
ItemLabelPosition |
|
Paint |
|
Stroke |
|
Paint |
|
ItemLabelPosition |
|
boolean |
|
boolean |
|
Shape |
|
Stroke |
|
Boolean |
|
abstract DrawingSupplier |
|
boolean |
|
Paint |
|
double |
|
Font |
|
Font |
|
Paint |
|
Paint |
|
Paint |
|
Stroke |
|
Paint |
|
Shape |
|
Stroke |
|
boolean |
|
ItemLabelPosition |
|
ItemLabelPosition |
|
ItemLabelPosition |
|
ItemLabelPosition |
|
Boolean |
|
Paint |
|
Font |
|
Paint |
|
ItemLabelPosition |
|
Paint |
|
Stroke |
|
Paint |
|
ItemLabelPosition |
|
Shape |
|
Stroke |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
boolean |
|
int |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
Paint |
|
Paint |
|
Stroke |
|
Paint |
|
Shape |
|
Stroke |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public static final Font DEFAULT_VALUE_LABEL_FONT
The default value label font.
public static final Paint DEFAULT_VALUE_LABEL_PAINT
The default value label paint.
public void addChangeListener(RendererChangeListener listener)
Registers an object to receive notification of changes to the renderer.
- Parameters:
listener
- the listener (null
not permitted).
protected Point2D calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)
Calculates the item label anchor point.
- Parameters:
anchor
- the anchor.x
- the x coordinate.y
- the y coordinate.orientation
- the plot orientation.
- Returns:
- The anchor point (never
null
).
protected Object clone() throws CloneNotSupportedException
Returns an independent copy of the renderer.
- Returns:
- A clone.
public boolean equals(Object obj)
Tests this renderer for equality with another object.
- Parameters:
obj
- the object (null
permitted).
- Returns:
true
orfalse
.
protected void fireChangeEvent()
Sends aRendererChangeEvent
to all registered listeners.
- Since:
- 1.0.5
public boolean getAutoPopulateSeriesFillPaint()
Returns the flag that controls whether or not the series fill paint list is automatically populated whenlookupSeriesFillPaint(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
public boolean getAutoPopulateSeriesOutlinePaint()
Returns the flag that controls whether or not the series outline paint list is automatically populated whenlookupSeriesOutlinePaint(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
public boolean getAutoPopulateSeriesOutlineStroke()
Returns the flag that controls whether or not the series outline stroke list is automatically populated whenlookupSeriesOutlineStroke(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
public boolean getAutoPopulateSeriesPaint()
Returns the flag that controls whether or not the series paint list is automatically populated whenlookupSeriesPaint(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
- See Also:
setAutoPopulateSeriesPaint(boolean)
public boolean getAutoPopulateSeriesShape()
Returns the flag that controls whether or not the series shape list is automatically populated whenlookupSeriesShape(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
- See Also:
setAutoPopulateSeriesShape(boolean)
public boolean getAutoPopulateSeriesStroke()
Returns the flag that controls whether or not the series stroke list is automatically populated whenlookupSeriesStroke(int)
is called.
- Returns:
- A boolean.
- Since:
- 1.0.6
- See Also:
setAutoPopulateSeriesStroke(boolean)
public boolean getBaseCreateEntities()
Returns the base visibility for all series.
- Returns:
- The base visibility.
- See Also:
setBaseCreateEntities(boolean)
public Paint getBaseFillPaint()
Returns the base fill paint.
- Returns:
- The paint (never
null
).
- See Also:
setBaseFillPaint(Paint)
public Font getBaseItemLabelFont()
Returns the base item label font (this is used when no other font setting is available).
- Returns:
- The font (
never
null).
- See Also:
setBaseItemLabelFont(Font)
public Paint getBaseItemLabelPaint()
Returns the base item label paint.
- Returns:
- The paint (never
null
).
- See Also:
setBaseItemLabelPaint(Paint)
public Boolean getBaseItemLabelsVisible()
Returns the base setting for item label visibility. Anull
result should be interpreted as equivalent toBoolean.FALSE
.
- Returns:
- A flag (possibly
null
).
- See Also:
setBaseItemLabelsVisible(boolean)
public ItemLabelPosition getBaseNegativeItemLabelPosition()
Returns the base item label position for negative values.
- Returns:
- The position (never
null
).
public Paint getBaseOutlinePaint()
Returns the base outline paint.
- Returns:
- The paint (never
null
).
- See Also:
setBaseOutlinePaint(Paint)
public Stroke getBaseOutlineStroke()
Returns the base outline stroke.
- Returns:
- The stroke (never
null
).
- See Also:
setBaseOutlineStroke(Stroke)
public Paint getBasePaint()
Returns the base paint.
- Returns:
- The base paint (never
null
).
- See Also:
setBasePaint(Paint)
public ItemLabelPosition getBasePositiveItemLabelPosition()
Returns the base positive item label position.
- Returns:
- The position (never
null
).
public boolean getBaseSeriesVisible()
Returns the base visibility for all series.
- Returns:
- The base visibility.
- See Also:
setBaseSeriesVisible(boolean)
public boolean getBaseSeriesVisibleInLegend()
Returns the base visibility in the legend for all series.
- Returns:
- The base visibility.
public Shape getBaseShape()
Returns the base shape.
- Returns:
- The shape (never
null
).
- See Also:
setBaseShape(Shape)
public Stroke getBaseStroke()
Returns the base stroke.
- Returns:
- The base stroke (never
null
).
- See Also:
setBaseStroke(Stroke)
public Boolean getCreateEntities()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesCreateEntities(int)
andgetBaseCreateEntities()
.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 tonull
if you want the other settings to apply.
- Returns:
- The flag (possibly
null
).
public abstract DrawingSupplier getDrawingSupplier()
Returns the drawing supplier from the plot.
- Returns:
- The drawing supplier.
public boolean getItemCreateEntity(int series, int item)
Returns a boolean that indicates whether or not the specified item should have a chart entity created for it.
- Parameters:
series
- the series index.item
- the item index.
- Returns:
- A boolean.
public Paint getItemFillPaint(int row, int column)
Returns the paint used to fill data items as they are drawn. The default implementation passes control to thelookupSeriesFillPaint(int)
method - you can override this method if you require different behaviour.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The paint (never
null
).
public double getItemLabelAnchorOffset()
Returns the item label anchor offset.
- Returns:
- The offset.
- See Also:
setItemLabelAnchorOffset(double)
public Font getItemLabelFont()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesItemLabelFont(int)
andgetBaseItemLabelFont()
.Returns the font used for all item labels. This may benull
, in which case the per series font settings will apply.
- Returns:
- The font (possibly
null
).
public Font getItemLabelFont(int row, int column)
Returns the font for an item label.
- Parameters:
row
- the row index (zero-based).column
- the column index (zero-based).
- Returns:
- The font (never
null
).
public Paint getItemLabelPaint()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesItemLabelPaint(int)
andgetBaseItemLabelPaint()
.Returns the paint used for all item labels. This may benull
, in which case the per series paint settings will apply.
- Returns:
- The paint (possibly
null
).
public Paint getItemLabelPaint(int row, int column)
Returns the paint used to draw an item label.
- Parameters:
row
- the row index (zero based).column
- the column index (zero based).
- Returns:
- The paint (never
null
).
public Paint getItemOutlinePaint(int row, int column)
Returns the paint used to outline data items as they are drawn. The default implementation passes control to thelookupSeriesOutlinePaint(int)
method. You can override this method if you require different behaviour.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The paint (never
null
).
public Stroke getItemOutlineStroke(int row, int column)
Returns the stroke used to outline data items. The default implementation passes control to thelookupSeriesOutlineStroke(int)
method. You can override this method if you require different behaviour.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The stroke (never
null
).
public Paint getItemPaint(int row, int column)
Returns the paint used to fill data items as they are drawn. The default implementation passes control to thegetSeriesPaint
method. You can override this method if you require different behaviour.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The paint (never
null
).
public Shape getItemShape(int row, int column)
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.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The shape (never
null
).
public Stroke getItemStroke(int row, int column)
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.
- Parameters:
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).
- Returns:
- The stroke (never
null
).
public boolean getItemVisible(int series, int item)
Returns a boolean that indicates whether or not the specified item should be drawn (this is typically used to hide an entire series).
- Parameters:
series
- the series index.item
- the item index.
- Returns:
- A boolean.
public ItemLabelPosition getNegativeItemLabelPosition()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesNegativeItemLabelPosition(int)
andgetBaseNegativeItemLabelPosition()
.Returns the item label position for negative values in ALL series.
- Returns:
- The item label position (possibly
null
).
public ItemLabelPosition getNegativeItemLabelPosition(int row, int column)
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.
- Parameters:
row
- the row index (zero-based).column
- the column (zero-based).
- Returns:
- The item label position (never
null
).
public ItemLabelPosition getPositiveItemLabelPosition()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesPositiveItemLabelPosition(int)
andgetBasePositiveItemLabelPosition()
.Returns the item label position for positive values in ALL series.
- Returns:
- The item label position (possibly
null
).
public ItemLabelPosition getPositiveItemLabelPosition(int row, int column)
Returns the item label position for positive values.
- Parameters:
row
- the row index (zero-based).column
- the column index (zero-based).
- Returns:
- The item label position (never
null
).
public Boolean getSeriesCreateEntities(int series)
Returns the flag that controls whether entities are created for a series.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The flag (possibly
null
).
- See Also:
setSeriesCreateEntities(int,Boolean)
public Paint getSeriesFillPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The paint (never
null
).
- See Also:
setSeriesFillPaint(int,Paint)
public Font getSeriesItemLabelFont(int series)
Returns the font for all the item labels in a series.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The font (possibly
null
).
- See Also:
setSeriesItemLabelFont(int,Font)
public Paint getSeriesItemLabelPaint(int series)
Returns the paint used to draw the item labels for a series.
- Parameters:
series
- the series index (zero based).
- Returns:
- The paint (possibly
null
).
- See Also:
setSeriesItemLabelPaint(int,Paint)
public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series)
Returns the item label position for all negative values in a series.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The item label position (never
null
).
public Paint getSeriesOutlinePaint(int series)
Returns the paint used to outline an item drawn by the renderer.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The paint (possibly
null
).
- See Also:
setSeriesOutlinePaint(int,Paint)
public Stroke getSeriesOutlineStroke(int series)
Returns the stroke used to outline the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The stroke (possibly
null
).
- See Also:
setSeriesOutlineStroke(int,Stroke)
public Paint getSeriesPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The paint (possibly
null
).
- See Also:
setSeriesPaint(int,Paint)
public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series)
Returns the item label position for all positive values in a series.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The item label position (never
null
).
public Shape getSeriesShape(int series)
Returns a shape used to represent the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The shape (possibly
null
).
- See Also:
setSeriesShape(int,Shape)
public Stroke getSeriesStroke(int series)
Returns the stroke used to draw the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The stroke (possibly
null
).
- See Also:
setSeriesStroke(int,Stroke)
public Boolean getSeriesVisible()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesVisible(int)
andgetBaseSeriesVisible()
.Returns the flag that controls the visibility of ALL series. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Returns:
- The flag (possibly
null
).
- See Also:
setSeriesVisible(Boolean)
public Boolean getSeriesVisible(int series)
Returns the flag that controls whether a series is visible.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The flag (possibly
null
).
- See Also:
setSeriesVisible(int,Boolean)
public Boolean getSeriesVisibleInLegend()
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
getSeriesVisibleInLegend(int)
andgetBaseSeriesVisibleInLegend()
.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 tonull
if you want the other settings to apply.
- Returns:
- The flag (possibly
null
).
- See Also:
setSeriesVisibleInLegend(Boolean)
public Boolean getSeriesVisibleInLegend(int series)
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 theisSeriesVisibleInLegend(int)
method.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The flag (possibly
null
).
public boolean hasListener(EventListener listener)
Returnstrue
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.
- Parameters:
listener
- the listener.
- Returns:
- A boolean.
public boolean isItemLabelVisible(int row, int column)
Returnstrue
if an item label is visible, andfalse
otherwise.
- Parameters:
row
- the row index (zero-based).column
- the column index (zero-based).
- Returns:
- A boolean.
public boolean isSeriesItemLabelsVisible(int series)
Returnstrue
if the item labels for a series are visible, andfalse
otherwise.
- Parameters:
series
- the series index (zero-based).
- Returns:
- A boolean.
public boolean isSeriesVisible(int series)
Returns a boolean that indicates whether or not the specified series should be drawn.
- Parameters:
series
- the series index.
- Returns:
- A boolean.
public boolean isSeriesVisibleInLegend(int series)
Returnstrue
if the series should be shown in the legend, andfalse
otherwise.
- Parameters:
series
- the series index.
- Returns:
- A boolean.
public Paint lookupSeriesFillPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The paint (never
null
).
- Since:
- 1.0.6
public Paint lookupSeriesOutlinePaint(int series)
Returns the paint used to outline an item drawn by the renderer.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The paint (never
null
).
- Since:
- 1.0.6
public Stroke lookupSeriesOutlineStroke(int series)
Returns the stroke used to outline the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The stroke (never
null
).
- Since:
- 1.0.6
public Paint lookupSeriesPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
- Parameters:
series
- the series index (zero-based).
- Returns:
- The paint (never
null
).
- Since:
- 1.0.6
public Shape lookupSeriesShape(int series)
Returns a shape used to represent the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The shape (never
null
).
- Since:
- 1.0.6
public Stroke lookupSeriesStroke(int series)
Returns the stroke used to draw the items in a series.
- Parameters:
series
- the series (zero-based index).
- Returns:
- The stroke (never
null
).
- Since:
- 1.0.6
public void notifyListeners(RendererChangeEvent event)
Notifies all registered listeners that the renderer has been modified.
- Parameters:
event
- information about the change event.
public void removeChangeListener(RendererChangeListener listener)
Deregisters an object so that it no longer receives notification of changes to the renderer.
- Parameters:
listener
- the object (null
not permitted).
public void setAutoPopulateSeriesFillPaint(boolean auto)
Sets the flag that controls whether or not the series fill paint list is automatically populated whenlookupSeriesFillPaint(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesFillPaint()
public void setAutoPopulateSeriesOutlinePaint(boolean auto)
Sets the flag that controls whether or not the series outline paint list is automatically populated whenlookupSeriesOutlinePaint(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesOutlinePaint()
public void setAutoPopulateSeriesOutlineStroke(boolean auto)
Sets the flag that controls whether or not the series outline stroke list is automatically populated whenlookupSeriesOutlineStroke(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesOutlineStroke()
public void setAutoPopulateSeriesPaint(boolean auto)
Sets the flag that controls whether or not the series paint list is automatically populated whenlookupSeriesPaint(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesPaint()
public void setAutoPopulateSeriesShape(boolean auto)
Sets the flag that controls whether or not the series shape list is automatically populated whenlookupSeriesShape(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesShape()
public void setAutoPopulateSeriesStroke(boolean auto)
Sets the flag that controls whether or not the series stroke list is automatically populated whenlookupSeriesStroke(int)
is called.
- Parameters:
auto
- the new flag value.
- Since:
- 1.0.6
- See Also:
getAutoPopulateSeriesStroke()
public void setBaseCreateEntities(boolean create)
Sets the base flag that controls whether entities are created for a series, and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
create
- the flag.
- See Also:
getBaseCreateEntities()
public void setBaseCreateEntities(boolean create, boolean notify)
Sets the base flag that controls whether entities are created and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
create
- the visibility.notify
- notify listeners?
- See Also:
getBaseCreateEntities()
public void setBaseFillPaint(Paint paint)
Sets the base fill paint and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).
- See Also:
getBaseFillPaint()
public void setBaseFillPaint(Paint paint, boolean notify)
Sets the base fill paint and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).notify
- notify listeners?
- See Also:
getBaseFillPaint()
public void setBaseItemLabelFont(Font font)
Sets the base item label font and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
font
- the font (null
not permitted).
- See Also:
getBaseItemLabelFont()
public void setBaseItemLabelFont(Font font, boolean notify)
Sets the base item label font and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
font
- the font (null
not permitted).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getBaseItemLabelFont()
public void setBaseItemLabelPaint(Paint paint)
Sets the base item label paint and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).
- See Also:
getBaseItemLabelPaint()
public void setBaseItemLabelPaint(Paint paint, boolean notify)
Sets the base item label paint and, if requested, sends aRendererChangeEvent
to all registered listeners..
- Parameters:
paint
- the paint (null
not permitted).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getBaseItemLabelPaint()
public void setBaseItemLabelsVisible(Boolean visible)
Sets the base setting for item label visibility and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the flag (null
is permitted, and viewed as equivalent toBoolean.FALSE
).
public void setBaseItemLabelsVisible(Boolean visible, boolean notify)
Sets the base visibility for item labels and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the flag (null
is permitted, and viewed as equivalent toBoolean.FALSE
).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getBaseItemLabelsVisible()
public void setBaseItemLabelsVisible(boolean visible)
Sets the base flag that controls whether or not item labels are visible, and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the flag.
- See Also:
getBaseItemLabelsVisible()
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position)
Sets the base item label position for negative values and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
position
- the position (null
not permitted).
- See Also:
getBaseNegativeItemLabelPosition()
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify)
Sets the base negative item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
position
- the position (null
not permitted).notify
- notify registered listeners?
- See Also:
getBaseNegativeItemLabelPosition()
public void setBaseOutlinePaint(Paint paint)
Sets the base outline paint and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).
- See Also:
getBaseOutlinePaint()
public void setBaseOutlinePaint(Paint paint, boolean notify)
Sets the base outline paint and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).notify
- notify listeners?
- See Also:
getBaseOutlinePaint()
public void setBaseOutlineStroke(Stroke stroke)
Sets the base outline stroke and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
not permitted).
- See Also:
getBaseOutlineStroke()
public void setBaseOutlineStroke(Stroke stroke, boolean notify)
Sets the base outline stroke and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
not permitted).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getBaseOutlineStroke()
public void setBasePaint(Paint paint)
Sets the base paint and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).
- See Also:
getBasePaint()
public void setBasePaint(Paint paint, boolean notify)
Sets the base paint and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
not permitted).notify
- notify listeners?
- See Also:
getBasePaint()
public void setBasePositiveItemLabelPosition(ItemLabelPosition position)
Sets the base positive item label position.
- Parameters:
position
- the position (null
not permitted).
- See Also:
getBasePositiveItemLabelPosition()
public void setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify)
Sets the base positive item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
position
- the position (null
not permitted).notify
- notify registered listeners?
- See Also:
getBasePositiveItemLabelPosition()
public void setBaseSeriesVisible(boolean visible)
Sets the base visibility and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the flag.
- See Also:
getBaseSeriesVisible()
public void setBaseSeriesVisible(boolean visible, boolean notify)
Sets the base visibility and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the visibility.notify
- notify listeners?
- See Also:
getBaseSeriesVisible()
public void setBaseSeriesVisibleInLegend(boolean visible)
Sets the base visibility in the legend and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the flag.
- See Also:
getBaseSeriesVisibleInLegend()
public void setBaseSeriesVisibleInLegend(boolean visible, boolean notify)
Sets the base visibility in the legend and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
visible
- the visibility.notify
- notify listeners?
- See Also:
getBaseSeriesVisibleInLegend()
public void setBaseShape(Shape shape)
Sets the base shape and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
shape
- the shape (null
not permitted).
- See Also:
getBaseShape()
public void setBaseShape(Shape shape, boolean notify)
Sets the base shape and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
shape
- the shape (null
not permitted).notify
- notify listeners?
- See Also:
getBaseShape()
public void setBaseStroke(Stroke stroke)
Sets the base stroke and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
not permitted).
- See Also:
getBaseStroke()
public void setBaseStroke(Stroke stroke, boolean notify)
Sets the base stroke and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
not permitted).notify
- notify listeners?
- See Also:
getBaseStroke()
public void setCreateEntities(Boolean create)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesCreateEntities(int,Boolean)
andsetBaseCreateEntities(boolean)
.Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
create
- the flag (null
permitted).
public void setCreateEntities(Boolean create, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelFont(int,Font,boolean)
andsetBaseItemLabelFont(Font,boolean)
.Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
create
- the flag (null
permitted).notify
- notify listeners?
public void setFillPaint(Paint paint)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesFillPaint(int,Paint)
andsetBaseFillPaint(Paint)
.Sets the fill paint for ALL series (optional).
- Parameters:
paint
- the paint (null
permitted).
public void setFillPaint(Paint paint, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesFillPaint(int,Paint,boolean)
andsetBaseFillPaint(Paint,boolean)
.Sets the fill paint for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
permitted).notify
- notify listeners?
public void setItemLabelAnchorOffset(double offset)
Sets the item label anchor offset.
- Parameters:
offset
- the offset.
- See Also:
getItemLabelAnchorOffset()
public void setItemLabelFont(Font font)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelFont(int,Font)
andsetBaseItemLabelFont(Font)
.Sets the item label font for ALL series and sends aRendererChangeEvent
to all registered listeners. You can set this tonull
if you prefer to set the font on a per series basis.
- Parameters:
font
- the font (null
permitted).
public void setItemLabelFont(Font font, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelFont(int,Font,boolean)
andsetBaseItemLabelFont(Font,boolean)
.Sets the item label font for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
font
- the font (null
permitted).notify
- a flag that controls whether or not listeners are notified.
public void setItemLabelPaint(Paint paint)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelPaint(int,Paint)
andsetBaseItemLabelPaint(Paint)
.Sets the item label paint for ALL series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
permitted).
public void setItemLabelPaint(Paint paint, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelPaint(int,Paint,boolean)
andsetBaseItemLabelPaint(Paint,boolean)
.Sets the item label paint for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint.notify
- a flag that controls whether or not listeners are notified.
public void setItemLabelsVisible(Boolean visible)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelsVisible(int,Boolean)
andsetBaseItemLabelsVisible(boolean)
.Sets the visibility of the item labels for ALL series (optional).
- Parameters:
visible
- the flag (null
permitted).
public void setItemLabelsVisible(Boolean visible, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelsVisible(int,Boolean,boolean)
andsetBaseItemLabelsVisible(Boolean,boolean)
.Sets the visibility of item labels for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
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.
public void setItemLabelsVisible(boolean visible)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesItemLabelsVisible(int,Boolean)
andsetBaseItemLabelsVisible(boolean)
.Sets the visibility of the item labels for ALL series.
- Parameters:
visible
- the flag.
public void setNegativeItemLabelPosition(ItemLabelPosition position)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int,ItemLabelPosition)
andsetBaseNegativeItemLabelPosition(ItemLabelPosition)
.Sets the item label position for negative values in ALL series, and sends aRendererChangeEvent
to all registered listeners. You need to set this tonull
to expose the settings for individual series.
- Parameters:
position
- the position (null
permitted).
- See Also:
getNegativeItemLabelPosition()
public void setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesNegativeItemLabelPosition(int,ItemLabelPosition,boolean)
andsetBaseNegativeItemLabelPosition(ItemLabelPosition,boolean)
.Sets the item label position for negative values in ALL series and (if requested) sends aRendererChangeEvent
to all registered listeners.
- Parameters:
position
- the position (null
permitted).notify
- notify registered listeners?
- See Also:
getNegativeItemLabelPosition()
public void setOutlinePaint(Paint paint)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesOutlinePaint(int,Paint)
andsetBaseOutlinePaint(Paint)
.Sets the outline paint for ALL series (optional) and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
permitted).
public void setOutlinePaint(Paint paint, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesOutlinePaint(int,Paint,boolean)
andsetBaseOutlinePaint(Paint,boolean)
.Sets the outline paint for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
permitted).notify
- notify listeners?
public void setOutlineStroke(Stroke stroke)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesOutlineStroke(int,Stroke)
andsetBaseOutlineStroke(Stroke)
.Sets the outline stroke for ALL series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
permitted).
public void setOutlineStroke(Stroke stroke, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesOutlineStroke(int,Stroke,boolean)
andsetBaseOutlineStroke(Stroke,boolean)
.Sets the outline stroke for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
permitted).notify
- notify listeners?
public void setPaint(Paint paint)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesPaint(int,Paint)
andsetBasePaint(Paint)
.Sets the paint to be used for ALL series, and sends aRendererChangeEvent
to all registered listeners. If this isnull
, the renderer will use the paint for the series.
- Parameters:
paint
- the paint (null
permitted).
public void setPaint(Paint paint, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesPaint(int,Paint,boolean)
andsetBasePaint(Paint,boolean)
.Sets the paint to be used for all series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
paint
- the paint (null
permitted).notify
- notify listeners?
public void setPositiveItemLabelPosition(ItemLabelPosition position)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int,ItemLabelPosition)
andsetBasePositiveItemLabelPosition(ItemLabelPosition)
.Sets the item label position for positive values in ALL series, and sends aRendererChangeEvent
to all registered listeners. You need to set this tonull
to expose the settings for individual series.
- Parameters:
position
- the position (null
permitted).
- See Also:
getPositiveItemLabelPosition()
public void setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesPositiveItemLabelPosition(int,ItemLabelPosition,boolean)
andsetBasePositiveItemLabelPosition(ItemLabelPosition,boolean)
.Sets the positive item label position for ALL series and (if requested) sends aRendererChangeEvent
to all registered listeners.
- Parameters:
position
- the position (null
permitted).notify
- notify registered listeners?
- See Also:
getPositiveItemLabelPosition()
public void setSeriesCreateEntities(int series, Boolean create)
Sets the flag that controls whether entities are created for a series, and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).create
- the flag (null
permitted).
- See Also:
getSeriesCreateEntities(int)
public void setSeriesCreateEntities(int series, Boolean create, boolean notify)
Sets the flag that controls whether entities are created for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index.create
- the flag (null
permitted).notify
- notify listeners?
- See Also:
getSeriesCreateEntities(int)
public void setSeriesFillPaint(int series, Paint paint)
Sets the paint used for a series fill and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).paint
- the paint (null
permitted).
- See Also:
getSeriesFillPaint(int)
public void setSeriesFillPaint(int series, Paint paint, boolean notify)
Sets the paint used to fill a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).paint
- the paint (null
permitted).notify
- notify listeners?
- See Also:
getSeriesFillPaint(int)
public void setSeriesItemLabelFont(int series, Font font)
Sets the item label font for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).font
- the font (null
permitted).
- See Also:
getSeriesItemLabelFont(int)
public void setSeriesItemLabelFont(int series, Font font, boolean notify)
Sets the item label font for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero based).font
- the font (null
permitted).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getSeriesItemLabelFont(int)
public void setSeriesItemLabelPaint(int series, Paint paint)
Sets the item label paint for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series (zero based index).paint
- the paint (null
permitted).
- See Also:
getSeriesItemLabelPaint(int)
public void setSeriesItemLabelPaint(int series, Paint paint, boolean notify)
Sets the item label paint for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero based).paint
- the paint (null
permitted).notify
- a flag that controls whether or not listeners are notified.
- See Also:
getSeriesItemLabelPaint(int)
public void setSeriesItemLabelsVisible(int series, Boolean visible)
Sets the visibility of the item labels for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).visible
- the flag (null
permitted).
public void setSeriesItemLabelsVisible(int series, Boolean visible, boolean notify)
Sets the visibility of item labels for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).visible
- the visible flag.notify
- a flag that controls whether or not listeners are notified.
public void setSeriesItemLabelsVisible(int series, boolean visible)
Sets a flag that controls the visibility of the item labels for a series, and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).visible
- the flag.
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position)
Sets the item label position for negative values in a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).position
- the position (null
permitted).
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify)
Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).position
- the position (null
permitted).notify
- notify registered listeners?
public void setSeriesOutlinePaint(int series, Paint paint)
Sets the paint used for a series outline and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).paint
- the paint (null
permitted).
- See Also:
getSeriesOutlinePaint(int)
public void setSeriesOutlinePaint(int series, Paint paint, boolean notify)
Sets the paint used to draw the outline for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).paint
- the paint (null
permitted).notify
- notify listeners?
- See Also:
getSeriesOutlinePaint(int)
public void setSeriesOutlineStroke(int series, Stroke stroke)
Sets the outline stroke used for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).stroke
- the stroke (null
permitted).
- See Also:
getSeriesOutlineStroke(int)
public void setSeriesOutlineStroke(int series, Stroke stroke, boolean notify)
Sets the outline stroke for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index.stroke
- the stroke (null
permitted).notify
- notify listeners?
- See Also:
getSeriesOutlineStroke(int)
public void setSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).paint
- the paint (null
permitted).
- See Also:
getSeriesPaint(int)
public void setSeriesPaint(int series, Paint paint, boolean notify)
Sets the paint used for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index.paint
- the paint (null
permitted).notify
- notify listeners?
- See Also:
getSeriesPaint(int)
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position)
Sets the item label position for all positive values in a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).position
- the position (null
permitted).
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify)
Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).position
- the position (null
permitted).notify
- notify registered listeners?
public void setSeriesShape(int series, Shape shape)
Sets the shape used for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).shape
- the shape (null
permitted).
- See Also:
getSeriesShape(int)
public void setSeriesShape(int series, Shape shape, boolean notify)
Sets the shape for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero based).shape
- the shape (null
permitted).notify
- notify listeners?
- See Also:
getSeriesShape(int)
public void setSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).stroke
- the stroke (null
permitted).
- See Also:
getSeriesStroke(int)
public void setSeriesStroke(int series, Stroke stroke, boolean notify)
Sets the stroke for a series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).stroke
- the stroke (null
permitted).notify
- notify listeners?
- See Also:
getSeriesStroke(int)
public void setSeriesVisible(Boolean visible)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesVisible(int,Boolean)
andsetBaseSeriesVisible(boolean)
.Sets the flag that controls the visibility of ALL series and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
visible
- the flag (null
permitted).
- See Also:
getSeriesVisible()
public void setSeriesVisible(Boolean visible, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesVisible(int,Boolean)
andsetBaseSeriesVisible(boolean)
.Sets the flag that controls the visibility of ALL series and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
visible
- the flag (null
permitted).notify
- notify listeners?
- See Also:
getSeriesVisible()
public void setSeriesVisible(int series, Boolean visible)
Sets the flag that controls whether a series is visible and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).visible
- the flag (null
permitted).
- See Also:
getSeriesVisible(int)
public void setSeriesVisible(int series, Boolean visible, boolean notify)
Sets the flag that controls whether a series is visible and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index.visible
- the flag (null
permitted).notify
- notify listeners?
- See Also:
getSeriesVisible(int)
public void setSeriesVisibleInLegend(Boolean visible)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesVisibleInLegend(int,Boolean)
andsetBaseSeriesVisibleInLegend(boolean)
.Sets the flag that controls the visibility of ALL series in the legend and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
visible
- the flag (null
permitted).
- See Also:
getSeriesVisibleInLegend()
public void setSeriesVisibleInLegend(Boolean visible, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesVisibleInLegend(int,Boolean,boolean)
andsetBaseSeriesVisibleInLegend(boolean,boolean)
.Sets the flag that controls the visibility of ALL series in the legend and sends aRendererChangeEvent
to all registered listeners. This flag overrides the per series and default settings - you must set it tonull
if you want the other settings to apply.
- Parameters:
visible
- the flag (null
permitted).notify
- notify listeners?
- See Also:
getSeriesVisibleInLegend()
public void setSeriesVisibleInLegend(int series, Boolean visible)
Sets the flag that controls whether a series is visible in the legend and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index (zero-based).visible
- the flag (null
permitted).
- See Also:
getSeriesVisibleInLegend(int)
public void setSeriesVisibleInLegend(int series, Boolean visible, boolean notify)
Sets the flag that controls whether a series is visible in the legend and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
series
- the series index.visible
- the flag (null
permitted).notify
- notify listeners?
- See Also:
getSeriesVisibleInLegend(int)
public void setShape(Shape shape)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesShape(int,Shape)
andsetBaseShape(Shape)
.Sets the shape for ALL series (optional) and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
shape
- the shape (null
permitted).
public void setShape(Shape shape, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesShape(int,Shape,boolean)
andsetBaseShape(Shape,boolean)
.Sets the shape for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
shape
- the shape (null
permitted).notify
- notify listeners?
public void setStroke(Stroke stroke)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesStroke(int,Stroke)
andsetBaseStroke(Stroke)
.Sets the stroke for ALL series and sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
permitted).
public void setStroke(Stroke stroke, boolean notify)
Deprecated. This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
setSeriesStroke(int,Stroke,boolean)
andsetBaseStroke(Stroke,boolean)
.Sets the stroke for ALL series and, if requested, sends aRendererChangeEvent
to all registered listeners.
- Parameters:
stroke
- the stroke (null
permitted).notify
- notify listeners?