public abstract class AbstractRenderer extends Object implements Cloneable, Serializable
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).Modifier and Type | Field and Description |
---|---|
static Paint |
DEFAULT_OUTLINE_PAINT
The default outline paint.
|
static Stroke |
DEFAULT_OUTLINE_STROKE
The default outline stroke.
|
static Paint |
DEFAULT_PAINT
The default paint.
|
static Shape |
DEFAULT_SHAPE
The default shape.
|
static Stroke |
DEFAULT_STROKE
The default stroke.
|
static Font |
DEFAULT_VALUE_LABEL_FONT
The default value label font.
|
static Paint |
DEFAULT_VALUE_LABEL_PAINT
The default value label paint.
|
static Double |
ZERO
Zero represented as a
double . |
Constructor and Description |
---|
AbstractRenderer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(RendererChangeListener listener)
Registers an object to receive notification of changes to the renderer.
|
protected void |
beginElementGroup(Graphics2D g2,
ItemKey key)
Adds a
KEY_BEGIN_ELEMENT hint to the graphics target. |
protected Point2D |
calculateLabelAnchorPoint(ItemLabelAnchor anchor,
double x,
double y,
PlotOrientation orientation)
Calculates the item label anchor point.
|
void |
clearSeriesPaints(boolean notify)
Clears the series paint settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners. |
void |
clearSeriesStrokes(boolean notify)
Clears the series stroke settings for this renderer and, if requested,
sends a
RendererChangeEvent to all registered listeners. |
protected Object |
clone()
Returns an independent copy of the renderer.
|
protected void |
endElementGroup(Graphics2D g2)
Adds a
KEY_END_ELEMENT hint to the graphics target. |
boolean |
equals(Object obj)
Tests this renderer for equality with another object.
|
protected void |
fireChangeEvent()
Sends a
RendererChangeEvent to all registered listeners. |
boolean |
getAutoPopulateSeriesFillPaint()
Returns the flag that controls whether or not the series fill paint list
is automatically populated when
lookupSeriesFillPaint(int) is
called. |
boolean |
getAutoPopulateSeriesOutlinePaint()
Returns the flag that controls whether or not the series outline paint
list is automatically populated when
lookupSeriesOutlinePaint(int) is called. |
boolean |
getAutoPopulateSeriesOutlineStroke()
Returns the flag that controls whether or not the series outline stroke
list is automatically populated when
lookupSeriesOutlineStroke(int) is called. |
boolean |
getAutoPopulateSeriesPaint()
Returns the flag that controls whether or not the series paint list is
automatically populated when
lookupSeriesPaint(int) is called. |
boolean |
getAutoPopulateSeriesShape()
Returns the flag that controls whether or not the series shape list is
automatically populated when
lookupSeriesShape(int) is called. |
boolean |
getAutoPopulateSeriesStroke()
Returns the flag that controls whether or not the series stroke list is
automatically populated when
lookupSeriesStroke(int) is called. |
boolean |
getDataBoundsIncludesVisibleSeriesOnly()
Returns the flag that controls whether or not the data bounds reported
by this renderer will exclude non-visible series.
|
boolean |
getDefaultCreateEntities()
Returns the default flag for creating entities.
|
int |
getDefaultEntityRadius()
Returns the radius of the circle used for the default entity area
when no area is specified.
|
Paint |
getDefaultFillPaint()
Returns the default fill paint.
|
Font |
getDefaultItemLabelFont()
Returns the default item label font (this is used when no other font
setting is available).
|
Paint |
getDefaultItemLabelPaint()
Returns the default item label paint.
|
boolean |
getDefaultItemLabelsVisible()
Returns the base setting for item label visibility.
|
Shape |
getDefaultLegendShape()
Returns the default legend shape, which may be
null . |
Font |
getDefaultLegendTextFont()
Returns the default legend text font, which may be
null . |
Paint |
getDefaultLegendTextPaint()
Returns the default legend text paint, which may be
null . |
ItemLabelPosition |
getDefaultNegativeItemLabelPosition()
Returns the base item label position for negative values.
|
Paint |
getDefaultOutlinePaint()
Returns the default outline paint.
|
Stroke |
getDefaultOutlineStroke()
Returns the default outline stroke.
|
Paint |
getDefaultPaint()
Returns the default paint.
|
ItemLabelPosition |
getDefaultPositiveItemLabelPosition()
Returns the default positive item label position.
|
boolean |
getDefaultSeriesVisible()
Returns the default visibility for all series.
|
boolean |
getDefaultSeriesVisibleInLegend()
Returns the default visibility in the legend for all series.
|
Shape |
getDefaultShape()
Returns the default shape.
|
Stroke |
getDefaultStroke()
Returns the default stroke.
|
abstract DrawingSupplier |
getDrawingSupplier()
Returns the drawing supplier from the plot.
|
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.
|
Paint |
getItemFillPaint(int row,
int column)
Returns the paint used to fill data items as they are drawn.
|
double |
getItemLabelAnchorOffset()
Returns the item label anchor offset.
|
Font |
getItemLabelFont(int row,
int column)
Returns the font for an item label.
|
Paint |
getItemLabelPaint(int row,
int column)
Returns the paint used to draw an item label.
|
Paint |
getItemOutlinePaint(int row,
int column)
Returns the paint used to outline data items as they are drawn.
|
Stroke |
getItemOutlineStroke(int row,
int column)
Returns the stroke used to outline data items.
|
Paint |
getItemPaint(int row,
int column)
Returns the paint used to fill data items as they are drawn.
|
Shape |
getItemShape(int row,
int column)
Returns a shape used to represent a data item.
|
Stroke |
getItemStroke(int row,
int column)
Returns the stroke used to draw data items.
|
boolean |
getItemVisible(int series,
int item)
Returns a boolean that indicates whether or not the specified item
should be drawn.
|
Shape |
getLegendShape(int series)
Returns the legend shape defined for the specified series (possibly
null ). |
Font |
getLegendTextFont(int series)
Returns the legend text font defined for the specified series (possibly
null ). |
Paint |
getLegendTextPaint(int series)
Returns the legend text paint defined for the specified series (possibly
null ). |
ItemLabelPosition |
getNegativeItemLabelPosition(int row,
int column)
Returns the item label position for negative values.
|
ItemLabelPosition |
getPositiveItemLabelPosition(int row,
int column)
Returns the item label position for positive values.
|
Boolean |
getSeriesCreateEntities(int series)
Returns the flag that controls whether entities are created for a
series.
|
Paint |
getSeriesFillPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
|
Font |
getSeriesItemLabelFont(int series)
Returns the font for all the item labels in a series.
|
Paint |
getSeriesItemLabelPaint(int series)
Returns the paint used to draw the item labels for a series.
|
ItemLabelPosition |
getSeriesNegativeItemLabelPosition(int series)
Returns the item label position for all negative values in a series.
|
Paint |
getSeriesOutlinePaint(int series)
Returns the paint used to outline an item drawn by the renderer.
|
Stroke |
getSeriesOutlineStroke(int series)
Returns the stroke used to outline the items in a series.
|
Paint |
getSeriesPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
|
ItemLabelPosition |
getSeriesPositiveItemLabelPosition(int series)
Returns the item label position for all positive values in a series.
|
Shape |
getSeriesShape(int series)
Returns a shape used to represent the items in a series.
|
Stroke |
getSeriesStroke(int series)
Returns the stroke used to draw the items in a series.
|
Boolean |
getSeriesVisible(int series)
Returns the flag that controls whether a series is visible.
|
Boolean |
getSeriesVisibleInLegend(int series)
Returns the flag that controls whether a series is visible in the
legend.
|
protected boolean |
getTreatLegendShapeAsLine()
Returns the flag that controls whether or not the legend shape is
treated as a line when creating legend items.
|
int |
hashCode()
Returns a hashcode for the renderer.
|
boolean |
hasListener(EventListener listener)
Returns
true if the specified object is registered with
the dataset as a listener. |
boolean |
isItemLabelVisible(int row,
int column)
Returns
true if an item label is visible, and
false otherwise. |
boolean |
isSeriesItemLabelsVisible(int series)
Returns
true if the item labels for a series are visible,
and false otherwise. |
boolean |
isSeriesVisible(int series)
Returns a boolean that indicates whether or not the specified series
should be drawn.
|
boolean |
isSeriesVisibleInLegend(int series)
Returns
true if the series should be shown in the legend,
and false otherwise. |
Shape |
lookupLegendShape(int series)
Performs a lookup for the legend shape.
|
Font |
lookupLegendTextFont(int series)
Performs a lookup for the legend text font.
|
Paint |
lookupLegendTextPaint(int series)
Performs a lookup for the legend text paint.
|
Paint |
lookupSeriesFillPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
|
Paint |
lookupSeriesOutlinePaint(int series)
Returns the paint used to outline an item drawn by the renderer.
|
Stroke |
lookupSeriesOutlineStroke(int series)
Returns the stroke used to outline the items in a series.
|
Paint |
lookupSeriesPaint(int series)
Returns the paint used to fill an item drawn by the renderer.
|
Shape |
lookupSeriesShape(int series)
Returns a shape used to represent the items in a series.
|
Stroke |
lookupSeriesStroke(int series)
Returns the stroke used to draw the items in a series.
|
void |
notifyListeners(RendererChangeEvent event)
Notifies all registered listeners that the renderer has been modified.
|
void |
removeChangeListener(RendererChangeListener listener)
Deregisters an object so that it no longer receives
notification of changes to the renderer.
|
void |
setAutoPopulateSeriesFillPaint(boolean auto)
Sets the flag that controls whether or not the series fill paint list is
automatically populated when
lookupSeriesFillPaint(int) is
called. |
void |
setAutoPopulateSeriesOutlinePaint(boolean auto)
Sets the flag that controls whether or not the series outline paint list
is automatically populated when
lookupSeriesOutlinePaint(int)
is called. |
void |
setAutoPopulateSeriesOutlineStroke(boolean auto)
Sets the flag that controls whether or not the series outline stroke list
is automatically populated when
lookupSeriesOutlineStroke(int)
is called. |
void |
setAutoPopulateSeriesPaint(boolean auto)
Sets the flag that controls whether or not the series paint list is
automatically populated when
lookupSeriesPaint(int) is called. |
void |
setAutoPopulateSeriesShape(boolean auto)
Sets the flag that controls whether or not the series shape list is
automatically populated when
lookupSeriesShape(int) is called. |
void |
setAutoPopulateSeriesStroke(boolean auto)
Sets the flag that controls whether or not the series stroke list is
automatically populated when
lookupSeriesStroke(int) is called. |
void |
setDataBoundsIncludesVisibleSeriesOnly(boolean visibleOnly)
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. |
void |
setDefaultCreateEntities(boolean create)
Sets the default flag that controls whether entities are created
for a series, and sends a
RendererChangeEvent
to all registered listeners. |
void |
setDefaultCreateEntities(boolean create,
boolean notify)
Sets the default flag that controls whether entities are created and,
if requested, sends a
RendererChangeEvent to all registered
listeners. |
void |
setDefaultEntityRadius(int radius)
Sets the radius of the circle used for the default entity area
when no area is specified.
|
void |
setDefaultFillPaint(Paint paint)
Sets the default fill paint and sends a
RendererChangeEvent to
all registered listeners. |
void |
setDefaultFillPaint(Paint paint,
boolean notify)
Sets the default fill paint and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultItemLabelFont(Font font)
Sets the default item label font and sends a
RendererChangeEvent
to all registered listeners. |
void |
setDefaultItemLabelFont(Font font,
boolean notify)
Sets the base item label font and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultItemLabelPaint(Paint paint)
Sets the default item label paint and sends a
RendererChangeEvent
to all registered listeners. |
void |
setDefaultItemLabelPaint(Paint paint,
boolean notify)
Sets the default item label paint and, if requested, sends a
RendererChangeEvent to all registered listeners.. |
void |
setDefaultItemLabelsVisible(boolean visible)
Sets the base flag that controls whether or not item labels are visible,
and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultItemLabelsVisible(boolean visible,
boolean notify)
Sets the base visibility for item labels and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultLegendShape(Shape shape)
Sets the default legend shape and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultLegendTextFont(Font font)
Sets the default legend text font and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultLegendTextPaint(Paint paint)
Sets the default legend text paint and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultNegativeItemLabelPosition(ItemLabelPosition position)
Sets the default item label position for negative values and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultNegativeItemLabelPosition(ItemLabelPosition position,
boolean notify)
Sets the default negative item label position and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultOutlinePaint(Paint paint)
Sets the default outline paint and sends a
RendererChangeEvent to
all registered listeners. |
void |
setDefaultOutlinePaint(Paint paint,
boolean notify)
Sets the default outline paint and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultOutlineStroke(Stroke stroke)
Sets the default outline stroke and sends a
RendererChangeEvent
to all registered listeners. |
void |
setDefaultOutlineStroke(Stroke stroke,
boolean notify)
Sets the default outline stroke and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultPaint(Paint paint)
Sets the default paint and sends a
RendererChangeEvent to all
registered listeners. |
void |
setDefaultPaint(Paint paint,
boolean notify)
Sets the default paint and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultPositiveItemLabelPosition(ItemLabelPosition position)
Sets the default positive item label position.
|
void |
setDefaultPositiveItemLabelPosition(ItemLabelPosition position,
boolean notify)
Sets the default positive item label position and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultSeriesVisible(boolean visible)
Sets the default series visibility and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultSeriesVisible(boolean visible,
boolean notify)
Sets the default series visibility and, if requested, sends
a
RendererChangeEvent to all registered listeners. |
void |
setDefaultSeriesVisibleInLegend(boolean visible)
Sets the default visibility in the legend and sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultSeriesVisibleInLegend(boolean visible,
boolean notify)
Sets the default visibility in the legend and, if requested, sends
a
RendererChangeEvent to all registered listeners. |
void |
setDefaultShape(Shape shape)
Sets the default shape and sends a
RendererChangeEvent to all
registered listeners. |
void |
setDefaultShape(Shape shape,
boolean notify)
Sets the default shape and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setDefaultStroke(Stroke stroke)
Sets the default stroke and sends a
RendererChangeEvent to all
registered listeners. |
void |
setDefaultStroke(Stroke stroke,
boolean notify)
Sets the base stroke and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setItemLabelAnchorOffset(double offset)
Sets the item label anchor offset.
|
void |
setLegendShape(int series,
Shape shape)
Sets the shape used for the legend item for the specified series, and
sends a
RendererChangeEvent to all registered listeners. |
void |
setLegendTextFont(int series,
Font font)
Sets the font used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners. |
void |
setLegendTextPaint(int series,
Paint paint)
Sets the paint used for the legend text for the specified series, and
sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesCreateEntities(int series,
Boolean create)
Sets the flag that controls whether entities are created for a series,
and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesCreateEntities(int series,
Boolean create,
boolean notify)
Sets the flag that controls whether entities are created for a series
and, if requested, sends a
RendererChangeEvent to all registered
listeners. |
void |
setSeriesFillPaint(int series,
Paint paint)
Sets the paint used for a series fill and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesFillPaint(int series,
Paint paint,
boolean notify)
Sets the paint used to fill a series and, if requested,
sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelFont(int series,
Font font)
Sets the item label font for a series and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelFont(int series,
Font font,
boolean notify)
Sets the item label font for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelPaint(int series,
Paint paint)
Sets the item label paint for a series and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelPaint(int series,
Paint paint,
boolean notify)
Sets the item label paint for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelsVisible(int series,
boolean visible)
Sets a flag that controls the visibility of the item labels for a series,
and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelsVisible(int series,
Boolean visible)
Sets the visibility of the item labels for a series and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesItemLabelsVisible(int series,
Boolean visible,
boolean notify)
Sets the visibility of item labels for a series and, if requested, sends
a
RendererChangeEvent to all registered listeners. |
void |
setSeriesNegativeItemLabelPosition(int series,
ItemLabelPosition position)
Sets the item label position for negative values in a series and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesNegativeItemLabelPosition(int series,
ItemLabelPosition position,
boolean notify)
Sets the item label position for negative values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners. |
void |
setSeriesOutlinePaint(int series,
Paint paint)
Sets the paint used for a series outline and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesOutlinePaint(int series,
Paint paint,
boolean notify)
Sets the paint used to draw the outline for a series and, if requested,
sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesOutlineStroke(int series,
Stroke stroke)
Sets the outline stroke used for a series and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesOutlineStroke(int series,
Stroke stroke,
boolean notify)
Sets the outline stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesPaint(int series,
Paint paint)
Sets the paint used for a series and sends a
RendererChangeEvent
to all registered listeners. |
void |
setSeriesPaint(int series,
Paint paint,
boolean notify)
Sets the paint used for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesPositiveItemLabelPosition(int series,
ItemLabelPosition position)
Sets the item label position for all positive values in a series and
sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesPositiveItemLabelPosition(int series,
ItemLabelPosition position,
boolean notify)
Sets the item label position for all positive values in a series and (if
requested) sends a
RendererChangeEvent to all registered
listeners. |
void |
setSeriesShape(int series,
Shape shape)
Sets the shape used for a series and sends a
RendererChangeEvent
to all registered listeners. |
void |
setSeriesShape(int series,
Shape shape,
boolean notify)
Sets the shape for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesStroke(int series,
Stroke stroke)
Sets the stroke used for a series and sends a
RendererChangeEvent
to all registered listeners. |
void |
setSeriesStroke(int series,
Stroke stroke,
boolean notify)
Sets the stroke for a series and, if requested, sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesVisible(int series,
Boolean visible)
Sets the flag that controls whether a series is visible and sends a
RendererChangeEvent to all registered listeners. |
void |
setSeriesVisible(int series,
Boolean visible,
boolean notify)
Sets the flag that controls whether a series is visible and, if
requested, sends a
RendererChangeEvent to all registered
listeners. |
void |
setSeriesVisibleInLegend(int series,
Boolean visible)
Sets the flag that controls whether a series is visible in the legend
and sends a
RendererChangeEvent to all registered listeners. |
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 a
RendererChangeEvent to all registered
listeners. |
protected void |
setTreatLegendShapeAsLine(boolean treatAsLine)
Sets the flag that controls whether or not the legend shape is
treated as a line when creating legend items.
|
public static final Double ZERO
double
.public static final Paint DEFAULT_PAINT
public static final Paint DEFAULT_OUTLINE_PAINT
public static final Stroke DEFAULT_STROKE
public static final Stroke DEFAULT_OUTLINE_STROKE
public static final Shape DEFAULT_SHAPE
public static final Font DEFAULT_VALUE_LABEL_FONT
public static final Paint DEFAULT_VALUE_LABEL_PAINT
public abstract DrawingSupplier getDrawingSupplier()
protected void beginElementGroup(Graphics2D g2, ItemKey key)
KEY_BEGIN_ELEMENT
hint to the graphics target. This
hint is recognised by JFreeSVG (in theory it could be used by
other Graphics2D
implementations also).g2
- the graphics target (null
not permitted).key
- the key (null
not permitted).endElementGroup(java.awt.Graphics2D)
protected void endElementGroup(Graphics2D g2)
KEY_END_ELEMENT
hint to the graphics target.g2
- the graphics target (null
not permitted).beginElementGroup(java.awt.Graphics2D, org.jfree.data.ItemKey)
public boolean getItemVisible(int series, int item)
series
- the series index.item
- the item index.public boolean isSeriesVisible(int series)
series
- the series index.public Boolean getSeriesVisible(int series)
series
- the series index (zero-based).null
).setSeriesVisible(int, Boolean)
public void setSeriesVisible(int series, Boolean visible)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).visible
- the flag (null
permitted).getSeriesVisible(int)
public void setSeriesVisible(int series, Boolean visible, boolean notify)
RendererChangeEvent
to all registered
listeners.series
- the series index.visible
- the flag (null
permitted).notify
- notify listeners?getSeriesVisible(int)
public boolean getDefaultSeriesVisible()
setDefaultSeriesVisible(boolean)
public void setDefaultSeriesVisible(boolean visible)
RendererChangeEvent
to all registered listeners.visible
- the flag.getDefaultSeriesVisible()
public void setDefaultSeriesVisible(boolean visible, boolean notify)
RendererChangeEvent
to all registered listeners.visible
- the visibility.notify
- notify listeners?getDefaultSeriesVisible()
public boolean isSeriesVisibleInLegend(int series)
true
if the series should be shown in the legend,
and false
otherwise.series
- the series index.public Boolean getSeriesVisibleInLegend(int series)
isSeriesVisibleInLegend(int)
method.series
- the series index (zero-based).null
).setSeriesVisibleInLegend(int, Boolean)
public void setSeriesVisibleInLegend(int series, Boolean visible)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).visible
- the flag (null
permitted).getSeriesVisibleInLegend(int)
public void setSeriesVisibleInLegend(int series, Boolean visible, boolean notify)
RendererChangeEvent
to all registered
listeners.series
- the series index.visible
- the flag (null
permitted).notify
- notify listeners?getSeriesVisibleInLegend(int)
public boolean getDefaultSeriesVisibleInLegend()
setDefaultSeriesVisibleInLegend(boolean)
public void setDefaultSeriesVisibleInLegend(boolean visible)
RendererChangeEvent
to all registered listeners.visible
- the flag.getDefaultSeriesVisibleInLegend()
public void setDefaultSeriesVisibleInLegend(boolean visible, boolean notify)
RendererChangeEvent
to all registered listeners.visible
- the visibility.notify
- notify listeners?getDefaultSeriesVisibleInLegend()
public Paint getItemPaint(int row, int column)
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
).public Paint lookupSeriesPaint(int series)
series
- the series index (zero-based).null
).public Paint getSeriesPaint(int series)
series
- the series index (zero-based).null
).setSeriesPaint(int, Paint)
public void setSeriesPaint(int series, Paint paint)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).paint
- the paint (null
permitted).getSeriesPaint(int)
public void setSeriesPaint(int series, Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index.paint
- the paint (null
permitted).notify
- notify listeners?getSeriesPaint(int)
public void clearSeriesPaints(boolean notify)
RendererChangeEvent
to all registered listeners.notify
- notify listeners?public Paint getDefaultPaint()
null
).setDefaultPaint(Paint)
public void setDefaultPaint(Paint paint)
RendererChangeEvent
to all
registered listeners.paint
- the paint (null
not permitted).getDefaultPaint()
public void setDefaultPaint(Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.paint
- the paint (null
not permitted).notify
- notify listeners?getDefaultPaint()
public boolean getAutoPopulateSeriesPaint()
lookupSeriesPaint(int)
is called.setAutoPopulateSeriesPaint(boolean)
public void setAutoPopulateSeriesPaint(boolean auto)
lookupSeriesPaint(int)
is called.auto
- the new flag value.getAutoPopulateSeriesPaint()
public Paint getItemFillPaint(int row, int column)
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
).public Paint lookupSeriesFillPaint(int series)
series
- the series (zero-based index).null
).public Paint getSeriesFillPaint(int series)
series
- the series (zero-based index).null
).setSeriesFillPaint(int, Paint)
public void setSeriesFillPaint(int series, Paint paint)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).paint
- the paint (null
permitted).getSeriesFillPaint(int)
public void setSeriesFillPaint(int series, Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).paint
- the paint (null
permitted).notify
- notify listeners?getSeriesFillPaint(int)
public Paint getDefaultFillPaint()
null
).setDefaultFillPaint(Paint)
public void setDefaultFillPaint(Paint paint)
RendererChangeEvent
to
all registered listeners.paint
- the paint (null
not permitted).getDefaultFillPaint()
public void setDefaultFillPaint(Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.paint
- the paint (null
not permitted).notify
- notify listeners?getDefaultFillPaint()
public boolean getAutoPopulateSeriesFillPaint()
lookupSeriesFillPaint(int)
is
called.setAutoPopulateSeriesFillPaint(boolean)
public void setAutoPopulateSeriesFillPaint(boolean auto)
lookupSeriesFillPaint(int)
is
called.auto
- the new flag value.getAutoPopulateSeriesFillPaint()
public Paint getItemOutlinePaint(int row, int column)
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
).public Paint lookupSeriesOutlinePaint(int series)
series
- the series (zero-based index).null
).public Paint getSeriesOutlinePaint(int series)
series
- the series (zero-based index).null
).setSeriesOutlinePaint(int, Paint)
public void setSeriesOutlinePaint(int series, Paint paint)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).paint
- the paint (null
permitted).getSeriesOutlinePaint(int)
public void setSeriesOutlinePaint(int series, Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).paint
- the paint (null
permitted).notify
- notify listeners?getSeriesOutlinePaint(int)
public Paint getDefaultOutlinePaint()
null
).setDefaultOutlinePaint(Paint)
public void setDefaultOutlinePaint(Paint paint)
RendererChangeEvent
to
all registered listeners.paint
- the paint (null
not permitted).getDefaultOutlinePaint()
public void setDefaultOutlinePaint(Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners.paint
- the paint (null
not permitted).notify
- notify listeners?getDefaultOutlinePaint()
public boolean getAutoPopulateSeriesOutlinePaint()
lookupSeriesOutlinePaint(int)
is called.setAutoPopulateSeriesOutlinePaint(boolean)
public void setAutoPopulateSeriesOutlinePaint(boolean auto)
lookupSeriesOutlinePaint(int)
is called.auto
- the new flag value.getAutoPopulateSeriesOutlinePaint()
public Stroke getItemStroke(int row, int column)
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
).public Stroke lookupSeriesStroke(int series)
series
- the series (zero-based index).null
).public Stroke getSeriesStroke(int series)
series
- the series (zero-based index).null
).setSeriesStroke(int, Stroke)
public void setSeriesStroke(int series, Stroke stroke)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).stroke
- the stroke (null
permitted).getSeriesStroke(int)
public void setSeriesStroke(int series, Stroke stroke, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).stroke
- the stroke (null
permitted).notify
- notify listeners?getSeriesStroke(int)
public void clearSeriesStrokes(boolean notify)
RendererChangeEvent
to all registered listeners.notify
- notify listeners?public Stroke getDefaultStroke()
null
).setDefaultStroke(Stroke)
public void setDefaultStroke(Stroke stroke)
RendererChangeEvent
to all
registered listeners.stroke
- the stroke (null
not permitted).getDefaultStroke()
public void setDefaultStroke(Stroke stroke, boolean notify)
RendererChangeEvent
to all registered listeners.stroke
- the stroke (null
not permitted).notify
- notify listeners?getDefaultStroke()
public boolean getAutoPopulateSeriesStroke()
lookupSeriesStroke(int)
is called.setAutoPopulateSeriesStroke(boolean)
public void setAutoPopulateSeriesStroke(boolean auto)
lookupSeriesStroke(int)
is called.auto
- the new flag value.getAutoPopulateSeriesStroke()
public Stroke getItemOutlineStroke(int row, int column)
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
).public Stroke lookupSeriesOutlineStroke(int series)
series
- the series (zero-based index).null
).public Stroke getSeriesOutlineStroke(int series)
series
- the series (zero-based index).null
).setSeriesOutlineStroke(int, Stroke)
public void setSeriesOutlineStroke(int series, Stroke stroke)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).stroke
- the stroke (null
permitted).getSeriesOutlineStroke(int)
public void setSeriesOutlineStroke(int series, Stroke stroke, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index.stroke
- the stroke (null
permitted).notify
- notify listeners?getSeriesOutlineStroke(int)
public Stroke getDefaultOutlineStroke()
null
).setDefaultOutlineStroke(Stroke)
public void setDefaultOutlineStroke(Stroke stroke)
RendererChangeEvent
to all registered listeners.stroke
- the stroke (null
not permitted).getDefaultOutlineStroke()
public void setDefaultOutlineStroke(Stroke stroke, boolean notify)
RendererChangeEvent
to all registered listeners.stroke
- the stroke (null
not permitted).notify
- a flag that controls whether or not listeners are
notified.getDefaultOutlineStroke()
public boolean getAutoPopulateSeriesOutlineStroke()
lookupSeriesOutlineStroke(int)
is called.setAutoPopulateSeriesOutlineStroke(boolean)
public void setAutoPopulateSeriesOutlineStroke(boolean auto)
lookupSeriesOutlineStroke(int)
is called.auto
- the new flag value.getAutoPopulateSeriesOutlineStroke()
public Shape getItemShape(int row, int column)
The default implementation passes control to the
lookupSeriesShape(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
).public Shape lookupSeriesShape(int series)
series
- the series (zero-based index).null
).public Shape getSeriesShape(int series)
series
- the series (zero-based index).null
).setSeriesShape(int, Shape)
public void setSeriesShape(int series, Shape shape)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).shape
- the shape (null
permitted).getSeriesShape(int)
public void setSeriesShape(int series, Shape shape, boolean notify)
RendererChangeEvent
to all registered listeners.series
- the series index (zero based).shape
- the shape (null
permitted).notify
- notify listeners?getSeriesShape(int)
public Shape getDefaultShape()
null
).setDefaultShape(Shape)
public void setDefaultShape(Shape shape)
RendererChangeEvent
to all
registered listeners.shape
- the shape (null
not permitted).getDefaultShape()
public void setDefaultShape(Shape shape, boolean notify)
RendererChangeEvent
to all registered listeners.shape
- the shape (null
not permitted).notify
- notify listeners?getDefaultShape()
public boolean getAutoPopulateSeriesShape()
lookupSeriesShape(int)
is called.setAutoPopulateSeriesShape(boolean)
public void setAutoPopulateSeriesShape(boolean auto)
lookupSeriesShape(int)
is called.auto
- the new flag value.getAutoPopulateSeriesShape()
public boolean isItemLabelVisible(int row, int column)
true
if an item label is visible, and
false
otherwise.row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).public boolean isSeriesItemLabelsVisible(int series)
true
if the item labels for a series are visible,
and false
otherwise.series
- the series index (zero-based).public void setSeriesItemLabelsVisible(int series, boolean visible)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).visible
- the flag.public void setSeriesItemLabelsVisible(int series, Boolean visible)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).visible
- the flag (null
permitted).public void setSeriesItemLabelsVisible(int series, Boolean visible, boolean notify)
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.public boolean getDefaultItemLabelsVisible()
null
result should be interpreted as equivalent to Boolean.FALSE
.null
).setDefaultItemLabelsVisible(boolean)
public void setDefaultItemLabelsVisible(boolean visible)
RendererChangeEvent
to all registered listeners.visible
- the flag.getDefaultItemLabelsVisible()
public void setDefaultItemLabelsVisible(boolean visible, boolean notify)
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.getDefaultItemLabelsVisible()
public Font getItemLabelFont(int row, int column)
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).null
).public Font getSeriesItemLabelFont(int series)
series
- the series index (zero-based).null
).setSeriesItemLabelFont(int, Font)
public void setSeriesItemLabelFont(int series, Font font)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).font
- the font (null
permitted).getSeriesItemLabelFont(int)
public void setSeriesItemLabelFont(int series, Font font, boolean notify)
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.getSeriesItemLabelFont(int)
public Font getDefaultItemLabelFont()
null
).setDefaultItemLabelFont(Font)
public void setDefaultItemLabelFont(Font font)
RendererChangeEvent
to all registered listeners.font
- the font (null
not permitted).getDefaultItemLabelFont()
public void setDefaultItemLabelFont(Font font, boolean notify)
RendererChangeEvent
to all registered listeners.font
- the font (null
not permitted).notify
- a flag that controls whether or not listeners are
notified.getDefaultItemLabelFont()
public Paint getItemLabelPaint(int row, int column)
row
- the row index (zero based).column
- the column index (zero based).null
).public Paint getSeriesItemLabelPaint(int series)
series
- the series index (zero based).null
).setSeriesItemLabelPaint(int, Paint)
public void setSeriesItemLabelPaint(int series, Paint paint)
RendererChangeEvent
to all registered listeners.series
- the series (zero based index).paint
- the paint (null
permitted).getSeriesItemLabelPaint(int)
public void setSeriesItemLabelPaint(int series, Paint paint, boolean notify)
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.getSeriesItemLabelPaint(int)
public Paint getDefaultItemLabelPaint()
null
).setDefaultItemLabelPaint(Paint)
public void setDefaultItemLabelPaint(Paint paint)
RendererChangeEvent
to all registered listeners.paint
- the paint (null
not permitted).getDefaultItemLabelPaint()
public void setDefaultItemLabelPaint(Paint paint, boolean notify)
RendererChangeEvent
to all registered listeners..paint
- the paint (null
not permitted).notify
- a flag that controls whether or not listeners are
notified.getDefaultItemLabelPaint()
public ItemLabelPosition getPositiveItemLabelPosition(int row, int column)
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).null
).getNegativeItemLabelPosition(int, int)
public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series)
series
- the series index (zero-based).null
).setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).position
- the position (null
permitted).getSeriesPositiveItemLabelPosition(int)
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify)
RendererChangeEvent
to all registered
listeners.series
- the series index (zero-based).position
- the position (null
permitted).notify
- notify registered listeners?getSeriesPositiveItemLabelPosition(int)
public ItemLabelPosition getDefaultPositiveItemLabelPosition()
null
).setDefaultPositiveItemLabelPosition(ItemLabelPosition)
public void setDefaultPositiveItemLabelPosition(ItemLabelPosition position)
position
- the position (null
not permitted).getDefaultPositiveItemLabelPosition()
public void setDefaultPositiveItemLabelPosition(ItemLabelPosition position, boolean notify)
RendererChangeEvent
to all registered listeners.position
- the position (null
not permitted).notify
- notify registered listeners?getDefaultPositiveItemLabelPosition()
public ItemLabelPosition getNegativeItemLabelPosition(int row, int column)
row
- the row (or series) index (zero-based).column
- the column (or category) index (zero-based).null
).getPositiveItemLabelPosition(int, int)
public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series)
series
- the series index (zero-based).null
).setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).position
- the position (null
permitted).getSeriesNegativeItemLabelPosition(int)
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify)
RendererChangeEvent
to all registered
listeners.series
- the series index (zero-based).position
- the position (null
permitted).notify
- notify registered listeners?getSeriesNegativeItemLabelPosition(int)
public ItemLabelPosition getDefaultNegativeItemLabelPosition()
null
).setDefaultNegativeItemLabelPosition(ItemLabelPosition)
public void setDefaultNegativeItemLabelPosition(ItemLabelPosition position)
RendererChangeEvent
to all registered listeners.position
- the position (null
not permitted).getDefaultNegativeItemLabelPosition()
public void setDefaultNegativeItemLabelPosition(ItemLabelPosition position, boolean notify)
RendererChangeEvent
to all registered listeners.position
- the position (null
not permitted).notify
- notify registered listeners?getDefaultNegativeItemLabelPosition()
public double getItemLabelAnchorOffset()
setItemLabelAnchorOffset(double)
public void setItemLabelAnchorOffset(double offset)
offset
- the offset.getItemLabelAnchorOffset()
public boolean getItemCreateEntity(int series, int item)
series
- the series index.item
- the item index.public Boolean getSeriesCreateEntities(int series)
series
- the series index (zero-based).null
).setSeriesCreateEntities(int, Boolean)
public void setSeriesCreateEntities(int series, Boolean create)
RendererChangeEvent
to all registered listeners.series
- the series index (zero-based).create
- the flag (null
permitted).getSeriesCreateEntities(int)
public void setSeriesCreateEntities(int series, Boolean create, boolean notify)
RendererChangeEvent
to all registered
listeners.series
- the series index.create
- the flag (null
permitted).notify
- notify listeners?getSeriesCreateEntities(int)
public boolean getDefaultCreateEntities()
setDefaultCreateEntities(boolean)
public void setDefaultCreateEntities(boolean create)
RendererChangeEvent
to all registered listeners.create
- the flag.getDefaultCreateEntities()
public void setDefaultCreateEntities(boolean create, boolean notify)
RendererChangeEvent
to all registered
listeners.create
- the visibility.notify
- notify listeners?getDefaultCreateEntities()
public int getDefaultEntityRadius()
setDefaultEntityRadius(int)
public void setDefaultEntityRadius(int radius)
radius
- the radius.getDefaultEntityRadius()
public Shape lookupLegendShape(int series)
series
- the series index.null
).public Shape getLegendShape(int series)
null
).series
- the series index.null
).lookupLegendShape(int)
public void setLegendShape(int series, Shape shape)
RendererChangeEvent
to all registered listeners.series
- the series index.shape
- the shape (null
permitted).public Shape getDefaultLegendShape()
null
.public void setDefaultLegendShape(Shape shape)
RendererChangeEvent
to all registered listeners.shape
- the shape (null
permitted).protected boolean getTreatLegendShapeAsLine()
protected void setTreatLegendShapeAsLine(boolean treatAsLine)
treatAsLine
- the new flag value.public Font lookupLegendTextFont(int series)
series
- the series index.null
).public Font getLegendTextFont(int series)
null
).series
- the series index.null
).lookupLegendTextFont(int)
public void setLegendTextFont(int series, Font font)
RendererChangeEvent
to all registered listeners.series
- the series index.font
- the font (null
permitted).public Font getDefaultLegendTextFont()
null
.public void setDefaultLegendTextFont(Font font)
RendererChangeEvent
to all registered listeners.font
- the font (null
permitted).public Paint lookupLegendTextPaint(int series)
series
- the series index.null
).public Paint getLegendTextPaint(int series)
null
).series
- the series index.null
).lookupLegendTextPaint(int)
public void setLegendTextPaint(int series, Paint paint)
RendererChangeEvent
to all registered listeners.series
- the series index.paint
- the paint (null
permitted).public Paint getDefaultLegendTextPaint()
null
.public void setDefaultLegendTextPaint(Paint paint)
RendererChangeEvent
to all registered listeners.paint
- the paint (null
permitted).public boolean getDataBoundsIncludesVisibleSeriesOnly()
public void setDataBoundsIncludesVisibleSeriesOnly(boolean visibleOnly)
RendererChangeEvent
to all registered listeners.visibleOnly
- include only visible series.protected Point2D calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)
anchor
- the anchor.x
- the x coordinate.y
- the y coordinate.orientation
- the plot orientation.null
).public void addChangeListener(RendererChangeListener listener)
listener
- the listener (null
not permitted).removeChangeListener(RendererChangeListener)
public void removeChangeListener(RendererChangeListener listener)
listener
- the object (null
not permitted).addChangeListener(RendererChangeListener)
public boolean hasListener(EventListener listener)
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.protected void fireChangeEvent()
RendererChangeEvent
to all registered listeners.public void notifyListeners(RendererChangeEvent event)
event
- information about the change event.public boolean equals(Object obj)
public int hashCode()
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- if some component of the renderer
does not support cloning.Copyright © 2001–2017 JFree.org. All rights reserved.