CloneSet42


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
384210.968interface_member_declarations[35]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14561221
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/CategoryItemRenderer.java
23841000
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYItemRenderer.java
Next
Last
Clone Instance
1
Line Count
456
Source Line
1221
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/CategoryItemRenderer.java

// FIXME: add setBaseToolTipGenerator(CategoryToolTipGenerator, boolean) ?
//// ITEM LABEL FONT  //////////////////////////////////////////////////////
/**
 * Returns the font for an item label.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 *
 * @return The font (never <code>null</code>).
 */
public Font getItemLabelFont(int row, int column);
/**
 * Returns the font used for all item labels.  This may be
 * <code>null</code>, in which case the per series font settings will apply.
 *
 * @return The font (possibly <code>null</code>).
 *
 * @see #setItemLabelFont(Font)
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on {@link #getSeriesItemLabelFont(int)} and
 *     {@link #getBaseItemLabelFont()}.
 */
public Font getItemLabelFont();
/**
 * Sets the item label font for ALL series and sends a
 * {@link RendererChangeEvent} to all registered listeners.  You can set
 * this to <code>null</code> if you prefer to set the font on a per series
 * basis.
 *
 * @param font  the font (<code>null</code> permitted).
 *
 * @see #getItemLabelFont()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on {@link #setSeriesItemLabelFont(int,
 *     Font)} and {@link #setBaseItemLabelFont(Font)}.
 */
public void setItemLabelFont(Font font);
/**
 * Returns the font for all the item labels in a series.
 *
 * @param series  the series index (zero-based).
 *
 * @return The font (possibly <code>null</code>).
 *
 * @see #setSeriesItemLabelFont(int, Font)
 */
public Font getSeriesItemLabelFont(int series);
/**
 * Sets the item label font for a series and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param font  the font (<code>null</code> permitted).
 *
 * @see #getSeriesItemLabelFont(int)
 */
public void setSeriesItemLabelFont(int series, Font font);
// FIXME: add setSeriesItemLabelFont(int, Font, boolean) ?
/**
 * Returns the base item label font (this is used when no other font
 * setting is available).
 *
 * @return The font (<code>never</code> null).
 *
 * @see #setBaseItemLabelFont(Font)
 */
public Font getBaseItemLabelFont();
/**
 * Sets the base item label font and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param font  the font (<code>null</code> not permitted).
 *
 * @see #getBaseItemLabelFont()
 */
public void setBaseItemLabelFont(Font font);
// FIXME: add setBaseItemLabelFont(Font, boolean) ?
//// ITEM LABEL PAINT  /////////////////////////////////////////////////////
/**
 * Returns the paint used to draw an item label.
 *
 * @param row  the row index (zero based).
 * @param column  the column index (zero based).
 *
 * @return The paint (never <code>null</code>).
 */
public Paint getItemLabelPaint(int row, int column);
/**
 * Returns the paint used for all item labels.  This may be
 * <code>null</code>, in which case the per series paint settings will
 * apply.
 *
 * @return The paint (possibly <code>null</code>).
 *
 * @see #setItemLabelPaint(Paint)
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on {@link #getSeriesItemLabelPaint(int)}
 *     and {@link #getBaseItemLabelPaint()}.
 */
public Paint getItemLabelPaint();
/**
 * Sets the item label paint for ALL series and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getItemLabelPaint()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on {@link #setSeriesItemLabelPaint(int,
 *     Paint)} and {@link #setBaseItemLabelPaint(Paint)}.
 */
public void setItemLabelPaint(Paint paint);
/**
 * Returns the paint used to draw the item labels for a series.
 *
 * @param series  the series index (zero based).
 *
 * @return The paint (possibly <code>null<code>).
 *
 * @see #setSeriesItemLabelPaint(int, Paint)
 */
public Paint getSeriesItemLabelPaint(int series);
/**
 * Sets the item label paint for a series and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series (zero based index).
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getSeriesItemLabelPaint(int)
 */
public void setSeriesItemLabelPaint(int series, Paint paint);
// FIXME: add setSeriesItemLabelPaint(int, Paint, boolean) ?
/**
 * Returns the base item label paint.
 *
 * @return The paint (never <code>null<code>).
 *
 * @see #setBaseItemLabelPaint(Paint)
 */
public Paint getBaseItemLabelPaint();
/**
 * Sets the base item label paint and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param paint  the paint (<code>null</code> not permitted).
 *
 * @see #getBaseItemLabelPaint()
 */
