CloneSet720


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
40230.972class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
140765
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
240549
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
40
Source Line
765
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

/**
 * Returns the X scale factor for the chart.  This will be 1.0 if no
 * scaling has been used.
 *
 * @return The scale factor.
 */
public double getScaleX() {
  return this.scaleX;
}

/**
 * Returns the Y scale factory for the chart.  This will be 1.0 if no
 * scaling has been used.
 *
 * @return The scale factor.
 */
public double getScaleY() {
  return this.scaleY;
}

/**
 * Returns the anchor point.
 *
 * @return The anchor point (possibly <code>null</code>).
 */
public Point2D getAnchor() {
  return this.anchor;
}

/**
 * Sets the anchor point.  This method is provided for the use of
 * subclasses, not end users.
 *
 * @param anchor  the anchor point (<code>null</code> permitted).
 */
protected void setAnchor(Point2D anchor) {
  this.anchor = anchor;
}

/**
 * Returns the popup menu.
 *
 * @return The popup menu.
 */
public JPopupMenu getPopupMenu() {
  return this.popup;
}


First
Previous
Clone Instance
2
Line Count
40
Source Line
549
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

/**
 * Returns the X scale factor for the chart.  This will be 1.0 if no 
 * scaling has been used.
 * 
 * @return The scale factor.
 */
public double getScaleX() {
  return this.scaleX;
}

/**
 * Returns the Y scale factory for the chart.  This will be 1.0 if no 
 * scaling has been used.
 * 
 * @return The scale factor.
 */
public double getScaleY() {
  return this.scaleY;
}

/**
 * Returns the anchor point.
 * 
 * @return The anchor point (possibly <code>null</code>).
 */
public Point2D getAnchor() {
  return this.anchor;
}

/**
 * Sets the anchor point.  This method is provided for the use of 
 * subclasses, not end users.
 * 
 * @param anchor  the anchor point (<code>null</code> permitted).
 */
protected void setAnchor(Point2D anchor) {
  this.anchor = anchor;
}

/**
 * Returns the chart contained in the panel.
 *
 * @return The chart (possibly <code>null</code>).
 */
public JFreeChart getChart() {
  return this.chart;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Returns the X scale factor for the chart.  This will be 1.0 if no
     * scaling has been used.
     *
     * @return The scale factor.
     */
/**
     * Returns the X scale factor for the chart.  This will be 1.0 if no 
     * scaling has been used.
     * 
     * @return The scale factor.
     */
public double getScaleX() {
  return this.scaleX;
}

/**
     * Returns the Y scale factory for the chart.  This will be 1.0 if no
     * scaling has been used.
     *
     * @return The scale factor.
     */
/**
     * Returns the Y scale factory for the chart.  This will be 1.0 if no 
     * scaling has been used.
     * 
     * @return The scale factor.
     */
public double getScaleY() {
  return this.scaleY;
}

/**
     * Returns the anchor point.
     *
     * @return The anchor point (possibly <code>null</code>).
     */
/**
     * Returns the anchor point.
     * 
     * @return The anchor point (possibly <code>null</code>).
     */
public Point2D getAnchor() {
  return this.anchor;
}

/**
     * Sets the anchor point.  This method is provided for the use of
     * subclasses, not end users.
     *
     * @param anchor  the anchor point (<code>null</code> permitted).
     */
/**
     * Sets the anchor point.  This method is provided for the use of 
     * subclasses, not end users.
     * 
     * @param anchor  the anchor point (<code>null</code> permitted).
     */
protected void setAnchor(Point2D anchor) {
  this.anchor = anchor;
}

/**
     * Returns the popup menu.
     *
     * @return The popup menu.
     */
/**
     * Returns the chart contained in the panel.
     *
     * @return The chart (possibly <code>null</code>).
     */
public [[#variable18d18c80]]  [[#variable18d18be0]]() {
  return this. [[#variable18d18aa0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d18c80]]
JPopupMenu 
12[[#18d18c80]]
JFreeChart 
21[[#18d18be0]]
getPopupMenu 
22[[#18d18be0]]
getChart 
31[[#18d18aa0]]
popup 
32[[#18d18aa0]]
chart