CloneSet1828


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

/**
 * Returns the paint used to outline an item drawn by the renderer.
 *
 * @param series  the series (zero-based index).
 *
 * @return The paint (possibly <code>null</code>).
 *
 * @see #setSeriesOutlinePaint(int, Paint)
 */
public Paint getSeriesOutlinePaint(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 #getSeriesOutlinePaint(int)
 */
public void setSeriesOutlinePaint(int series, Paint paint);


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

/**
 * Returns the paint used to outline an item drawn by the renderer.
 *
 * @param series  the series (zero-based index).
 *
 * @return The paint (possibly <code>null</code>).
 */
public Paint getSeriesOutlinePaint(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).
 */
public void setSeriesOutlinePaint(int series, Paint paint);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the paint used to outline an item drawn by the renderer.
     *
     * @param series  the series (zero-based index).
     *
     * @return The paint (possibly <code>null</code>).
     *
     * @see #setSeriesOutlinePaint(int, Paint)
     */
/**
     * Returns the paint used to outline an item drawn by the renderer.
     *
     * @param series  the series (zero-based index).
     *
     * @return The paint (possibly <code>null</code>).
     */
public Paint getSeriesOutlinePaint(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 #getSeriesOutlinePaint(int)
     */
/**
     * 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).
     */
public void setSeriesOutlinePaint(int series, Paint paint);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None