public void setBaseItemLabelPaint(Paint paint);
// FIXME: add setBaseItemLabelPaint(Paint, boolean) ?
// POSITIVE ITEM LABEL POSITION...
/**
 * Returns the item label position for positive values.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 *
 * @return The item label position (never <code>null</code>).
 */
public ItemLabelPosition getPositiveItemLabelPosition(int row, int column);
/**
 * Returns the item label position for positive values in ALL series.
 *
 * @return The item label position (possibly <code>null</code>).
 *
 * @see #setPositiveItemLabelPosition(ItemLabelPosition)
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #getSeriesPositiveItemLabelPosition(int)}
 *     and {@link #getBasePositiveItemLabelPosition()}.
 */
public ItemLabelPosition getPositiveItemLabelPosition();
/**
 * Sets the item label position for positive values in ALL series, and
 * sends a {@link RendererChangeEvent} to all registered listeners.  You
 * need to set this to <code>null</code> to expose the settings for
 * individual series.
 *
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getPositiveItemLabelPosition()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)}
 *     and {@link #setBasePositiveItemLabelPosition(ItemLabelPosition)}.
 */
public void setPositiveItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the positive item label position for ALL series and (if requested)
 * sends a {@link RendererChangeEvent} to all registered listeners.
 *
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getPositiveItemLabelPosition()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition,
 *     boolean)} and {@link #setBasePositiveItemLabelPosition(
 *     ItemLabelPosition, boolean)}.
 */
public void setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
 * Returns the item label position for all positive values in a series.
 *
 * @param series  the series index (zero-based).
 *
 * @return The item label position.
 *
 * @see #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
 */
public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series);
/**
 * Sets the item label position for all positive values in a series and
 * sends a {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getSeriesPositiveItemLabelPosition(int)
 */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position);
/**
 * Sets the item label position for all positive values in a series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getSeriesPositiveItemLabelPosition(int)
 */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
 * Returns the base positive item label position.
 *
 * @return The position.
 *
 * @see #setBasePositiveItemLabelPosition(ItemLabelPosition)
 */
public ItemLabelPosition getBasePositiveItemLabelPosition();
/**
 * Sets the base positive item label position.
 *
 * @param position  the position.
 *
 * @see #getBasePositiveItemLabelPosition()
 */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the base positive item label position and, if requested, sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param position  the position.
 * @param notify  notify registered listeners?
 *
 * @see #getBasePositiveItemLabelPosition()
 */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
// NEGATIVE ITEM LABEL POSITION...
/**
 * 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.
 *
 * @param row  the row index (zero-based).
 * @param column  the column (zero-based).
 *
 * @return The item label position.
 */
public ItemLabelPosition getNegativeItemLabelPosition(int row, int column);
/**
 * Returns the item label position for negative values in ALL series.
 *
 * @return The item label position (possibly <code>null</code>).
 *
 * @see #setNegativeItemLabelPosition(ItemLabelPosition)
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #getSeriesNegativeItemLabelPosition(int)}
 *     and {@link #getBaseNegativeItemLabelPosition()}.
 */
public ItemLabelPosition getNegativeItemLabelPosition();
/**
 * Sets the item label position for negative values in ALL series, and
 * sends a {@link RendererChangeEvent} to all registered listeners.  You
 * need to set this to <code>null</code> to expose the settings for
 * individual series.
 *
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getNegativeItemLabelPosition()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)}
 *     and {@link #setBaseNegativeItemLabelPosition(ItemLabelPosition)}.
 */
public void setNegativeItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the item label position for negative values in ALL series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getNegativeItemLabelPosition()
 *
 * @deprecated This method should no longer be used (as of version 1.0.6).
 *     It is sufficient to rely on
 *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition,
 *     boolean)} and {@link #setBaseNegativeItemLabelPosition(
 *     ItemLabelPosition, boolean)}.
 */
public void setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
 * Returns the item label position for all negative values in a series.
 *
 * @param series  the series index (zero-based).
 *
 * @return The item label position.
 *
 * @see #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
 */
public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series);
/**
 * Sets the item label position for negative values in a series and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getSeriesNegativeItemLabelPosition(int)
 */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position);
/**
 * Sets the item label position for negative values in a series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getSeriesNegativeItemLabelPosition(int)
 */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
 * Returns the base item label position for negative values.
 *
 * @return The position.
 *
 * @see #setBaseNegativeItemLabelPosition(ItemLabelPosition)
 */
public ItemLabelPosition getBaseNegativeItemLabelPosition();
/**
 * Sets the base item label position for negative values and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param position  the position.
 *
 * @see #getBaseNegativeItemLabelPosition()
 */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the base negative item label position and, if requested, sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param position  the position.
 * @param notify  notify registered listeners?
 *
 * @see #getBaseNegativeItemLabelPosition()
 */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
