CloneSet1091


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.974class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1141762
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java
2141786
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
1762
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java

/**
 * Multiplies the range on the domain axis/axes by the specified factor 
 * (to be implemented).
 * 
 * @param x  the x-coordinate (in Java2D space).
 * @param y  the y-coordinate (in Java2D space).
 * @param factor  the zoom factor.
 */
public void zoomDomainAxes(double x, double y, double factor) {
// TODO: to be implemented
}

/**
 * Zooms the domain axes (not yet implemented).
 * 
 * @param x  the x-coordinate (in Java2D space).
 * @param y  the y-coordinate (in Java2D space).
 * @param lowerPercent  the new lower bound.
 * @param upperPercent  the new upper bound.
 */
public void zoomDomainAxes(double x, double y, double lowerPercent, double upperPercent) {
// TODO: to be implemented
}


First
Previous
Clone Instance
2
Line Count
14
Source Line
1786
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java

/**
 * Multiplies the range on the range axis/axes by the specified factor.
 * 
 * @param x  the x-coordinate (in Java2D space).
 * @param y  the y-coordinate (in Java2D space).
 * @param factor  the zoom factor.
 */
public void zoomRangeAxes(double x, double y, double factor) {
// TODO: to be implemented
}

/**
 * Zooms the range axes (not yet implemented).
 * 
 * @param x  the x-coordinate (in Java2D space).
 * @param y  the y-coordinate (in Java2D space).
 * @param lowerPercent  the new lower bound.
 * @param upperPercent  the new upper bound.
 */
public void zoomRangeAxes(double x, double y, double lowerPercent, double upperPercent) {
// TODO: to be implemented
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Multiplies the range on the domain axis/axes by the specified factor 
     * (to be implemented).
     * 
     * @param x  the x-coordinate (in Java2D space).
     * @param y  the y-coordinate (in Java2D space).
     * @param factor  the zoom factor.
     */
/**
     * Multiplies the range on the range axis/axes by the specified factor.
     * 
     * @param x  the x-coordinate (in Java2D space).
     * @param y  the y-coordinate (in Java2D space).
     * @param factor  the zoom factor.
     */
public void [[#variable18e82580]](double x, double y, double factor) {
// TODO: to be implemented
}

/**
     * Zooms the domain axes (not yet implemented).
     * 
     * @param x  the x-coordinate (in Java2D space).
     * @param y  the y-coordinate (in Java2D space).
     * @param lowerPercent  the new lower bound.
     * @param upperPercent  the new upper bound.
     */
/**
     * Zooms the range axes (not yet implemented).
     * 
     * @param x  the x-coordinate (in Java2D space).
     * @param y  the y-coordinate (in Java2D space).
     * @param lowerPercent  the new lower bound.
     * @param upperPercent  the new upper bound.
     */
public void [[#variable18e82580]](double x, double y, double lowerPercent, double upperPercent) {
// TODO: to be implemented
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e82580]]
zoomDomainAxes 
12[[#18e82580]]
zoomRangeAxes