CloneSet1821


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

/**
 * Returns the flag that controls whether or not a horizontal axis trace
 * line is drawn over the plot area at the current mouse location.
 *
 * @return A boolean.
 */
public boolean getHorizontalAxisTrace() {
  return this.horizontalAxisTrace;
}

/**
 * A flag that controls trace lines on the horizontal axis.
 *
 * @param flag  <code>true</code> enables trace lines for the mouse
 *      pointer on the horizontal axis.
 */
public void setHorizontalAxisTrace(boolean flag) {
  this.horizontalAxisTrace = flag;
}


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

/**
 * Returns the flag that controls whether or not a horizontal axis trace
 * line is drawn over the plot area at the current mouse location.
 * 
 * @return A boolean.
 */
public boolean getHorizontalAxisTrace() {
  return this.horizontalAxisTrace;
}

/**
 * A flag that controls trace lines on the horizontal axis.
 *
 * @param flag  <code>true</code> enables trace lines for the mouse
 *      pointer on the horizontal axis.
 */
public void setHorizontalAxisTrace(boolean flag) {
  this.horizontalAxisTrace = flag;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the flag that controls whether or not a horizontal axis trace
     * line is drawn over the plot area at the current mouse location.
     *
     * @return A boolean.
     */
/**
     * Returns the flag that controls whether or not a horizontal axis trace
     * line is drawn over the plot area at the current mouse location.
     * 
     * @return A boolean.
     */
public boolean getHorizontalAxisTrace() {
  return this.horizontalAxisTrace;
}

/**
     * A flag that controls trace lines on the horizontal axis.
     *
     * @param flag  <code>true</code> enables trace lines for the mouse
     *      pointer on the horizontal axis.
     */
/**
     * A flag that controls trace lines on the horizontal axis.
     *
     * @param flag  <code>true</code> enables trace lines for the mouse
     *      pointer on the horizontal axis.
     */
public void setHorizontalAxisTrace(boolean flag) {
  this.horizontalAxisTrace = flag;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None