CloneSet990


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

/**
 * Sets the paint used for a series and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getSeriesPaint(int)
 */
public void setSeriesPaint(int series, Paint paint);
// FIXME: add setSeriesPaint(int, Paint, boolean)?
/**
 * Returns the base paint.
 *
 * @return The base paint (never <code>null</code>).
 *
 * @see #setBasePaint(Paint)
 */
public Paint getBasePaint();
/**
 * Sets the base paint and sends a {@link RendererChangeEvent} to all
 * registered listeners.
 *
 * @param paint  the paint (<code>null</code> not permitted).
 *
 * @see #getBasePaint()
 */
public void setBasePaint(Paint paint);
// FIXME: add setBasePaint(int, Paint, boolean)?
//// FILL PAINT /////////////////////////////////////////////////////////
//    /**
//     * Returns the paint used to fill data items as they are drawn.
//     *
//     * @param row  the row (or series) index (zero-based).
//     * @param column  the column (or category) index (zero-based).
//     *
//     * @return The paint (never <code>null</code>).
//     */
//    public Paint getItemFillPaint(int row, int column);
//
//    /**
//     * Returns the paint used to fill an item drawn by the renderer.
//     *
//     * @param series  the series (zero-based index).
//     *
//     * @return The paint (possibly <code>null</code>).
//     *
//     * @see #setSeriesFillPaint(int, Paint)
//     */
//    public Paint getSeriesFillPaint(int series);
//
//    /**
//     * Sets the paint used for a series outline and sends a
//     * {@link RendererChangeEvent} to all registered listeners.
//     *
//     * @param series  the series index (zero-based).
//     * @param paint  the paint (<code>null</code> permitted).
//     *
//     * @see #getSeriesFillPaint(int)
//     */
//    public void setSeriesFillPaint(int series, Paint paint);
//
//    /**
//     * Returns the base outline paint.
//     *
//     * @return The paint (never <code>null</code>).
//     *
//     * @see #setBaseFillPaint(Paint)
//     */
//    public Paint getBaseFillPaint();
//
//    /**
//     * Sets the base outline paint and sends a {@link RendererChangeEvent} to
//     * all registered listeners.
//     *
//     * @param paint  the paint (<code>null</code> not permitted).
//     *
//     * @see #getBaseFillPaint()
//     */
//    public void setBaseFillPaint(Paint paint);
//// OUTLINE PAINT /////////////////////////////////////////////////////////
/**
 * Returns the paint used to outline data items as they are drawn.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The paint (never <code>null</code>).
 */
public Paint getItemOutlinePaint(int row, int column);


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

/**
 * Sets the paint used for a series and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param paint  the paint (<code>null</code> permitted).
 */
public void setSeriesPaint(int series, Paint paint);
// FIXME: add setSeriesPaint(int, Paint, boolean)?
/**
 * Returns the base paint.
 *
 * @return The base paint (never <code>null</code>).
 */
public Paint getBasePaint();
/**
 * Sets the base paint and sends a {@link RendererChangeEvent} to all 
 * registered listeners.
 *
 * @param paint  the paint (<code>null</code> not permitted).
 */
public void setBasePaint(Paint paint);
// FIXME: add setBasePaint(int, Paint, boolean)?
//    // FILL PAINT
//    
//    /**
//     * Returns the paint used to fill data items as they are drawn.
//     *
//     * @param row  the row (or series) index (zero-based).
//     * @param column  the column (or category) index (zero-based).
//     *
//     * @return The paint (never <code>null</code>).
//     */
//    public Paint getItemFillPaint(int row, int column);
//
//    /**
//     * Returns the paint used to fill an item drawn by the renderer.
//     *
//     * @param series  the series index (zero-based).
//     *
//     * @return The paint (possibly <code>null</code>).
//     */
//    public Paint getSeriesFillPaint(int series);
//    
//    /**
//     * Sets the paint used for a series and sends a 
//     * {@link RendererChangeEvent} to all registered listeners.
//     *
//     * @param series  the series index (zero-based).
//     * @param paint  the paint (<code>null</code> permitted).
//     */
//    public void setSeriesFillPaint(int series, Paint paint);
//    
//    // FIXME: add setSeriesFillPaint(int, Paint, boolean)?
//    
//    /**
//     * Returns the base paint.
//     *
//     * @return The base paint (never <code>null</code>).
//     */
//    public Paint getBaseFillPaint();
//
//    /**
//     * Sets the base paint and sends a {@link RendererChangeEvent} to all 
//     * registered listeners.
//     *
//     * @param paint  the paint (<code>null</code> not permitted).
//     */
//    public void setBaseFillPaint(Paint paint);
//    
//    // FIXME: add setBaseFillPaint(int, Paint, boolean)?
// OUTLINE PAINT
/**
 * Returns the paint used to outline data items as they are drawn.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The paint (never <code>null</code>).
 */
