CloneSet1406


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11301.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111197
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java
211122
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Tick.java
311151
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
197
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java

/**
 * Returns the rotation anchor point.
 * 
 * @return The rotation anchor point (never <code>null</code>).
 */
public TextAnchor getRotationAnchor() {
  return this.rotationAnchor;
}

/**
 * Returns the angle of rotation for the label.
 * 
 * @return The angle (in radians).
 */
public double getAngle() {
  return this.angle;
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
122
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Tick.java

/**
 * Returns the text anchor that defines the point around which the label is
 * rotated.
 * 
 * @return A text anchor (never <code>null</code>).
 */
public TextAnchor getRotationAnchor() {
  return this.rotationAnchor;
}

/**
 * Returns the angle.
 * 
 * @return The angle.
 */
public double getAngle() {
  return this.angle;
}


First
Previous
Clone Instance
3
Line Count
11
Source Line
151
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java

/**
 * Returns the rotation anchor point.
 * 
 * @return The rotation anchor point (never <code>null</code>).
 */
public TextAnchor getRotationAnchor() {
  return this.rotationAnchor;
}

/**
 * Returns the angle of rotation for the label.
 * 
 * @return The angle (in radians).
 */
public double getAngle() {
  return this.angle;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the rotation anchor point.
     * 
     * @return The rotation anchor point (never <code>null</code>).
     */
/**
     * Returns the text anchor that defines the point around which the label is
     * rotated.
     * 
     * @return A text anchor (never <code>null</code>).
     */
public TextAnchor getRotationAnchor() {
  return this.rotationAnchor;
}

/**
     * Returns the angle of rotation for the label.
     * 
     * @return The angle (in radians).
     */
/**
     * Returns the angle.
     * 
     * @return The angle.
     */
public double getAngle() {
  return this.angle;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None