CloneSet1124


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17310.960class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117239
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer.java
215210
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java
317104
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LevelRenderer.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
239
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer.java

/**
 * Returns the item margin as a percentage of the available space for all
 * bars.
 *
 * @return The margin percentage (where 0.10 is ten percent).
 *
 * @see #setItemMargin(double)
 */
public double getItemMargin() {
  return this.itemMargin;
}

/**
 * Sets the item margin and sends a {@link RendererChangeEvent} to all
 * registered listeners.  The value is expressed as a percentage of the
 * available width for plotting all the bars, with the resulting amount to
 * be distributed between all the bars evenly.
 *
 * @param percent  the margin (where 0.10 is ten percent).
 *
 * @see #getItemMargin()
 */
public void setItemMargin(double percent) {
  this.itemMargin = percent;
  fireChangeEvent();
}


Next
Previous
Clone Instance
2
Line Count
15
Source Line
210
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java

/**
 * Returns the item margin.  This is a percentage of the available space
 * that is allocated to the space between items in the chart.
 *
 * @return The margin.
 *
 * @see #setItemMargin(double)
 */
public double getItemMargin() {
  return this.itemMargin;
}

/**
 * Sets the item margin and sends a {@link RendererChangeEvent} to all
 * registered listeners.
 *
 * @param margin  the margin (a percentage).
 *
 * @see #getItemMargin()
 */
public void setItemMargin(double margin) {
  this.itemMargin = margin;
  fireChangeEvent();
}


First
Previous
Clone Instance
3
Line Count
17
Source Line
104
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LevelRenderer.java

/**
 * Returns the item margin.
 *
 * @return The margin.
 *
 * @see #setItemMargin(double)
 */
public double getItemMargin() {
  return this.itemMargin;
}

/**
 * Sets the item margin and sends a {@link RendererChangeEvent} to all
 * registered listeners.  The value is expressed as a percentage of the
 * available width for plotting all the bars, with the resulting amount to
 * be distributed between all the bars evenly.
 *
 * @param percent  the new margin.
 *
 * @see #getItemMargin()
 */
public void setItemMargin(double percent) {
  this.itemMargin = percent;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the item margin as a percentage of the available space for all
     * bars.
     *
     * @return The margin percentage (where 0.10 is ten percent).
     *
     * @see #setItemMargin(double)
     */
/**
     * Returns the item margin.  This is a percentage of the available space
     * that is allocated to the space between items in the chart.
     *
     * @return The margin.
     *
     * @see #setItemMargin(double)
     */
/**
     * Returns the item margin.
     *
     * @return The margin.
     *
     * @see #setItemMargin(double)
     */
public double getItemMargin() {
  return this.itemMargin;
}

/**
     * Sets the item margin and sends a {@link RendererChangeEvent} to all
     * registered listeners.  The value is expressed as a percentage of the
     * available width for plotting all the bars, with the resulting amount to
     * be distributed between all the bars evenly.
     *
     * @param percent  the margin (where 0.10 is ten percent).
     *
     * @see #getItemMargin()
     */
/**
     * Sets the item margin and sends a {@link RendererChangeEvent} to all
     * registered listeners.
     *
     * @param margin  the margin (a percentage).
     *
     * @see #getItemMargin()
     */
/**
     * Sets the item margin and sends a {@link RendererChangeEvent} to all
     * registered listeners.  The value is expressed as a percentage of the
     * available width for plotting all the bars, with the resulting amount to
     * be distributed between all the bars evenly.
     *
     * @param percent  the new margin.
     *
     * @see #getItemMargin()
     */
public void setItemMargin(double  [[#variable18e9cfe0]]) {
  this.itemMargin = [[#variable18e9cfe0]];
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e9cfe0]]
percent 
12[[#18e9cfe0]]
margin 
13[[#18e9cfe0]]
percent