CloneSet1636


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118131
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java
218296
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java
Next
Last
Clone Instance
1
Line Count
18
Source Line
131
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java

/**
 * Returns the flag that controls whether or not the x-coordinates (in
 * Java2D space) are rounded to integer values.
 *
 * @return The flag.
 *
 * @since 1.0.4
 *
 * @see #setRoundXCoordinates(boolean)
 */
public boolean getRoundXCoordinates() {
  return this.roundXCoordinates;
}

/**
 * Sets the flag that controls whether or not the x-coordinates (in
 * Java2D space) are rounded to integer values, and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param round  the new flag value.
 *
 * @since 1.0.4
 *
 * @see #getRoundXCoordinates()
 */
public void setRoundXCoordinates(boolean round) {
  this.roundXCoordinates = round;
  fireChangeEvent();
}


First
Previous
Clone Instance
2
Line Count
18
Source Line
296
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java

/**
 * Returns the flag that controls whether or not the x-coordinates (in
 * Java2D space) are rounded to integer values.
 * 
 * @return The flag.
 * 
 * @since 1.0.4
 * 
 * @see #setRoundXCoordinates(boolean)
 */
public boolean getRoundXCoordinates() {
  return this.roundXCoordinates;
}

/**
 * Sets the flag that controls whether or not the x-coordinates (in 
 * Java2D space) are rounded to integer values, and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param round  the new flag value.
 * 
 * @since 1.0.4
 * 
 * @see #getRoundXCoordinates()
 */
public void setRoundXCoordinates(boolean round) {
  this.roundXCoordinates = round;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the flag that controls whether or not the x-coordinates (in
     * Java2D space) are rounded to integer values.
     * 
     * @return The flag.
     * 
     * @since 1.0.4
     * 
     * @see #setRoundXCoordinates(boolean)
     */
/**
     * Returns the flag that controls whether or not the x-coordinates (in
     * Java2D space) are rounded to integer values.
     *
     * @return The flag.
     *
     * @since 1.0.4
     *
     * @see #setRoundXCoordinates(boolean)
     */
public boolean getRoundXCoordinates() {
  return this.roundXCoordinates;
}

/**
     * Sets the flag that controls whether or not the x-coordinates (in 
     * Java2D space) are rounded to integer values, and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param round  the new flag value.
     * 
     * @since 1.0.4
     * 
     * @see #getRoundXCoordinates()
     */
/**
     * Sets the flag that controls whether or not the x-coordinates (in
     * Java2D space) are rounded to integer values, and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param round  the new flag value.
     *
     * @since 1.0.4
     *
     * @see #getRoundXCoordinates()
     */
public void setRoundXCoordinates(boolean round) {
  this.roundXCoordinates = round;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None