CloneSet908


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
29230.967class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1292122
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java
229917
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/SpiderWebPlot.java
Next
Last
Clone Instance
1
Line Count
29
Source Line
2122
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java

/**
 * Returns the shape used for legend items.
 * 
 * @return The shape (never <code>null</code>).
 * 
 * @see #setLegendItemShape(Shape)
 */
public Shape getLegendItemShape() {
  return this.legendItemShape;
}

/**
 * Sets the shape used for legend items and sends a {@link PlotChangeEvent}
 * to all registered listeners.
 * 
 * @param shape  the shape (<code>null</code> not permitted).
 * 
 * @see #getLegendItemShape()
 */
public void setLegendItemShape(Shape shape) {
  if (shape == null) {
    throw new IllegalArgumentException("Null \'shape\' argument.");
  }
  this.legendItemShape = shape;
  fireChangeEvent();
}

/**
 * Returns the legend label generator.
 * 
 * @return The legend label generator (never <code>null</code>).
 * 
 * @see #setLegendLabelGenerator(PieSectionLabelGenerator)
 */
public PieSectionLabelGenerator getLegendLabelGenerator() {
  return this.legendLabelGenerator;
}


First
Previous
Clone Instance
2
Line Count
29
Source Line
917
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/SpiderWebPlot.java

/**
 * Returns the shape used for legend items.
 *
 * @return The shape (never <code>null</code>).
 *
 * @see #setLegendItemShape(Shape)
 */
public Shape getLegendItemShape() {
  return this.legendItemShape;
}

/**
 * Sets the shape used for legend items and sends a {@link PlotChangeEvent}
 * to all registered listeners.
 *
 * @param shape  the shape (<code>null</code> not permitted).
 *
 * @see #getLegendItemShape()
 */
public void setLegendItemShape(Shape shape) {
  if (shape == null) {
    throw new IllegalArgumentException("Null \'shape\' argument.");
  }
  this.legendItemShape = shape;
  fireChangeEvent();
}

/**
 * Returns the series label font.
 *
 * @return The font (never <code>null</code>).
 *
 * @see #setLabelFont(Font)
 */
public Font getLabelFont() {
  return this.labelFont;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Returns the shape used for legend items.
     *
     * @return The shape (never <code>null</code>).
     *
     * @see #setLegendItemShape(Shape)
     */
/**
     * Returns the shape used for legend items.
     * 
     * @return The shape (never <code>null</code>).
     * 
     * @see #setLegendItemShape(Shape)
     */
public Shape getLegendItemShape() {
  return this.legendItemShape;
}

/**
     * Sets the shape used for legend items and sends a {@link PlotChangeEvent}
     * to all registered listeners.
     *
     * @param shape  the shape (<code>null</code> not permitted).
     *
     * @see #getLegendItemShape()
     */
/**
     * Sets the shape used for legend items and sends a {@link PlotChangeEvent}
     * to all registered listeners.
     * 
     * @param shape  the shape (<code>null</code> not permitted).
     * 
     * @see #getLegendItemShape()
     */
public void setLegendItemShape(Shape shape) {
  if (shape == null) {
    throw new IllegalArgumentException("Null \'shape\' argument.");
  }
  this.legendItemShape = shape;
  fireChangeEvent();
}

/**
     * Returns the series label font.
     *
     * @return The font (never <code>null</code>).
     *
     * @see #setLabelFont(Font)
     */
/**
     * Returns the legend label generator.
     * 
     * @return The legend label generator (never <code>null</code>).
     * 
     * @see #setLegendLabelGenerator(PieSectionLabelGenerator)
     */
public [[#variable18dd3740]]  [[#variable18dd36e0]]() {
  return this. [[#variable18dd35e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dd3740]]
PieSectionLabelGenerator 
12[[#18dd3740]]
Font 
21[[#18dd36e0]]
getLegendLabelGenerator 
22[[#18dd36e0]]
getLabelFont 
31[[#18dd35e0]]
legendLabelGenerator 
32[[#18dd35e0]]
labelFont