CloneSet988


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

/**
 * Sets the 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 #getSeriesStroke(int)
 */
public void setSeriesStroke(int series, Stroke stroke);
// FIXME: add setSeriesStroke(int, Stroke, boolean) ?
/**
 * Returns the base stroke.
 *
 * @return The base stroke (never <code>null</code>).
 *
 * @see #setBaseStroke(Stroke)
 */
public Stroke getBaseStroke();
/**
 * Sets the base stroke and sends a {@link RendererChangeEvent} to all
 * registered listeners.
 *
 * @param stroke  the stroke (<code>null</code> not permitted).
 *
 * @see #getBaseStroke()
 */
public void setBaseStroke(Stroke stroke);
// FIXME: add setBaseStroke(Stroke, boolean) ?
//// OUTLINE STROKE ////////////////////////////////////////////////////////
/**
 * Returns the stroke used to outline data items.
 * <p>
 * The default implementation passes control to the
 * lookupSeriesOutlineStroke method.  You can override this method if you
 * require different behaviour.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The stroke (never <code>null</code>).
 */
public Stroke getItemOutlineStroke(int row, int column);


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

/**
 * Sets the 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 setSeriesStroke(int series, Stroke stroke);
// FIXME: add setSeriesStroke(int, Stroke, boolean) ?
/**
 * Returns the base stroke.
 *
 * @return The base stroke (never <code>null</code>).
 */
public Stroke getBaseStroke();
/**
 * Sets the base stroke.
 *
 * @param stroke  the stroke (<code>null</code> not permitted).
 */
public void setBaseStroke(Stroke stroke);
// FIXME: add setBaseStroke(Stroke, boolean) ?
// OUTLINE STROKE 
/**
 * Returns the stroke used to outline data items.  The default 
 * implementation passes control to the lookupSeriesOutlineStroke method.
 * You can override this method if you require different behaviour.
 *
 * @param row  the row (or series) index (zero-based).
 * @param column  the column (or category) index (zero-based).
 *
 * @return The stroke (never <code>null</code>).
 */
public Stroke getItemOutlineStroke(int row, int column);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the 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).
     */
/**
     * Sets the 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 #getSeriesStroke(int)
     */
public void setSeriesStroke(int series, Stroke stroke);
// FIXME: add setSeriesStroke(int, Stroke, boolean) ?
/**
     * Returns the base stroke.
     *
     * @return The base stroke (never <code>null</code>).
     */
/**
     * Returns the base stroke.
     *
     * @return The base stroke (never <code>null</code>).
     *
     * @see #setBaseStroke(Stroke)
     */
public Stroke getBaseStroke();
/**
     * Sets the base stroke.
     *
     * @param stroke  the stroke (<code>null</code> not permitted).
     */
/**
     * Sets the base stroke and sends a {@link RendererChangeEvent} to all
     * registered listeners.
     *
     * @param stroke  the stroke (<code>null</code> not permitted).
     *
     * @see #getBaseStroke()
     */
public void setBaseStroke(Stroke stroke);
// FIXME: add setBaseStroke(Stroke, boolean) ?
// OUTLINE STROKE 
/**
     * Returns the stroke used to outline data items.  The default 
     * implementation passes control to the lookupSeriesOutlineStroke method.
     * You can override this method if you require different behaviour.
     *
     * @param row  the row (or series) index (zero-based).
     * @param column  the column (or category) index (zero-based).
     *
     * @return The stroke (never <code>null</code>).
     */
//// OUTLINE STROKE ////////////////////////////////////////////////////////
/**
     * Returns the stroke used to outline data items.
     * <p>
     * The default implementation passes control to the
     * lookupSeriesOutlineStroke method.  You can override this method if you
     * require different behaviour.
     *
     * @param row  the row (or series) index (zero-based).
     * @param column  the column (or category) index (zero-based).
     *
     * @return The stroke (never <code>null</code>).
     */
public Stroke getItemOutlineStroke(int row, int column);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None