public Paint getItemOutlinePaint(int row, int column);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the paint used for a series and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param paint  the paint (<code>null</code> permitted).
     */
/**
     * Sets the paint used for a series and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param paint  the paint (<code>null</code> permitted).
     *
     * @see #getSeriesPaint(int)
     */
public void setSeriesPaint(int series, Paint paint);
// FIXME: add setSeriesPaint(int, Paint, boolean)?
/**
     * Returns the base paint.
     *
     * @return The base paint (never <code>null</code>).
     */
/**
     * Returns the base paint.
     *
     * @return The base paint (never <code>null</code>).
     *
     * @see #setBasePaint(Paint)
     */
public Paint getBasePaint();
/**
     * Sets the base paint and sends a {@link RendererChangeEvent} to all 
     * registered listeners.
     *
     * @param paint  the paint (<code>null</code> not permitted).
     */
/**
     * Sets the base paint and sends a {@link RendererChangeEvent} to all
     * registered listeners.
     *
     * @param paint  the paint (<code>null</code> not permitted).
     *
     * @see #getBasePaint()
     */
public void setBasePaint(Paint paint);
// FIXME: add setBasePaint(int, Paint, boolean)?
//    // FILL PAINT
//    
//// FILL PAINT /////////////////////////////////////////////////////////
//    /**
//     * Returns the paint used to fill data items as they are drawn.
//     *
//     * @param row  the row (or series) index (zero-based).
//     * @param column  the column (or category) index (zero-based).
//     *
//     * @return The paint (never <code>null</code>).
//     */
//    public Paint getItemFillPaint(int row, int column);
//
//    /**
//     * Returns the paint used to fill an item drawn by the renderer.
//     *
//     * @param series  the series (zero-based index).
//     *
//     * @return The paint (possibly <code>null</code>).
//     *
//     * @see #setSeriesFillPaint(int, Paint)
//     */
//    public Paint getSeriesFillPaint(int series);
//
//    /**
//     * Sets the paint used for a series outline and sends a
//     * {@link RendererChangeEvent} to all registered listeners.
//     *
//     * @param series  the series index (zero-based).
//     *
//     * @return The paint (possibly <code>null</code>).
//     */
//    public Paint getSeriesFillPaint(int series);
//    
//    /**
//     * Sets the paint used for a series and sends a 
//     * {@link RendererChangeEvent} to all registered listeners.
//     *
//     * @param series  the series index (zero-based).
//     * @param paint  the paint (<code>null</code> permitted).
//     */
//    public void setSeriesFillPaint(int series, Paint paint);
//    
//    // FIXME: add setSeriesFillPaint(int, Paint, boolean)?
//    
//    /**
//     * Returns the base paint.
//     *
//     * @return The base paint (never <code>null</code>).
//     * @see #getSeriesFillPaint(int)
//     */
//    public void setSeriesFillPaint(int series, Paint paint);
//
//    /**
//     * Returns the base outline paint.
//     *
//     * @return The paint (never <code>null</code>).
//     *
//     * @see #setBaseFillPaint(Paint)
//     */
//    public Paint getBaseFillPaint();
//
//    /**
//     * Sets the base paint and sends a {@link RendererChangeEvent} to all 
//     * registered listeners.
//     * Sets the base outline paint and sends a {@link RendererChangeEvent} to
//     * all registered listeners.
//     *
//     * @param paint  the paint (<code>null</code> not permitted).
//     *
//     * @see #getBaseFillPaint()
//     */
//    public void setBaseFillPaint(Paint paint);
//    
//    // FIXME: add setBaseFillPaint(int, Paint, boolean)?
// OUTLINE PAINT
//// OUTLINE PAINT /////////////////////////////////////////////////////////
/**
     * Returns the paint used to outline data items as they are drawn.
     *
     * @param row  the row (or series) index (zero-based).
     * @param column  the column (or category) index (zero-based).
     *
     * @return The paint (never <code>null</code>).
     */
public Paint getItemOutlinePaint(int row, int column);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None