CloneSet407


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
46201.000class_body_declarations[14]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14690
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryPointerAnnotation.java
24696
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPointerAnnotation.java
Next
Last
Clone Instance
1
Line Count
46
Source Line
90
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryPointerAnnotation.java

/** For serialization. */
private static final long serialVersionUID = -4031161445009858551L;

/** The default tip radius (in Java2D units). */
public static final double DEFAULT_TIP_RADIUS = 10.0;

/** The default base radius (in Java2D units). */
public static final double DEFAULT_BASE_RADIUS = 30.0;

/** The default label offset (in Java2D units). */
public static final double DEFAULT_LABEL_OFFSET = 3.0;

/** The default arrow length (in Java2D units). */
public static final double DEFAULT_ARROW_LENGTH = 5.0;

/** The default arrow width (in Java2D units). */
public static final double DEFAULT_ARROW_WIDTH = 3.0;

/** The angle of the arrow's line (in radians). */
private double angle;

/** 
 * The radius from the (x, y) point to the tip of the arrow (in Java2D 
 * units). 
 */
private double tipRadius;

/** 
 * The radius from the (x, y) point to the start of the arrow line (in 
 * Java2D units). 
 */
private double baseRadius;

/** The length of the arrow head (in Java2D units). */
private double arrowLength;

/** The arrow width (in Java2D units, per side). */
private double arrowWidth;

/** The arrow stroke. */
private transient Stroke arrowStroke;

/** The arrow paint. */
private transient Paint arrowPaint;

/** The radius from the base point to the anchor point for the label. */
private double labelOffset;


First
Previous
Clone Instance
2
Line Count
46
Source Line
96
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPointerAnnotation.java

/** For serialization. */
private static final long serialVersionUID = -4031161445009858551L;

/** The default tip radius (in Java2D units). */
public static final double DEFAULT_TIP_RADIUS = 10.0;

/** The default base radius (in Java2D units). */
public static final double DEFAULT_BASE_RADIUS = 30.0;

/** The default label offset (in Java2D units). */
public static final double DEFAULT_LABEL_OFFSET = 3.0;

/** The default arrow length (in Java2D units). */
public static final double DEFAULT_ARROW_LENGTH = 5.0;

/** The default arrow width (in Java2D units). */
public static final double DEFAULT_ARROW_WIDTH = 3.0;

/** The angle of the arrow's line (in radians). */
private double angle;

/** 
 * The radius from the (x, y) point to the tip of the arrow (in Java2D 
 * units). 
 */
private double tipRadius;

/** 
 * The radius from the (x, y) point to the start of the arrow line (in 
 * Java2D units). 
 */
private double baseRadius;

/** The length of the arrow head (in Java2D units). */
private double arrowLength;

/** The arrow width (in Java2D units, per side). */
private double arrowWidth;

/** The arrow stroke. */
private transient Stroke arrowStroke;

/** The arrow paint. */
private transient Paint arrowPaint;

/** The radius from the base point to the anchor point for the label. */
private double labelOffset;


Clone AbstractionParameter Count: 0Parameter Bindings

/** For serialization. */
private static final long serialVersionUID = -4031161445009858551L;

/** The default tip radius (in Java2D units). */
public static final double DEFAULT_TIP_RADIUS = 10.0;

/** The default base radius (in Java2D units). */
public static final double DEFAULT_BASE_RADIUS = 30.0;

/** The default label offset (in Java2D units). */
public static final double DEFAULT_LABEL_OFFSET = 3.0;

/** The default arrow length (in Java2D units). */
public static final double DEFAULT_ARROW_LENGTH = 5.0;

/** The default arrow width (in Java2D units). */
public static final double DEFAULT_ARROW_WIDTH = 3.0;

/** The angle of the arrow's line (in radians). */
private double angle;

/** 
     * The radius from the (x, y) point to the tip of the arrow (in Java2D 
     * units). 
     */
private double tipRadius;

/** 
     * The radius from the (x, y) point to the start of the arrow line (in 
     * Java2D units). 
     */
private double baseRadius;

/** The length of the arrow head (in Java2D units). */
private double arrowLength;

/** The arrow width (in Java2D units, per side). */
private double arrowWidth;

/** The arrow stroke. */
private transient Stroke arrowStroke;

/** The arrow paint. */
private transient Paint arrowPaint;

/** The radius from the base point to the anchor point for the label. */
private double labelOffset;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None