CloneSet1001


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

/**
 * Sets the outline stroke used for a series and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param stroke  the stroke (<code>null</code> permitted).
 *
 * @see #getSeriesOutlineStroke(int)
 */
public void setSeriesOutlineStroke(int series, Stroke stroke);
// FIXME: add setSeriesOutlineStroke(int, Stroke, boolean) ?
/**
 * Returns the base outline stroke.
 *
 * @return The stroke (never <code>null</code>).
 *
 * @see #setBaseOutlineStroke(Stroke)
 */
public Stroke getBaseOutlineStroke();
/**
 * Sets the base outline stroke and sends a {@link RendererChangeEvent} to
 * all registered listeners.
 *
 * @param stroke  the stroke (<code>null</code> not permitted).
 *
 * @see #getBaseOutlineStroke()
 */
public void setBaseOutlineStroke(Stroke stroke);
// FIXME: add setBaseOutlineStroke(Stroke, boolean) ?
//// SHAPE /////////////////////////////////////////////////////////////////
/**
 * Returns a shape used to represent a data item.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The shape (never <code>null</code>).
 */
public Shape getItemShape(int row, int column);


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

/**
 * Sets the outline stroke used for a series and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param stroke  the stroke (<code>null</code> permitted).
 */
public void setSeriesOutlineStroke(int series, Stroke stroke);
// FIXME: add setSeriesOutlineStroke(int, Stroke, boolean) ?
/**
 * Returns the base outline stroke.
 *
 * @return The stroke (never <code>null</code>).
 */
public Stroke getBaseOutlineStroke();
/**
 * Sets the base outline stroke and sends a {@link RendererChangeEvent} to
 * all registered listeners.
 *
 * @param stroke  the stroke (<code>null</code> not permitted).
 */
public void setBaseOutlineStroke(Stroke stroke);
// FIXME: add setBaseOutlineStroke(Stroke, boolean) ?
// SHAPE
/**
 * Returns a shape used to represent a data item.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The shape (never <code>null</code>).
 */
public Shape getItemShape(int row, int column);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the outline stroke used for a series and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param stroke  the stroke (<code>null</code> permitted).
     *
     * @see #getSeriesOutlineStroke(int)
     */
/**
     * Sets the outline stroke used for a series and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param stroke  the stroke (<code>null</code> permitted).
     */
public void setSeriesOutlineStroke(int series, Stroke stroke);
// FIXME: add setSeriesOutlineStroke(int, Stroke, boolean) ?
/**
     * Returns the base outline stroke.
     *
     * @return The stroke (never <code>null</code>).
     *
     * @see #setBaseOutlineStroke(Stroke)
     */
/**
     * Returns the base outline stroke.
     *
     * @return The stroke (never <code>null</code>).
     */
public Stroke getBaseOutlineStroke();
/**
     * Sets the base outline stroke and sends a {@link RendererChangeEvent} to
     * all registered listeners.
     *
     * @param stroke  the stroke (<code>null</code> not permitted).
     *
     * @see #getBaseOutlineStroke()
     */
/**
     * Sets the base outline stroke and sends a {@link RendererChangeEvent} to
     * all registered listeners.
     *
     * @param stroke  the stroke (<code>null</code> not permitted).
     */
public void setBaseOutlineStroke(Stroke stroke);
// FIXME: add setBaseOutlineStroke(Stroke, boolean) ?
//// SHAPE /////////////////////////////////////////////////////////////////
// SHAPE
/**
     * Returns a shape used to represent a data item.
     *
     * @param row  the row (or series) index (zero-based).
     * @param column  the column (or category) index (zero-based).
     *
     * @return The shape (never <code>null</code>).
     */
public Shape getItemShape(int row, int column);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None