// CREATE ENTITIES
// FIXME:  these methods should be defined
//    public boolean getItemCreateEntity(int series, int item);
//
//    public Boolean getSeriesCreateEntities(int series);
//
//    public void setSeriesCreateEntities(int series, Boolean create);
//
//    public void setSeriesCreateEntities(int series, Boolean create,
//            boolean notify);
//
//    public boolean getBaseCreateEntities();
//
//    public void setBaseCreateEntities(boolean create);
//
//    public void setBaseCreateEntities(boolean create, boolean notify);
// ITEM URL GENERATOR
/**
 * Returns the URL generator for an item.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The item URL generator.
 */
public CategoryURLGenerator getItemURLGenerator(int series, int item);


First
Previous
Clone Instance
2
Line Count
384
Source Line
1000
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYItemRenderer.java

//// ITEM LABEL FONT ///////////////////////////////////////////////////////
/**
 * Returns the font for an item label.
 * 
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * 
 * @return The font (never <code>null</code>).
 */
public Font getItemLabelFont(int row, int column);
/**
 * Returns the font used for all item labels.  This may be 
 * <code>null</code>, in which case the per series font settings will apply.
 * 
 * @return The font (possibly <code>null</code>).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on {@link #getSeriesItemLabelFont(int)} and
 *     {@link #getBaseItemLabelFont()}.
 */
public Font getItemLabelFont();
/**
 * Sets the item label font for ALL series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.  You can set 
 * this to <code>null</code> if you prefer to set the font on a per series 
 * basis.
 * 
 * @param font  the font (<code>null</code> permitted).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on {@link #setSeriesItemLabelFont(int, 
 *     Font)} and {@link #setBaseItemLabelFont(Font)}.
 */
public void setItemLabelFont(Font font);
/**
 * Returns the font for all the item labels in a series.
 * 
 * @param series  the series index (zero-based).
 * 
 * @return The font (possibly <code>null</code>).
 */
public Font getSeriesItemLabelFont(int series);
/**
 * Sets the item label font for a series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.  
 * 
 * @param series  the series index (zero-based).
 * @param font  the font (<code>null</code> permitted).
 */
public void setSeriesItemLabelFont(int series, Font font);
/**
 * Returns the base item label font (this is used when no other font 
 * setting is available).
 * 
 * @return The font (<code>never</code> null).
 */
public Font getBaseItemLabelFont();
/**
 * Sets the base item label font and sends a {@link RendererChangeEvent} 
 * to all registered listeners.  
 * 
 * @param font  the font (<code>null</code> not permitted).
 */
public void setBaseItemLabelFont(Font font);
//// ITEM LABEL PAINT  /////////////////////////////////////////////////////
/**
 * Returns the paint used to draw an item label.
 * 
 * @param row  the row index (zero based).
 * @param column  the column index (zero based).
 * 
 * @return The paint (never <code>null</code>).
 */
public Paint getItemLabelPaint(int row, int column);
/**
 * Returns the paint used for all item labels.  This may be 
 * <code>null</code>, in which case the per series paint settings will 
 * apply.
 * 
 * @return The paint (possibly <code>null</code>).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on {@link #getSeriesItemLabelPaint(int)} 
 *     and {@link #getBaseItemLabelPaint()}.
 */
public Paint getItemLabelPaint();
/**
 * Sets the item label paint for ALL series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param paint  the paint (<code>null</code> permitted).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on {@link #setSeriesItemLabelPaint(int, 
 *     Paint)} and {@link #setBaseItemLabelPaint(Paint)}.
 */
public void setItemLabelPaint(Paint paint);
/**
 * Returns the paint used to draw the item labels for a series.
 * 
 * @param series  the series index (zero based).
 * 
 * @return The paint (possibly <code>null<code>).
 */
public Paint getSeriesItemLabelPaint(int series);
/**
 * Sets the item label paint for a series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param series  the series (zero based index).
 * @param paint  the paint (<code>null</code> permitted).
 */
public void setSeriesItemLabelPaint(int series, Paint paint);
/**
 * Returns the base item label paint.
 * 
 * @return The paint (never <code>null<code>).
 */
public Paint getBaseItemLabelPaint();
/**
 * Sets the base item label paint and sends a {@link RendererChangeEvent} 
 * to all registered listeners.
 * 
 * @param paint  the paint (<code>null</code> not permitted).
 */
