CloneSet873


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14301.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113225
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java
213346
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java
314361
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
225
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java

/**
 * Returns the background paint.
 * 
 * @return The background paint (possibly <code>null</code>).
 */
public Paint getBackgroundPaint() {
  return this.backgroundPaint;
}

/**
 * Sets the background paint for the legend and sends a 
 * {@link TitleChangeEvent} to all registered listeners.
 * 
 * @param paint  the paint (<code>null</code> permitted).
 */
public void setBackgroundPaint(Paint paint) {
  this.backgroundPaint = paint;
  notifyListeners(new TitleChangeEvent(this ));
}


Next
Previous
Clone Instance
2
Line Count
13
Source Line
346
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java

/**
 * Returns the background paint.
 * 
 * @return The background paint.
 */
public Paint getBackgroundPaint() {
  return this.backgroundPaint;
}

/**
 * Sets the background paint and sends a {@link TitleChangeEvent} to all
 * registered listeners.
 * 
 * @param paint  the paint (<code>null</code> permitted).
 */
public void setBackgroundPaint(Paint paint) {
  this.backgroundPaint = paint;
  notifyListeners(new TitleChangeEvent(this ));
}


First
Previous
Clone Instance
3
Line Count
14
Source Line
361
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java

/**
 * Returns the background paint.
 *
 * @return The paint (possibly <code>null</code>).
 */
public Paint getBackgroundPaint() {
  return this.backgroundPaint;
}

/**
 * Sets the background paint and sends a {@link TitleChangeEvent} to all
 * registered listeners.  If you set this attribute to <code>null</code>,
 * no background is painted (which makes the title background transparent).
 *
 * @param paint  the background paint (<code>null</code> permitted).
 */
public void setBackgroundPaint(Paint paint) {
  this.backgroundPaint = paint;
  notifyListeners(new TitleChangeEvent(this ));
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the background paint.
     *
     * @return The paint (possibly <code>null</code>).
     */
/**
     * Returns the background paint.
     * 
     * @return The background paint.
     */
/**
     * Returns the background paint.
     * 
     * @return The background paint (possibly <code>null</code>).
     */
public Paint getBackgroundPaint() {
  return this.backgroundPaint;
}

/**
     * Sets the background paint and sends a {@link TitleChangeEvent} to all
     * registered listeners.  If you set this attribute to <code>null</code>,
     * no background is painted (which makes the title background transparent).
     *
     * @param paint  the background paint (<code>null</code> permitted).
     */
/**
     * Sets the background paint and sends a {@link TitleChangeEvent} to all
     * registered listeners.
     * 
     * @param paint  the paint (<code>null</code> permitted).
     */
/**
     * Sets the background paint for the legend and sends a 
     * {@link TitleChangeEvent} to all registered listeners.
     * 
     * @param paint  the paint (<code>null</code> permitted).
     */
public void setBackgroundPaint(Paint paint) {
  this.backgroundPaint = paint;
  notifyListeners(new TitleChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None