CloneSet1524


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
1161741
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
2164655
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
1741
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * Returns the fixed legend items, if any.
 *
 * @return The legend items (possibly <code>null</code>).
 *
 * @see #setFixedLegendItems(LegendItemCollection)
 */
public LegendItemCollection getFixedLegendItems() {
  return this.fixedLegendItems;
}

/**
 * Sets the fixed legend items for the plot.  Leave this set to
 * <code>null</code> if you prefer the legend items to be created
 * automatically.
 *
 * @param items  the legend items (<code>null</code> permitted).
 *
 * @see #getFixedLegendItems()
 */
public void setFixedLegendItems(LegendItemCollection items) {
  this.fixedLegendItems = items;
  fireChangeEvent();
}


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

/**
 * Returns the fixed legend items, if any.
 *
 * @return The legend items (possibly <code>null</code>).
 *
 * @see #setFixedLegendItems(LegendItemCollection)
 */
public LegendItemCollection getFixedLegendItems() {
  return this.fixedLegendItems;
}

/**
 * Sets the fixed legend items for the plot.  Leave this set to
 * <code>null</code> if you prefer the legend items to be created
 * automatically.
 *
 * @param items  the legend items (<code>null</code> permitted).
 *
 * @see #getFixedLegendItems()
 */
public void setFixedLegendItems(LegendItemCollection items) {
  this.fixedLegendItems = items;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the fixed legend items, if any.
     *
     * @return The legend items (possibly <code>null</code>).
     *
     * @see #setFixedLegendItems(LegendItemCollection)
     */
public LegendItemCollection getFixedLegendItems() {
  return this.fixedLegendItems;
}

/**
     * Sets the fixed legend items for the plot.  Leave this set to
     * <code>null</code> if you prefer the legend items to be created
     * automatically.
     *
     * @param items  the legend items (<code>null</code> permitted).
     *
     * @see #getFixedLegendItems()
     */
public void setFixedLegendItems(LegendItemCollection items) {
  this.fixedLegendItems = items;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None