public void setBaseItemLabelPaint(Paint paint);
// POSITIVE ITEM LABEL POSITION...
/**
 * Returns the item label position for positive values.
 * 
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * 
 * @return The item label position (never <code>null</code>).
 */
public ItemLabelPosition getPositiveItemLabelPosition(int row, int column);
/**
 * Returns the item label position for positive values in ALL series.
 * 
 * @return The item label position (possibly <code>null</code>).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #getSeriesPositiveItemLabelPosition(int)} 
 *     and {@link #getBasePositiveItemLabelPosition()}.
 */
public ItemLabelPosition getPositiveItemLabelPosition();
/**
 * Sets the item label position for positive values in ALL series, and 
 * sends a {@link RendererChangeEvent} to all registered listeners.  You 
 * need to set this to <code>null</code> to expose the settings for 
 * individual series.
 * 
 * @param position  the position (<code>null</code> permitted).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)} 
 *     and {@link #setBasePositiveItemLabelPosition(ItemLabelPosition)}.
 */
public void setPositiveItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the positive item label position for ALL series and (if requested)
 * sends a {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, 
 *     boolean)} and {@link #setBasePositiveItemLabelPosition(
 *     ItemLabelPosition, boolean)}.
 */
public void setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
 * Returns the item label position for all positive values in a series.
 * 
 * @param series  the series index (zero-based).
 * 
 * @return The item label position (never <code>null</code>).
 */
public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series);
/**
 * Sets the item label position for all positive values in a series and 
 * sends a {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position);
/**
 * Sets the item label position for all positive values in a series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered 
 * listeners.
 * 
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
 * Returns the base positive item label position.
 * 
 * @return The position (never <code>null</code>).
 */
public ItemLabelPosition getBasePositiveItemLabelPosition();
/**
 * Sets the base positive item label position.
 * 
 * @param position  the position (<code>null</code> not permitted).
 */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the base positive item label position and, if requested, sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param position  the position (<code>null</code> not permitted).
 * @param notify  notify registered listeners?
 */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
// NEGATIVE ITEM LABEL POSITION...
/**
 * 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.
 * 
 * @param row  the row index (zero-based).
 * @param column  the column (zero-based).
 * 
 * @return The item label position (never <code>null</code>).
 */
public ItemLabelPosition getNegativeItemLabelPosition(int row, int column);
/**
 * Returns the item label position for negative values in ALL series.
 * 
 * @return The item label position (possibly <code>null</code>).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #getSeriesNegativeItemLabelPosition(int)} 
 *     and {@link #getBaseNegativeItemLabelPosition()}.
 */
public ItemLabelPosition getNegativeItemLabelPosition();
/**
 * Sets the item label position for negative values in ALL series, and 
 * sends a {@link RendererChangeEvent} to all registered listeners.  You 
 * need to set this to <code>null</code> to expose the settings for 
 * individual series.
 * 
 * @param position  the position (<code>null</code> permitted).
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)} 
 *     and {@link #setBaseNegativeItemLabelPosition(ItemLabelPosition)}.
 */
public void setNegativeItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the item label position for negative values in ALL series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered 
 * listeners.  
 * 
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 * 
 * @deprecated This method should no longer be used (as of version 1.0.6). 
 *     It is sufficient to rely on 
 *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, 
 *     boolean)} and {@link #setBaseNegativeItemLabelPosition(
 *     ItemLabelPosition, boolean)}.
 */
public void setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
 * Returns the item label position for all negative values in a series.
 * 
 * @param series  the series index (zero-based).
 * 
 * @return The item label position (never <code>null</code>).
 */
public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series);
/**
 * Sets the item label position for negative values in a series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position);
/**
 * Sets the item label position for negative values in a series and (if 
 * requested) sends a {@link RendererChangeEvent} to all registered 
 * listeners.
 * 
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
 * Returns the base item label position for negative values.
 * 
 * @return The position (never <code>null</code>).
 */
public ItemLabelPosition getBaseNegativeItemLabelPosition();
/**
 * Sets the base item label position for negative values and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param position  the position (<code>null</code> not permitted).
 */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position);
/**
 * Sets the base negative item label position and, if requested, sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param position  the position (<code>null</code> not permitted).
 * @param notify  notify registered listeners?
 */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
