CloneSet1022


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
137870
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/CategoryItemRenderer.java
233715
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYItemRenderer.java
Next
Last
Clone Instance
1
Line Count
37
Source Line
870
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/CategoryItemRenderer.java

/**
 * Sets the shape used for a series and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param shape  the shape (<code>null</code> permitted).
 *
 * @see #getSeriesShape(int)
 */
public void setSeriesShape(int series, Shape shape);
// FIXME: add setSeriesShape(int, Shape, boolean) ?
/**
 * Returns the base shape.
 *
 * @return The shape (never <code>null</code>).
 *
 * @see #setBaseShape(Shape)
 */
public Shape getBaseShape();
/**
 * Sets the base shape and sends a {@link RendererChangeEvent} to all
 * registered listeners.
 *
 * @param shape  the shape (<code>null</code> not permitted).
 *
 * @see #getBaseShape()
 */
public void setBaseShape(Shape shape);
// FIXME: add setBaseShape(Shape, boolean) ?
// ITEM LABELS VISIBLE
/**
 * Returns <code>true</code> if an item label is visible, and
 * <code>false</code> otherwise.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 *
 * @return A boolean.
 */
public boolean isItemLabelVisible(int row, int column);


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

/**
 * Sets the shape used for a series and sends a {@link RendererChangeEvent}
 * to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param shape  the shape (<code>null</code> permitted).
 */
public void setSeriesShape(int series, Shape shape);
// FIXME: add setSeriesShape(int, Shape, boolean) ?
/**
 * Returns the base shape.
 *
 * @return The shape (never <code>null</code>).
 */
public Shape getBaseShape();
/**
 * Sets the base shape and sends a {@link RendererChangeEvent} to all 
 * registered listeners.
 *
 * @param shape  the shape (<code>null</code> not permitted).
 */
public void setBaseShape(Shape shape);
// FIXME: add setBaseShape(Shape, boolean) ?
// ITEM LABELS VISIBLE 
/**
 * Returns <code>true</code> if an item label is visible, and 
 * <code>false</code> otherwise.
 * 
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * 
 * @return A boolean.
 */
public boolean isItemLabelVisible(int row, int column);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the shape used for a series and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param shape  the shape (<code>null</code> permitted).
     */
/**
     * Sets the shape used for a series and sends a {@link RendererChangeEvent}
     * to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param shape  the shape (<code>null</code> permitted).
     *
     * @see #getSeriesShape(int)
     */
public void setSeriesShape(int series, Shape shape);
// FIXME: add setSeriesShape(int, Shape, boolean) ?
/**
     * Returns the base shape.
     *
     * @return The shape (never <code>null</code>).
     */
/**
     * Returns the base shape.
     *
     * @return The shape (never <code>null</code>).
     *
     * @see #setBaseShape(Shape)
     */
public Shape getBaseShape();
/**
     * Sets the base shape and sends a {@link RendererChangeEvent} to all 
     * registered listeners.
     *
     * @param shape  the shape (<code>null</code> not permitted).
     */
/**
     * Sets the base shape and sends a {@link RendererChangeEvent} to all
     * registered listeners.
     *
     * @param shape  the shape (<code>null</code> not permitted).
     *
     * @see #getBaseShape()
     */
public void setBaseShape(Shape shape);
// FIXME: add setBaseShape(Shape, boolean) ?
// ITEM LABELS VISIBLE 
/**
     * Returns <code>true</code> if an item label is visible, and 
     * <code>false</code> otherwise.
     * 
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * 
     * @return A boolean.
     */
// ITEM LABELS VISIBLE
/**
     * Returns <code>true</code> if an item label is visible, and
     * <code>false</code> otherwise.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     *
     * @return A boolean.
     */
public boolean isItemLabelVisible(int row, int column);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None