CloneSet1523


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116127
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalBarRenderer.java
216120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
127
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalBarRenderer.java

/**
 * Returns the paint used for the error indicators.
 *
 * @return The paint used for the error indicators (possibly
 *         <code>null</code>).
 *
 * @see #setErrorIndicatorPaint(Paint)
 */
public Paint getErrorIndicatorPaint() {
  return this.errorIndicatorPaint;
}

/**
 * Sets the paint used for the error indicators (if <code>null</code>,
 * the item outline paint is used instead) and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getErrorIndicatorPaint()
 */
public void setErrorIndicatorPaint(Paint paint) {
  this.errorIndicatorPaint = paint;
  fireChangeEvent();
}


First
Previous
Clone Instance
2
Line Count
16
Source Line
120
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.java

/**
 * Returns the paint used for the error indicators.
 *
 * @return The paint used for the error indicators (possibly
 *         <code>null</code>).
 *
 * @see #setErrorIndicatorPaint(Paint)
 */
public Paint getErrorIndicatorPaint() {
  return this.errorIndicatorPaint;
}

/**
 * Sets the paint used for the error indicators (if <code>null</code>,
 * the item outline paint is used instead) and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getErrorIndicatorPaint()
 */
public void setErrorIndicatorPaint(Paint paint) {
  this.errorIndicatorPaint = paint;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the paint used for the error indicators.
     *
     * @return The paint used for the error indicators (possibly
     *         <code>null</code>).
     *
     * @see #setErrorIndicatorPaint(Paint)
     */
public Paint getErrorIndicatorPaint() {
  return this.errorIndicatorPaint;
}

/**
     * Sets the paint used for the error indicators (if <code>null</code>,
     * the item outline paint is used instead) and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param paint  the paint (<code>null</code> permitted).
     *
     * @see #getErrorIndicatorPaint()
     */
public void setErrorIndicatorPaint(Paint paint) {
  this.errorIndicatorPaint = paint;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None