// CREATE ENTITIES
// FIXME:  these methods should be defined
//    public boolean getItemCreateEntity(int series, int item);
//    
//    public Boolean getSeriesCreateEntities(int series);
//    
//    public void setSeriesCreateEntities(int series, Boolean create);
//    
//    public void setSeriesCreateEntities(int series, Boolean create, 
//            boolean notify);
//    
//    public boolean getBaseCreateEntities();
//    
//    public void setBaseCreateEntities(boolean create);
//    
//    public void setBaseCreateEntities(boolean create, boolean notify);
/**
 * Adds an annotation and sends a {@link RendererChangeEvent} to all 
 * registered listeners.  The annotation is added to the foreground
 * layer.
 * 
 * @param annotation  the annotation (<code>null</code> not permitted).
 */
public void addAnnotation(XYAnnotation annotation);


Clone AbstractionParameter Count: 1Parameter Bindings

//// ITEM LABEL FONT ///////////////////////////////////////////////////////
/**
     * Returns the font for an item label.
     * 
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * 
     * @return The font (never <code>null</code>).
     */
// FIXME: add setBaseToolTipGenerator(CategoryToolTipGenerator, boolean) ?
//// ITEM LABEL FONT  //////////////////////////////////////////////////////
/**
     * Returns the font for an item label.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     *
     * @return The font (never <code>null</code>).
     */
public Font getItemLabelFont(int row, int column);
/**
     * Returns the font used for all item labels.  This may be 
     * <code>null</code>, in which case the per series font settings will apply.
     * 
     * @return The font (possibly <code>null</code>).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on {@link #getSeriesItemLabelFont(int)} and
     *     {@link #getBaseItemLabelFont()}.
     */
/**
     * Returns the font used for all item labels.  This may be
     * <code>null</code>, in which case the per series font settings will apply.
     *
     * @return The font (possibly <code>null</code>).
     *
     * @see #setItemLabelFont(Font)
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on {@link #getSeriesItemLabelFont(int)} and
     *     {@link #getBaseItemLabelFont()}.
     */
public Font getItemLabelFont();
/**
     * Sets the item label font for ALL series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.  You can set 
     * this to <code>null</code> if you prefer to set the font on a per series 
     * basis.
     * 
     * @param font  the font (<code>null</code> permitted).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on {@link #setSeriesItemLabelFont(int, 
     *     Font)} and {@link #setBaseItemLabelFont(Font)}.
     */
/**
     * Sets the item label font for ALL series and sends a
     * {@link RendererChangeEvent} to all registered listeners.  You can set
     * this to <code>null</code> if you prefer to set the font on a per series
     * basis.
     *
     * @param font  the font (<code>null</code> permitted).
     *
     * @see #getItemLabelFont()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on {@link #setSeriesItemLabelFont(int,
     *     Font)} and {@link #setBaseItemLabelFont(Font)}.
     */
public void setItemLabelFont(Font font);
/**
     * Returns the font for all the item labels in a series.
     * 
     * @param series  the series index (zero-based).
     * 
     * @return The font (possibly <code>null</code>).
     */
/**
     * Returns the font for all the item labels in a series.
     *
     * @param series  the series index (zero-based).
     *
     * @return The font (possibly <code>null</code>).
     *
     * @see #setSeriesItemLabelFont(int, Font)
     */
public Font getSeriesItemLabelFont(int series);
/**
     * Sets the item label font for a series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.  
     * 
     * @param series  the series index (zero-based).
     * @param font  the font (<code>null</code> permitted).
     */
/**
     * Sets the item label font for a series and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param font  the font (<code>null</code> permitted).
     *
     * @see #getSeriesItemLabelFont(int)
     */
public void setSeriesItemLabelFont(int series, Font font);
/**
     * Returns the base item label font (this is used when no other font 
     * setting is available).
     * 
     * @return The font (<code>never</code> null).
     */
// FIXME: add setSeriesItemLabelFont(int, Font, boolean) ?
/**
     * Returns the base item label font (this is used when no other font
     * setting is available).
     *
     * @return The font (<code>never</code> null).
     *
     * @see #setBaseItemLabelFont(Font)
     */
public Font getBaseItemLabelFont();
/**
     * Sets the base item label font and sends a {@link RendererChangeEvent} 
     * to all registered listeners.  
     * 
     * @param font  the font (<code>null</code> not permitted).
     */
/**
     * Sets the base item label font and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param font  the font (<code>null</code> not permitted).
     *
     * @see #getBaseItemLabelFont()
     */
public void setBaseItemLabelFont(Font font);
// FIXME: add setBaseItemLabelFont(Font, boolean) ?
//// ITEM LABEL PAINT  /////////////////////////////////////////////////////
/**
     * Returns the paint used to draw an item label.
     * 
     * @param row  the row index (zero based).
     * @param column  the column index (zero based).
     * 
     * @return The paint (never <code>null</code>).
     */
