CloneSet1115


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15301.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115283
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java
216171
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer2.java
316175
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
283
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java

/**
 * Returns a flag that controls whether or not outlines of the areas are 
 * drawn.
 *
 * @return The flag.
 * 
 * @see #setOutline(boolean)
 */
public boolean isOutline() {
  return this.showOutline;
}

/**
 * Sets a flag that controls whether or not outlines of the areas are drawn
 * and sends a {@link RendererChangeEvent} to all registered listeners.
 *
 * @param show  the flag.
 * 
 * @see #isOutline()
 */
public void setOutline(boolean show) {
  this.showOutline = show;
  fireChangeEvent();
}


Next
Previous
Clone Instance
2
Line Count
16
Source Line
171
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer2.java

/**
 * Returns a flag that controls whether or not outlines of the areas are 
 * drawn.
 *
 * @return The flag.
 * 
 * @see #setOutline(boolean)
 */
public boolean isOutline() {
  return this.showOutline;
}

/**
 * Sets a flag that controls whether or not outlines of the areas are 
 * drawn, and sends a {@link RendererChangeEvent} to all registered 
 * listeners.
 *
 * @param show  the flag.
 * 
 * @see #isOutline()
 */
public void setOutline(boolean show) {
  this.showOutline = show;
  fireChangeEvent();
}


First
Previous
Clone Instance
3
Line Count
16
Source Line
175
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java

/**
 * Returns a flag that controls whether or not outlines of the areas are
 * drawn.
 *
 * @return The flag.
 *
 * @see #setOutline(boolean)
 */
public boolean isOutline() {
  return this.showOutline;
}

/**
 * Sets a flag that controls whether or not outlines of the areas are
 * drawn, and sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param show  the flag.
 *
 * @see #isOutline()
 */
public void setOutline(boolean show) {
  this.showOutline = show;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns a flag that controls whether or not outlines of the areas are 
     * drawn.
     *
     * @return The flag.
     * 
     * @see #setOutline(boolean)
     */
/**
     * Returns a flag that controls whether or not outlines of the areas are
     * drawn.
     *
     * @return The flag.
     *
     * @see #setOutline(boolean)
     */
public boolean isOutline() {
  return this.showOutline;
}

/**
     * Sets a flag that controls whether or not outlines of the areas are drawn
     * and sends a {@link RendererChangeEvent} to all registered listeners.
     *
     * @param show  the flag.
     * 
     * @see #isOutline()
     */
/**
     * Sets a flag that controls whether or not outlines of the areas are
     * drawn, and sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param show  the flag.
     *
     * @see #isOutline()
     */
/**
     * Sets a flag that controls whether or not outlines of the areas are 
     * drawn, and sends a {@link RendererChangeEvent} to all registered 
     * listeners.
     *
     * @param show  the flag.
     * 
     * @see #isOutline()
     */
public void setOutline(boolean show) {
  this.showOutline = show;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None