/**
     * Returns the paint used to draw an item label.
     *
     * @param row  the row index (zero based).
     * @param column  the column index (zero based).
     *
     * @return The paint (never <code>null</code>).
     */
public Paint getItemLabelPaint(int row, int column);
/**
     * Returns the paint used for all item labels.  This may be 
     * <code>null</code>, in which case the per series paint settings will 
     * apply.
     * 
     * @return The paint (possibly <code>null</code>).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on {@link #getSeriesItemLabelPaint(int)} 
     *     and {@link #getBaseItemLabelPaint()}.
     */
/**
     * Returns the paint used for all item labels.  This may be
     * <code>null</code>, in which case the per series paint settings will
     * apply.
     *
     * @return The paint (possibly <code>null</code>).
     *
     * @see #setItemLabelPaint(Paint)
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on {@link #getSeriesItemLabelPaint(int)}
     *     and {@link #getBaseItemLabelPaint()}.
     */
public Paint getItemLabelPaint();
/**
     * Sets the item label paint for ALL series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param paint  the paint (<code>null</code> permitted).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on {@link #setSeriesItemLabelPaint(int, 
     *     Paint)} and {@link #setBaseItemLabelPaint(Paint)}.
     */
/**
     * Sets the item label paint for ALL series and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param paint  the paint (<code>null</code> permitted).
     *
     * @see #getItemLabelPaint()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on {@link #setSeriesItemLabelPaint(int,
     *     Paint)} and {@link #setBaseItemLabelPaint(Paint)}.
     */
public void setItemLabelPaint(Paint paint);
/**
     * Returns the paint used to draw the item labels for a series.
     * 
     * @param series  the series index (zero based).
     * 
     * @return The paint (possibly <code>null<code>).
     */
/**
     * Returns the paint used to draw the item labels for a series.
     *
     * @param series  the series index (zero based).
     *
     * @return The paint (possibly <code>null<code>).
     *
     * @see #setSeriesItemLabelPaint(int, Paint)
     */
public Paint getSeriesItemLabelPaint(int series);
/**
     * Sets the item label paint for a series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param series  the series (zero based index).
     * @param paint  the paint (<code>null</code> permitted).
     */
/**
     * Sets the item label paint for a series and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series (zero based index).
     * @param paint  the paint (<code>null</code> permitted).
     *
     * @see #getSeriesItemLabelPaint(int)
     */
public void setSeriesItemLabelPaint(int series, Paint paint);
/**
     * Returns the base item label paint.
     * 
     * @return The paint (never <code>null<code>).
     */
// FIXME: add setSeriesItemLabelPaint(int, Paint, boolean) ?
/**
     * Returns the base item label paint.
     *
     * @return The paint (never <code>null<code>).
     *
     * @see #setBaseItemLabelPaint(Paint)
     */
public Paint getBaseItemLabelPaint();
/**
     * Sets the base item label paint and sends a {@link RendererChangeEvent} 
     * to all registered listeners.
     * 
     * @param paint  the paint (<code>null</code> not permitted).
     */
/**
     * Sets the base item label paint and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param paint  the paint (<code>null</code> not permitted).
     *
     * @see #getBaseItemLabelPaint()
     */
public void setBaseItemLabelPaint(Paint paint);
// FIXME: add setBaseItemLabelPaint(Paint, boolean) ?
// POSITIVE ITEM LABEL POSITION...
/**
     * Returns the item label position for positive values.
     * 
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * 
     * @return The item label position (never <code>null</code>).
     */
/**
     * Returns the item label position for positive values.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     *
     * @return The item label position (never <code>null</code>).
     */
public ItemLabelPosition getPositiveItemLabelPosition(int row, int column);
/**
     * Returns the item label position for positive values in ALL series.
     * 
     * @return The item label position (possibly <code>null</code>).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #getSeriesPositiveItemLabelPosition(int)} 
     *     and {@link #getBasePositiveItemLabelPosition()}.
     */
/**
     * Returns the item label position for positive values in ALL series.
     *
     * @return The item label position (possibly <code>null</code>).
     *
     * @see #setPositiveItemLabelPosition(ItemLabelPosition)
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #getSeriesPositiveItemLabelPosition(int)}
     *     and {@link #getBasePositiveItemLabelPosition()}.
     */
public ItemLabelPosition getPositiveItemLabelPosition();
/**
     * Sets the item label position for positive values in ALL series, and 
     * sends a {@link RendererChangeEvent} to all registered listeners.  You 
     * need to set this to <code>null</code> to expose the settings for 
     * individual series.
     * 
     * @param position  the position (<code>null</code> permitted).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)} 
     *     and {@link #setBasePositiveItemLabelPosition(ItemLabelPosition)}.
     */
/**
     * Sets the item label position for positive values in ALL series, and
     * sends a {@link RendererChangeEvent} to all registered listeners.  You
     * need to set this to <code>null</code> to expose the settings for
     * individual series.
     *
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getPositiveItemLabelPosition()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)}
     *     and {@link #setBasePositiveItemLabelPosition(ItemLabelPosition)}.
     */
public void setPositiveItemLabelPosition(ItemLabelPosition position);
/**
     * Sets the positive item label position for ALL series and (if requested)
     * sends a {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, 
     *     boolean)} and {@link #setBasePositiveItemLabelPosition(
     *     ItemLabelPosition, boolean)}.
     */
/**
     * Sets the positive item label position for ALL series and (if requested)
     * sends a {@link RendererChangeEvent} to all registered listeners.
     *
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getPositiveItemLabelPosition()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition,
     *     boolean)} and {@link #setBasePositiveItemLabelPosition(
     *     ItemLabelPosition, boolean)}.
     */
public void setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
     * Returns the item label position for all positive values in a series.
     * 
     * @param series  the series index (zero-based).
     * 
     * @return The item label position (never <code>null</code>).
     */
/**
     * Returns the item label position for all positive values in a series.
     *
     * @param series  the series index (zero-based).
     *
     * @return The item label position.
     *
     * @see #setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
     */
public ItemLabelPosition getSeriesPositiveItemLabelPosition(int series);
/**
     * Sets the item label position for all positive values in a series and 
     * sends a {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     */
/**
     * Sets the item label position for all positive values in a series and
     * sends a {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getSeriesPositiveItemLabelPosition(int)
     */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position);
/**
     * Sets the item label position for all positive values in a series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered 
     * listeners.
     * 
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     */
/**
     * Sets the item label position for all positive values in a series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getSeriesPositiveItemLabelPosition(int)
     */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
     * Returns the base positive item label position.
     * 
     * @return The position (never <code>null</code>).
     */
/**
     * Returns the base positive item label position.
     *
     * @return The position.
     *
     * @see #setBasePositiveItemLabelPosition(ItemLabelPosition)
     */
public ItemLabelPosition getBasePositiveItemLabelPosition();
/**
     * Sets the base positive item label position.
     * 
     * @param position  the position (<code>null</code> not permitted).
     */
/**
     * Sets the base positive item label position.
     *
     * @param position  the position.
     *
     * @see #getBasePositiveItemLabelPosition()
     */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position);
/**
     * Sets the base positive item label position and, if requested, sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param position  the position (<code>null</code> not permitted).
     * @param notify  notify registered listeners?
     */
/**
     * Sets the base positive item label position and, if requested, sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param position  the position.
     * @param notify  notify registered listeners?
     *
     * @see #getBasePositiveItemLabelPosition()
     */
public void setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify);
// NEGATIVE ITEM LABEL POSITION...
/**
     * 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.
     * 
     * @param row  the row index (zero-based).
     * @param column  the column (zero-based).
     * 
     * @return The item label position (never <code>null</code>).
     */
/**
     * 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.
     *
     * @param row  the row index (zero-based).
     * @param column  the column (zero-based).
     *
     * @return The item label position.
     */
public ItemLabelPosition getNegativeItemLabelPosition(int row, int column);
/**
     * Returns the item label position for negative values in ALL series.
     * 
     * @return The item label position (possibly <code>null</code>).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #getSeriesNegativeItemLabelPosition(int)} 
     *     and {@link #getBaseNegativeItemLabelPosition()}.
     */
/**
     * Returns the item label position for negative values in ALL series.
     *
     * @return The item label position (possibly <code>null</code>).
     *
     * @see #setNegativeItemLabelPosition(ItemLabelPosition)
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #getSeriesNegativeItemLabelPosition(int)}
     *     and {@link #getBaseNegativeItemLabelPosition()}.
     */
public ItemLabelPosition getNegativeItemLabelPosition();
/**
     * Sets the item label position for negative values in ALL series, and 
     * sends a {@link RendererChangeEvent} to all registered listeners.  You 
     * need to set this to <code>null</code> to expose the settings for 
     * individual series.
     * 
     * @param position  the position (<code>null</code> permitted).
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)} 
     *     and {@link #setBaseNegativeItemLabelPosition(ItemLabelPosition)}.
     */
/**
     * Sets the item label position for negative values in ALL series, and
     * sends a {@link RendererChangeEvent} to all registered listeners.  You
     * need to set this to <code>null</code> to expose the settings for
     * individual series.
     *
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getNegativeItemLabelPosition()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)}
     *     and {@link #setBaseNegativeItemLabelPosition(ItemLabelPosition)}.
     */
public void setNegativeItemLabelPosition(ItemLabelPosition position);
/**
     * Sets the item label position for negative values in ALL series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered 
     * listeners.  
     * 
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     * 
     * @deprecated This method should no longer be used (as of version 1.0.6). 
     *     It is sufficient to rely on 
     *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, 
     *     boolean)} and {@link #setBaseNegativeItemLabelPosition(
     *     ItemLabelPosition, boolean)}.
     */
/**
     * Sets the item label position for negative values in ALL series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getNegativeItemLabelPosition()
     *
     * @deprecated This method should no longer be used (as of version 1.0.6).
     *     It is sufficient to rely on
     *     {@link #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition,
     *     boolean)} and {@link #setBaseNegativeItemLabelPosition(
     *     ItemLabelPosition, boolean)}.
     */
public void setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
/**
     * Returns the item label position for all negative values in a series.
     * 
     * @param series  the series index (zero-based).
     * 
     * @return The item label position (never <code>null</code>).
     */
/**
     * Returns the item label position for all negative values in a series.
     *
     * @param series  the series index (zero-based).
     *
     * @return The item label position.
     *
     * @see #setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
     */
public ItemLabelPosition getSeriesNegativeItemLabelPosition(int series);
/**
     * Sets the item label position for negative values in a series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     */
/**
     * Sets the item label position for negative values in a series and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getSeriesNegativeItemLabelPosition(int)
     */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position);
/**
     * Sets the item label position for negative values in a series and (if 
     * requested) sends a {@link RendererChangeEvent} to all registered 
     * listeners.
     * 
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     */
/**
     * Sets the item label position for negative values in a series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getSeriesNegativeItemLabelPosition(int)
     */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify);
/**
     * Returns the base item label position for negative values.
     * 
     * @return The position (never <code>null</code>).
     */
/**
     * Returns the base item label position for negative values.
     *
     * @return The position.
     *
     * @see #setBaseNegativeItemLabelPosition(ItemLabelPosition)
     */
public ItemLabelPosition getBaseNegativeItemLabelPosition();
/**
     * Sets the base item label position for negative values and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param position  the position (<code>null</code> not permitted).
     */
/**
     * Sets the base item label position for negative values and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param position  the position.
     *
     * @see #getBaseNegativeItemLabelPosition()
     */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position);
/**
     * Sets the base negative item label position and, if requested, sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param position  the position (<code>null</code> not permitted).
     * @param notify  notify registered listeners?
     */
/**
     * Sets the base negative item label position and, if requested, sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param position  the position.
     * @param notify  notify registered listeners?
     *
     * @see #getBaseNegativeItemLabelPosition()
     */
public void setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify);
 [[#variable1ab66de0]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ab66de0]]
// CREATE ENTITIES
// FIXME:  these methods should be defined
//    public boolean getItemCreateEntity(int series, int item);
//
//    public Boolean getSeriesCreateEntities(int series);
//
//    public void setSeriesCreateEntities(int series, Boolean create);
//
//    public void setSeriesCreateEntities(int series, Boolean create,
//            boolean notify);
//
//    public boolean getBaseCreateEntities();
//
//    public void setBaseCreateEntities(boolean create);
//
//    public void setBaseCreateEntities(boolean create, boolean notify);
// ITEM URL GENERATOR
/**
 * Returns the URL generator for an item.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The item URL generator.
 */
public CategoryURLGenerator getItemURLGenerator(int series, int item); 
12[[#1ab66de0]]
// CREATE ENTITIES
// FIXME:  these methods should be defined
//    public boolean getItemCreateEntity(int series, int item);
//    
//    public Boolean getSeriesCreateEntities(int series);
//    
//    public void setSeriesCreateEntities(int series, Boolean create);
//    
//    public void setSeriesCreateEntities(int series, Boolean create, 
//            boolean notify);
//    
//    public boolean getBaseCreateEntities();
//    
//    public void setBaseCreateEntities(boolean create);
//    
//    public void setBaseCreateEntities(boolean create, boolean notify);
/**
 * Adds an annotation and sends a {@link RendererChangeEvent} to all 
 * registered listeners.  The annotation is added to the foreground
 * layer.
 * 
 * @param annotation  the annotation (<code>null</code> not permitted).
 */
public void addAnnotation(XYAnnotation annotation);